dbconfig.properties 423 B

123456789101112131415161718192021222324
  1. url:jdbc:mysql://localhost:3306/tqe?characterEncoding=utf-8
  2. driverClassName:com.mysql.jdbc.Driver
  3. username:root
  4. password:root
  5. maxActive:20
  6. initialSize:1
  7. maxWait:60000
  8. minIdle:10
  9. #maxIdle:15
  10. timeBetweenEvictionRunsMillis:60000
  11. minEvictableIdleTimeMillis:300000
  12. testWhileIdle:true
  13. testOnBorrow:false
  14. testOnReturn:false
  15. maxOpenPreparedStatements:20
  16. removeAbandoned:false
  17. removeAbandonedTimeout:1800
  18. logAbandoned:true