application-dev.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. spring:
  2. profiles: dev
  3. datasource:
  4. primaryReadWrite: #只读库 主库
  5. url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  6. username: root
  7. password: 123456
  8. # url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  9. # username: linzhou
  10. # password: linzhou
  11. primaryRead: #只读库 从库
  12. url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  13. username: root
  14. password: 123456
  15. # url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  16. # username: linzhou
  17. # password: linzhou
  18. im: #im库
  19. url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  20. username: root
  21. password: 123456
  22. redis:
  23. host: 172.19.103.88 # Redis server host.
  24. port: 6379 # Redis server port.
  25. followupMessage:
  26. cron : 0 5 0 * * ?
  27. jobId : FOLLOWUP_PLAN_JOB
  28. fv:
  29. jdbc:
  30. driver: com.mysql.jdbc.Driver
  31. url: jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  32. username: root
  33. password: 123456
  34. systemConfig:
  35. msg_push_server: http://172.19.103.76:3000
  36. es:
  37. index: wlyy_quota_dev
  38. type: wlyy_quota_dev
  39. host: 172.19.103.68
  40. port: 9200
  41. tPort: 9300
  42. clusterName: jkzl
  43. wlyy:
  44. im:
  45. databaseName: im_new
  46. quartz:
  47. name: schedulerFactoryBean_dev