12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- spring:
- profiles: tnJwprod
- datasource:
- driverClassName: com.mysql.jdbc.Driver
- primaryReadWrite:
- url: jdbc:mysql://10.9.1.247:3310/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
- username: wlyy
- password: qY#j2n5O
- primaryRead:
- url: jdbc:mysql://10.9.1.247:3310/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
- username: wlyy
- password: qY#j2n5O
- im: #im库:
- url: jdbc:mysql://10.9.1.247:3310/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
- username: wlyy
- password: qY#j2n5O
- redis:
- host: 10.9.1.247 # Redis server host.
- port: 6380 # Redis server port.
- password: Kb6wKDQP1W4
- followupMessage:
- cron : 0 5 0 * * ?
- jobId : FOLLOWUP_PLAN_JOB
- systemConfig:
- msg_push_server: http://127.0.0.1:3000
- es:
- pwflag: 0 # 1需要密码,0不需要密码
- index: hlw_quota_prod
- type: hlw_quota_prod
- host: http://10.9.1.247:9200
- tHost: 10.9.1.247:9300
- clusterName: jkzl
- securityUser: lion:jkzlehr
- user: lion
- password: jkzlehr
- wlyy:
- im:
- databaseName: im
- quartz:
- name: schedulerFactoryBean_es_prod
- hibernate:
- dialect: org.hibernate.dialect.MySQL5Dialect
- show_sql: true
- ejb:
- naming_strategy: org.hibernate.cfg.ImprovedNamingStrategy
|