You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- driverClassName = com.mysql.jdbc.Driver
- url=jdbc:mysql://192.168.1.61:3306/acts_java_opencv?characterEncoding=UTF-8&useSSL=false
- username = root
- password = root
- initialSize = 10
- maxActive = 15
- minIdle = 3
- maxWait = 60000
- removeAbandoned = true
- removeAbandonedTimeout = 180
- timeBetweenEvictionRunsMillis =20000
- minEvictableIdleTimeMillis = 3600000
- validationQuery = SELECT 1 FROM DUAL
- testWhileIdle = true
- testOnBorrow = false
- testOnReturn = false
- poolPreparedStatements = true
- maxPoolPreparedStatementPerConnectionSize = 50
- filters =stat
|