application-dev.yml 518 B

1234567891011121314151617181920
  1. spring:
  2. messages:
  3. cache-seconds: 3600
  4. encoding: UTF-8
  5. datasource:
  6. driver-class-name: com.mysql.jdbc.Driver
  7. url: jdbc:mysql://103.158.191.66:28571/crm_golden?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&allowMultiQueries=true&useSSL=false
  8. username: root
  9. password: NSH01Y0GTmUNjgg6xw80qg==
  10. jpa:
  11. database: MYSQL
  12. hibernate:
  13. naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
  14. show-sql: true
  15. activemq:
  16. broker-url: tcp://localhost:61616