application-dev.yml 806 B

1234567891011121314151617181920212223242526272829
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.jdbc.Driver
  4. url: jdbc:mysql://103.158.191.66:28571/crm_golden?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://localhost:61616
  14. # redis:
  15. # host: 47.75.159.72
  16. # masterPassword: 123123
  17. web:
  18. upload-path: ../upload
  19. front-path: G:\crm\trader_test_front\customer-frontend-dist
  20. eureka:
  21. client:
  22. serviceUrl:
  23. defaultZone: http://admin:admin123456@localhost:7000/eureka
  24. #logging:
  25. # config: classpath:logback-dev.xml
  26. logging:
  27. level:
  28. com.crm.manager.dao.mapper: trace