application-test.yml 732 B

1234567891011121314151617181920212223242526
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.jdbc.Driver
  4. url: jdbc:mysql://localhost: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: 127.0.0.1
  16. eureka:
  17. client:
  18. serviceUrl:
  19. defaultZone: http://admin:admin123456@localhost:7000/eureka
  20. web:
  21. upload-path: ../upload
  22. logging:
  23. config: classpath:logback-prod.xml
  24. mybatis:
  25. configuration:
  26. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl