标准版呼叫中心-Java

application-dev.yml 2.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. server:
  2. port: 8120
  3. swagger: true
  4. spring:
  5. datasource:
  6. type: com.alibaba.druid.pool.DruidDataSource
  7. driver-class-name: com.mysql.cj.jdbc.Driver
  8. url: jdbc:mysql://192.168.1.200:3306/hjzx?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
  9. username: root
  10. password: 800100
  11. # shardingsphere:
  12. # datasource:
  13. # names: master,slave0,slave1
  14. # master:
  15. # type: com.alibaba.druid.pool.DruidDataSource
  16. # driver-class-name: com.mysql.cj.jdbc.Driver
  17. # url: jdbc:mysql://192.168.1.200:3306/kfyy?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
  18. # username: root
  19. # password: 800100
  20. # slave0:
  21. # type: com.alibaba.druid.pool.DruidDataSource
  22. # driver-class-name: com.mysql.cj.jdbc.Driver
  23. # url: jdbc:mysql://192.168.1.200:3306/kfyy?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
  24. # username: root
  25. # password: 800100
  26. # slave1:
  27. # type: com.alibaba.druid.pool.DruidDataSource
  28. # driver-class-name: com.mysql.cj.jdbc.Driver
  29. # url: jdbc:mysql://192.168.1.200:3306/kfyy?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
  30. # username: root
  31. # password: 800100
  32. # rules:
  33. # readwrite-splitting:
  34. # data-sources:
  35. # mds:
  36. # type: static
  37. # props:
  38. # write-data-source-name: master
  39. # read-data-source-names: slave0,slave1
  40. # load-balancer-name: read-random
  41. # load-balancers:
  42. # read-random:
  43. # type: round_robin
  44. # enabled: true
  45. redis:
  46. # 地址
  47. host: 192.168.1.200
  48. # 端口,默认为6379
  49. port: 6379
  50. # 数据库索引
  51. database: 5
  52. # 密码
  53. password:
  54. # 连接超时时间
  55. timeout: 10s
  56. wechat:
  57. # AppId: wx0d67bbb5666ec226
  58. # AppSecret: abe7ea3ac71e42fa27ec564045b1387a
  59. AppId: wxe8b06998505853d2
  60. AppSecret: e3f24289c16dafcb26596e43ef21ccc2
  61. Token: a3ac71e42f
  62. EncodingAESKey: SnHmIXFhkuagAXcoAAEsgVnNiqFdn2TXkwT7Tm2MqkC
  63. esclient:
  64. host: 192.168.1.8
  65. port: 9200
  66. auth: false
  67. username:
  68. password: