application-prod.yml 691 B

1234567891011121314151617181920212223242526
  1. server:
  2. port: 8103
  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: 127.0.0.1
  18. eureka:
  19. client:
  20. serviceUrl:
  21. defaultZone: http://admin:admin123456@localhost:7000/eureka
  22. ribbon:
  23. ReadTimeout: 60000
  24. ConnectTimeout: 60000
  25. logging:
  26. config: classpath:logback-prod.xml