|
@ -42,51 +42,51 @@
|
|
|
#redis.testOnBorrow=true
|
|
|
|
|
|
#------------------------------------开发环境数据库配置------------------------------------#
|
|
|
##### mysql database setting
|
|
|
#jdbc.driver=com.mysql.jdbc.Driver
|
|
|
#jdbc.url=jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
#jdbc.username=root
|
|
|
#jdbc.password=123456
|
|
|
#
|
|
|
##### health index
|
|
|
#health.jdbc.driver=com.mysql.jdbc.Driver
|
|
|
#health.jdbc.url=jdbc:mysql://172.19.103.77/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
#health.jdbc.username=root
|
|
|
#health.jdbc.password=123456
|
|
|
#
|
|
|
##### suifang
|
|
|
#fv.jdbc.driver=com.mysql.jdbc.Driver
|
|
|
#fv.jdbc.url=jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
#fv.jdbc.username=root
|
|
|
#fv.jdbc.password=123456
|
|
|
#
|
|
|
##### redis
|
|
|
#redis.host=172.19.103.47
|
|
|
#redis.port=6379
|
|
|
|
|
|
#---------------------------------测试环境数据库配置---------------------------------------#
|
|
|
##### mysql database setting
|
|
|
#### mysql database setting
|
|
|
jdbc.driver=com.mysql.jdbc.Driver
|
|
|
jdbc.url=jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
jdbc.username=luofaqiang
|
|
|
jdbc.password=luofaqiang
|
|
|
jdbc.url=jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
jdbc.username=root
|
|
|
jdbc.password=123456
|
|
|
|
|
|
##### health index
|
|
|
#### health index
|
|
|
health.jdbc.driver=com.mysql.jdbc.Driver
|
|
|
health.jdbc.url=jdbc:mysql://172.19.103.85/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
health.jdbc.username=luofaqiang
|
|
|
health.jdbc.password=luofaqiang
|
|
|
health.jdbc.url=jdbc:mysql://172.19.103.77/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
health.jdbc.username=root
|
|
|
health.jdbc.password=123456
|
|
|
|
|
|
##### suifang
|
|
|
#### suifang
|
|
|
fv.jdbc.driver=com.mysql.jdbc.Driver
|
|
|
fv.jdbc.url=jdbc:mysql://172.19.103.85/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
fv.jdbc.username=luofaqiang
|
|
|
fv.jdbc.password=luofaqiang
|
|
|
fv.jdbc.url=jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
fv.jdbc.username=root
|
|
|
fv.jdbc.password=123456
|
|
|
|
|
|
##### redis
|
|
|
redis.host=172.19.103.88
|
|
|
#### redis
|
|
|
redis.host=172.19.103.47
|
|
|
redis.port=6379
|
|
|
|
|
|
#---------------------------------测试环境数据库配置---------------------------------------#
|
|
|
###### mysql database setting
|
|
|
#jdbc.driver=com.mysql.jdbc.Driver
|
|
|
#jdbc.url=jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
#jdbc.username=luofaqiang
|
|
|
#jdbc.password=luofaqiang
|
|
|
#
|
|
|
###### health index
|
|
|
#health.jdbc.driver=com.mysql.jdbc.Driver
|
|
|
#health.jdbc.url=jdbc:mysql://172.19.103.85/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
#health.jdbc.username=luofaqiang
|
|
|
#health.jdbc.password=luofaqiang
|
|
|
#
|
|
|
###### suifang
|
|
|
#fv.jdbc.driver=com.mysql.jdbc.Driver
|
|
|
#fv.jdbc.url=jdbc:mysql://172.19.103.85/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
#fv.jdbc.username=luofaqiang
|
|
|
#fv.jdbc.password=luofaqiang
|
|
|
#
|
|
|
###### redis
|
|
|
#redis.host=172.19.103.88
|
|
|
#redis.port=6379
|
|
|
|
|
|
#-----------------------------------通用配置--------------------------------------------#
|
|
|
##### redis
|
|
|
redis.maxIdle=300
|