application-test.yml 801 B

1234567891011121314151617181920212223242526272829303132
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.jdbc.Driver
  4. url: jdbc:mysql://localhost:28571/cwg_card?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&allowMultiQueries=true&useSSL=false
  5. username: root
  6. password: NSH01Y0GTmUNjgg6xw80qg==
  7. jpa:
  8. database: MYSQL
  9. hibernate:
  10. naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
  11. show-sql: true
  12. logging:
  13. level:
  14. com.crm.manager.dao.mapper: trace
  15. config: classpath:logback-dev.xml
  16. # redis:
  17. # host: 127.0.0.1
  18. eureka:
  19. client:
  20. serviceUrl:
  21. defaultZone: http://admin:admin123456@localhost:18000/eureka
  22. login:
  23. single-sign-on: true
  24. web:
  25. upload-path: ..\upload
  26. export-path: ..\export
  27. ribbon:
  28. ReadTimeout: 60000
  29. ConnectTimeout: 60000
  30. #logging:
  31. # config: classpath:logback-dev.xml