application-dev.yml 679 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.cj.jdbc.Driver
  4. url: jdbc:mysql://103.158.191.66:28571/cwg_vaultody?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&useSSL=false
  5. username: root
  6. password: NSH01Y0GTmUNjgg6xw80qg==
  7. # cloud:
  8. # client:
  9. # ip-address: 127.0.0.1
  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
  17. logging:
  18. level:
  19. com.crm.manager.dao.mapper: trace
  20. web:
  21. front-path: ./front
  22. upload-path: ../upload
  23. role:
  24. excludePathPatterns:
  25. /**
  26. #logging:
  27. # config: classpath:logback-dev.xml