application-test.yml 718 B

123456789101112131415161718192021222324252627
  1. server:
  2. port: 10000
  3. spring:
  4. datasource:
  5. driver-class-name: com.mysql.jdbc.Driver
  6. url: jdbc:mysql://localhost:28571/crm_golden?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&allowMultiQueries=true&useSSL=false
  7. username: root
  8. password: NSH01Y0GTmUNjgg6xw80qg==
  9. jpa:
  10. database: MYSQL
  11. hibernate:
  12. naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
  13. show-sql: true
  14. activemq:
  15. broker-url: tcp://localhost:61616
  16. # redis:
  17. # host: 47.75.159.72
  18. # masterPassword: 123123
  19. web:
  20. upload-path: C:\server\cwg_crm\upload
  21. eureka:
  22. client:
  23. serviceUrl:
  24. defaultZone: http://admin:admin123456@localhost:7000/eureka
  25. logging:
  26. config: classpath:logback-dev.xml