application-hu.yml 835 B

123456789101112131415161718192021222324252627282930313233
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.cj.jdbc.Driver
  4. url: jdbc:mysql://8.210.194.53:13542/crm_business?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&allowMultiQueries=true&useSSL=false
  5. username: root
  6. password: F28c49d8be
  7. jpa:
  8. database: MYSQL
  9. hibernate:
  10. naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
  11. show-sql: true
  12. activemq:
  13. broker-url: tcp://localhost:61616
  14. logging:
  15. level:
  16. com.crm.manager.dao.mapper: trace
  17. # redis:
  18. # host: 127.0.0.1
  19. web:
  20. front-path: G:/crm/crm-back/crm-core/front
  21. upload-path: D:\upload
  22. export-path: D:/work/cwg/export
  23. eureka:
  24. client:
  25. serviceUrl:
  26. defaultZone: http://admin:admin123456@localhost:7000/eureka
  27. ribbon:
  28. ReadTimeout: 60000
  29. ConnectTimeout: 60000
  30. #logging:
  31. # config: classpath:logback-dev.xml