application-dev.yml 792 B

123456789101112131415161718192021222324252627282930
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.jdbc.Driver
  4. url: jdbc:mysql://103.214.175.29:28571/cwg_ucard_local?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. activemq:
  13. broker-url: tcp://103.214.175.29:61616
  14. logging:
  15. level:
  16. com.crm.manager.dao.mapper: trace
  17. web:
  18. front-path: G:/crm/crm-back/crm-core/front
  19. upload-path: D:\upload
  20. eureka:
  21. client:
  22. serviceUrl:
  23. defaultZone: http://admin:admin123456@localhost:18000/eureka
  24. ribbon:
  25. ReadTimeout: 60000
  26. ConnectTimeout: 60000
  27. #logging:
  28. # config: classpath:logback-dev.xml