application-test.yml 676 B

123456789101112131415161718192021222324252627
  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. properties:
  12. hibernate:
  13. dialect: org.hibernate.dialect.MySQLDialect
  14. logging:
  15. level:
  16. com.crm.manager.dao.mapper: trace
  17. config: classpath:logback-prod.xml
  18. # data:
  19. # redis:
  20. # host: 127.0.0.1
  21. login:
  22. single-sign-on: true
  23. web:
  24. upload-path: C:\server\cwg_crm\upload
  25. export-path: C:\server\cwg_crm\export