emp-sync-service-old/db.properties

48 lines
1.8 KiB
Properties
Raw Normal View History

2022-06-07 01:55:41 +00:00
[master]=
master.DriverClassName=com.mysql.jdbc.Driver
#url=jdbc:mysql://121.41.174.100:30001/EMP_20180531?characterEncoding=utf-8
#username=test
#password=000000
#url=jdbc:mysql://192.168.1.172:3306/EMP3?characterEncoding=utf-8
master.url=jdbc:mysql://192.168.1.172:3307/EMP3?characterEncoding=utf-8
#master.url=jdbc:mysql://192.168.1.179:3306/emp3?characterEncoding=utf-8&allowPublicKeyRetrieval=true
#master.url=jdbc:mysql://localhost:3306/emp3?characterEncoding=utf-8&allowPublicKeyRetrieval=true
master.username=root
master.password=123456
master.filters=stat
master.initialSize=1
master.maxActive=10
master.maxWait=600000
master.timeBetweenEvictionRunsMillis=5000
master.minEvictableIdleTimeMillis=300000
master.validationQuery=SELECT 1
master.testWhileIdle=true
master.testOnBorrow=false
master.testOnReturn=false
master.poolPreparedStatements=false
master.maxPoolPreparedStatementPerConnectionSize=200
[mihe]=
mihe.DriverClassName=com.mysql.jdbc.Driver
#url=jdbc:mysql://121.41.174.100:30001/EMP_20180531?characterEncoding=utf-8
#username=test
#password=000000
#mihe.url=jdbc:mysql://121.199.10.140:3306/mihe_db_dev?characterEncoding=utf-8&useSSL=false
#mihe.username=malluser
#mihe.password=Vmalldb124see!
mihe.url=jdbc:mysql://192.168.1.179:3306/mihe_db_dev?characterEncoding=utf-8&allowPublicKeyRetrieval=true
#mihe.url=jdbc:mysql://192.168.1.172:3307/EMP3_SALT?characterEncoding=utf-8&allowPublicKeyRetrieval=true
mihe.username=root
mihe.password=123456
mihe.filters=stat
mihe.initialSize=1
mihe.maxActive=10
mihe.maxWait=600000
mihe.timeBetweenEvictionRunsMillis=60000
mihe.minEvictableIdleTimeMillis=300000
mihe.validationQuery=SELECT 1
mihe.testWhileIdle=true
mihe.testOnBorrow=false
mihe.testOnReturn=false
mihe.poolPreparedStatements=false
mihe.maxPoolPreparedStatementPerConnectionSize=200