application-dev.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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_test
  38. type: wlyy_quota_test
  39. host: http://172.19.103.68:9200
  40. tHost: 172.19.103.68:9300
  41. clusterName: jkzl
  42. wlyy:
  43. im:
  44. databaseName: im_new
  45. quartz:
  46. name: schedulerFactoryBean_dev