application-dev.yml 704 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.cj.jdbc.Driver
  4. url: jdbc:mysql://103.214.175.29:28571/cwg_settlement?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&useSSL=false
  5. username: root
  6. password: NSH01Y0GTmUNjgg6xw80qg==
  7. jpa:
  8. hibernate:
  9. ddl-auto: none
  10. show-sql: true
  11. open-in-view: false
  12. properties:
  13. hibernate:
  14. dialect: org.hibernate.dialect.MySQLDialect
  15. activemq:
  16. broker-url: tcp://localhost:61616
  17. logging:
  18. level:
  19. com.crm.manager.dao.mapper: trace
  20. web:
  21. front-path: ./front
  22. upload-path: ../upload
  23. role:
  24. excludePathPatterns:
  25. /**
  26. #logging:
  27. # config: classpath:logback-dev.xml