30 lines
939 B
Properties
30 lines
939 B
Properties
|
|
jdbc.mysql.driver=com.mysql.jdbc.Driver
|
||
|
|
|
||
|
|
#jdbc.mysql.url=jdbc:mysql://120.193.95.188:13306/newimt?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
|
||
|
|
|
||
|
|
#jdbc.mysql.username=root
|
||
|
|
#jdbc.mysql.password=bonusadmin
|
||
|
|
|
||
|
|
jdbc.mysql.url=jdbc:mysql://127.0.0.1:3306/newimw?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
|
||
|
|
jdbc.mysql.username=root
|
||
|
|
jdbc.mysql.password=root
|
||
|
|
|
||
|
|
#connection pool settings
|
||
|
|
druid.initialSize=1
|
||
|
|
druid.maxActive=20
|
||
|
|
#druid.maxIdle=10
|
||
|
|
druid.minIdle=5
|
||
|
|
druid.maxWait=60000
|
||
|
|
druid.removeAbandoned=true
|
||
|
|
druid.removeAbandonedTimeout=1200
|
||
|
|
druid.timeBetweenEvictionRunsMillis=60000
|
||
|
|
druid.minEvictableIdleTimeMillis=300000
|
||
|
|
druid.validationQuery= SELECT 1 FROM DUAL
|
||
|
|
druid.testWhileIdle=true
|
||
|
|
druid.testOnBorrow=false
|
||
|
|
druid.testOnReturn=false
|
||
|
|
druid.poolPreparedStatements=true
|
||
|
|
druid.maxPoolPreparedStatementPerConnectionSize=50
|
||
|
|
druid.filters=stat
|
||
|
|
|