application-test.yml 700 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.cj.jdbc.Driver
  4. url: jdbc:mysql://localhost:28571/cwg_settlement?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&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. logging:
  16. level:
  17. com.crm.manager.dao.mapper: trace
  18. config: classpath:logback-prod.xml
  19. # data:
  20. # redis:
  21. # host: 127.0.0.1
  22. login:
  23. single-sign-on: true
  24. web:
  25. upload-path: C:\server\cwg_crm\upload
  26. export-path: C:\server\cwg_crm\export