123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- spring:
- profiles: devtest
- datasource:
- primaryReadWrite:
- url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- username: linzhou
- password: linzhou
- primaryRead:
- url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- username: linzhou
- password: linzhou
- im: #im库
- url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- username: linzhou
- password: linzhou
- # primaryReadWrite:
- # url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- # username: root
- # password: 123456
- # primaryRead:
- # url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- # username: root
- # password: 123456
- # im: #im库
- # url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- # username: root
- # password: 123456
- redis:
- host: 172.19.103.88 # Redis server host.
- port: 6379 # Redis server port.
- followupMessage:
- cron : 0 5 0 * * ?
- jobId : FOLLOWUP_PLAN_JOB
- fv:
- jdbc:
- driver: com.mysql.jdbc.Driver
- url: jdbc:mysql://172.17.110.160/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- username: ssgg
- password: ssgg
- systemConfig:
- msg_push_server: http://127.0.0.1:3000
- es:
- index: wlyy_quota_test
- type: wlyy_quota_test
- host: http://172.19.103.68:9200
- tHost: 172.19.103.68:9300
- clusterName: jkzl
- wlyy:
- im:
- databaseName: im_new
- quartz:
- name: schedulerFactoryBean_cwd
|