application.yml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. server:
  2. port: 8838
  3. persagy:
  4. dmp:
  5. server: http://192.168.64.18:9930
  6. # server: http://39.102.40.239:9970
  7. exchange: exchange-dmp
  8. admin:
  9. routingKey: routing-dmp-rwdedit
  10. queue: queue-dmp-rwdedit
  11. spring:
  12. application:
  13. name: dmp-rwdedit
  14. profiles:
  15. active:
  16. - dev,log-dev
  17. datasource:
  18. driver-class-name: com.mysql.cj.jdbc.Driver
  19. # url: jdbc:mysql://192.168.64.15:9934/dmp_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
  20. # username: root
  21. # password: brzj123456
  22. url: jdbc:mysql://localhost:9005/dmp_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false
  23. username: persagy
  24. password: persagy@020
  25. type: com.alibaba.druid.pool.DruidDataSource
  26. jpa:
  27. show-sql: true
  28. hibernate:
  29. ddl-auto: none
  30. redis:
  31. database: 10
  32. host: 192.168.64.15
  33. password: brzj123456
  34. port: 9944
  35. timeout: 6000
  36. pool:
  37. max-idle: 200
  38. min-idle: 5
  39. max-active: 1024
  40. max-wait: 1000