|
@ -3,12 +3,10 @@ server:
|
|
|
|
|
|
|
|
|
spring:
|
|
|
jpa:
|
|
|
open-in-view: false
|
|
|
datasource:
|
|
|
hikari:
|
|
|
registerMbeans: true
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
max-active: 100
|
|
|
max-idle: 100 #最大空闲连接
|
|
|
min-idle: 10 #最小空闲连接
|
|
@ -63,7 +61,7 @@ spring:
|
|
|
profiles: jwdev
|
|
|
##发现服务
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.114/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.26.0.114/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: ssgg
|
|
|
password: ssgg@jkzl2019
|
|
|
redis:
|
|
@ -84,8 +82,8 @@ testPattern:
|
|
|
sign: 0
|
|
|
remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
|
|
@ -93,9 +91,9 @@ wechat:
|
|
|
id: xm_zsyy_wx # base库中,wx_wechat 的id字段
|
|
|
---
|
|
|
spring:
|
|
|
profiles: mlwTest
|
|
|
profiles: jwtest
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.104/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
@ -123,8 +121,8 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 0
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 0
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwOracleTest
|
|
@ -139,10 +137,10 @@ spring:
|
|
|
dialect: org.hibernate.dialect.Oracle10gDialect
|
|
|
show_sql: true
|
|
|
database: oracle
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://172.26.0.104/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
# username: root
|
|
|
# password: jkzlehr
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
# username: root
|
|
|
# password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
@ -167,13 +165,13 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
---
|
|
|
spring:
|
|
|
profiles: iottest
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.104/iot-base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.26.0.104/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
@ -200,13 +198,13 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
---
|
|
|
spring:
|
|
|
profiles: iotyanshi
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.195/iot-base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.26.0.195/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
@ -232,13 +230,13 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.16.1.42/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.16.1.42/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: im
|
|
|
password: 2oEq3Kf7
|
|
|
redis:
|
|
@ -264,14 +262,14 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
---
|
|
|
## 心脏中心外网
|
|
|
spring:
|
|
|
profiles: xzprod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.16.100.240:7306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.16.100.240:7306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: jzkl
|
|
|
password: jzkl@2020
|
|
|
redis:
|
|
@ -297,14 +295,14 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
---
|
|
|
## 卫计委
|
|
|
spring:
|
|
|
profiles: xmjwprod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://59.61.92.90:9409/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://59.61.92.90:9409/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: qY#j2n5O
|
|
|
redis:
|
|
@ -330,13 +328,13 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
---
|
|
|
spring:
|
|
|
profiles: iotprod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://59.61.92.90:20002/iot-base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://59.61.92.90:20002/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy_new
|
|
|
password: '@TaVAj%LEK@vB2J4&y9sk@TaVAj%LEK'
|
|
|
redis:
|
|
@ -361,13 +359,13 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
---
|
|
|
spring:
|
|
|
profiles: iotprodIn
|
|
|
datasource:
|
|
|
url: jdbc:mysql://10.95.22.143:3306/iot-base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://10.95.22.143:3306/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy_new
|
|
|
password: '@TaVAj%LEK@vB2J4&y9sk@TaVAj%LEK'
|
|
|
redis:
|
|
@ -399,7 +397,7 @@ kick:
|
|
|
spring:
|
|
|
profiles: jwystest
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.195/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.26.0.195/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
@ -426,14 +424,14 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: tnJwprod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://10.9.1.247:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://10.9.1.247:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: qY#j2n5O
|
|
|
redis:
|
|
@ -459,13 +457,13 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
---
|
|
|
spring:
|
|
|
profiles: hzprod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://10.18.43.40:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://10.18.43.40:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: '0XxS3W*!cRj'
|
|
|
redis:
|
|
@ -495,13 +493,13 @@ im:
|
|
|
im_list_get: http://10.18.43.41:3000/
|
|
|
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 0
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 0
|
|
|
---
|
|
|
spring:
|
|
|
profiles: wjwProd
|
|
|
datasource:
|
|
|
url: jdbc:mysql://127.0.0.1:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://127.0.0.1:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: 0XxS3W*!cRj
|
|
|
redis:
|
|
@ -526,14 +524,14 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 1
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dsyy
|
|
|
datasource:
|
|
|
url: jdbc:mysql://127.0.0.1:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://127.0.0.1:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: 2oEq3Kf7@zjxl
|
|
|
redis:
|
|
@ -552,7 +550,7 @@ testPattern:
|
|
|
sign: 0
|
|
|
remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|
|
|
kick:
|
|
|
eachOther: 1
|
|
|
eachOther: 1
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
|
|
@ -564,7 +562,7 @@ wechat:
|
|
|
spring:
|
|
|
profiles: hcyyProd
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.120.103:6001/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://192.168.120.103:6001/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: 2oEq3Kf7@zjxl
|
|
|
redis:
|
|
@ -590,14 +588,14 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://127.0.0.1:3000/
|
|
|
kick:
|
|
|
eachOther: 1 #互踢 1开通 0关闭
|
|
|
eachOther: 1 #互踢 1开通 0关闭
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: yqfk
|
|
|
datasource:
|
|
|
url: jdbc:mysql://10.90.32.3:22042/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://10.90.32.3:22042/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: jkzl_root
|
|
|
password: jkzlehr@2020%
|
|
|
redis:
|
|
@ -623,14 +621,14 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://127.0.0.1:3000/
|
|
|
kick:
|
|
|
eachOther: 1 #互踢 1开通 0关闭
|
|
|
eachOther: 1 #互踢 1开通 0关闭
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwZnyg
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.222:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.26.0.222:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
@ -659,14 +657,14 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 0
|
|
|
##互踢 1开通 0关闭
|
|
|
eachOther: 0
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwZnygProd
|
|
|
datasource:
|
|
|
url: jdbc:mysql://59.61.92.90:9409/medicine?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://59.61.92.90:9409/medicine?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: qY#j2n5O
|
|
|
redis:
|
|
@ -692,13 +690,13 @@ wechat:
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.105:3000/
|
|
|
kick:
|
|
|
eachOther: 0
|
|
|
eachOther: 0
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: ZjxlProd
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.13:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.26.0.13:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
@ -732,7 +730,7 @@ kick:
|
|
|
spring:
|
|
|
profiles: mlwProd
|
|
|
datasource:
|
|
|
url: jdbc:mysql://127.0.0.1:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://127.0.0.1:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: 4D^tK%!4
|
|
|
redis:
|
|
@ -772,7 +770,7 @@ spring:
|
|
|
username: root
|
|
|
password: 4D^tK%!4
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
host: 172.26.0.153 # Redis server host.
|
|
|
port: 6390 # Redis server port.
|
|
|
password: Kb6wKDQP1W4
|
|
|
|