123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- ####--------------IMPORTANT!!! PRODUCTION ENVIRONMENT------------------#####
- #mysql database setting
- #jdbc.driver=com.mysql.jdbc.Driver
- #jdbc.url=jdbc:mysql://59.61.92.94:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- #jdbc.username=wlyy
- #jdbc.password=jkzlehr@123
- #
- #fv.jdbc.driver=com.mysql.jdbc.Driver
- #fv.jdbc.url=jdbc:mysql://59.61.92.94:3306/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- #fv.jdbc.username=wlyy
- #fv.jdbc.password=jkzlehr@123
- #
- #health.jdbc.driver=com.mysql.jdbc.Driver
- #health.jdbc.url=jdbc:mysql://59.61.92.94:3306/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- #health.jdbc.username=wlyy
- #health.jdbc.password=jkzlehr@123
- #
- #
- #redis.host=120.41.253.95
- #redis.port=6380
- #redis.password=jkzl_ehr
- ####--------------IMPORTANT!!! DEMO ENVIRONMENT------------------#####
- #mysql database setting
- #mysql database setting
- #jdbc.driver=com.mysql.jdbc.Driver
- #jdbc.url=jdbc:mysql://11.1.2.24:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- #jdbc.username=wlyy
- #jdbc.password=jkzlehr@123
- #
- #fv.jdbc.driver=com.mysql.jdbc.Driver
- #fv.jdbc.url=jdbc:mysql://11.1.2.24:3306/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- #fv.jdbc.username=wlyy
- #fv.jdbc.password=jkzlehr@123
- #
- #health.jdbc.driver=com.mysql.jdbc.Driver
- #health.jdbc.url=jdbc:mysql://11.1.2.24:3306/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- #health.jdbc.username=wlyy
- #health.jdbc.password=jkzlehr@123
- #
- #jdbc.pool.maxIdle=10
- #jdbc.pool.maxActive=50
- #
- #redis.host=11.1.2.20
- #redis.port=6379
- ##redis.pass=java2000_wl
- #
- #
- #redis.maxIdle=300
- #redis.maxActive=600
- #redis.maxWait=1000
- #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
- #redis.password=
- #---------------------------------测试环境数据库配置---------------------------------------#
- ###### 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.password=
- #-----------------------------------通用配置--------------------------------------------#
- ##### redis
- redis.maxIdle=300
- redis.maxActive=600
- redis.maxWait=1000
- redis.testOnBorrow=true
- ##### connection pool settings
- jdbc.pool.maxIdle=10
- jdbc.pool.maxActive=50
|