123456789101112131415161718192021222324252627 |
- jdbc.driverClass=com.mysql.jdbc.Driver
- jdbc.jdbcUrl=jdbc\:mysql\://114.215.64.204\:3306/test?useUnicode=true&characterEncoding=utf-8
- jdbc.user=pbsage
- jdbc.password=Persagy_!@
- jdbc.miniPoolSize=50
- jdbc.maxPoolSize=300
- jdbc.initialPoolSize=50
- jdbc.maxIdleTime=7200
- jdbc.acquireIncrement=10
- jdbc.acquireRetryAttempts=10
- jdbc.acquireRetryDelay=1000
- jdbc.testConnectionOnCheckin=true
- jdbc.automaticTestTable=c3p0TestTable
- jdbc.idleConnectionTestPeriod=3600
- jdbc.checkoutTimeout=10000
- system.printSql=false
- system.repairTable=false
- system.cacheInMemory=100
- file parameter
- thread.model=false
|