|
@ -763,3 +763,59 @@ hibernate:
|
|
|
show_sql: true
|
|
|
ejb:
|
|
|
naming_strategy: org.hibernate.cfg.ImprovedNamingStrategy
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dsyyProd
|
|
|
|
|
|
datasource:
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
primaryReadWrite:
|
|
|
url: jdbc:mysql://192.168.101.2:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: 2oEq3Kf7@zjxl
|
|
|
primaryRead:
|
|
|
url: jdbc:mysql://192.168.101.2:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: 2oEq3Kf7@zjxl
|
|
|
im: #im库:
|
|
|
url: jdbc:mysql://192.168.101.2:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: 2oEq3Kf7@zjxl
|
|
|
|
|
|
redis:
|
|
|
host: 192.168.101.2 # Redis server host.
|
|
|
port: 6379
|
|
|
password: Kb6wKDQP1W4 # Redis server port.
|
|
|
|
|
|
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://192.168.101.2:9000
|
|
|
tHost: 192.168.101.2: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
|
|
|
|