jdbc.properties
528 Bytes
#\u6570\u636e\u5e93\u8fde\u63a5\u6c60\u4fe1\u606f
jdbc.driverClass=${orders.jdbc.driver}
jdbc.maxConnectionsPerPartition=10
jdbc.minConnectionsPerPartition=5
jdbc.idleConnectionTestPeriod=10
jdbc.idleMaxAge=240
jdbc.partitionCount=2
jdbc.acquireIncrement=5
jdbc.statementsCacheSize=20
jdbc.releaseHelperThreads=3
#2minutes.default is 9223372036854775807
jdbc.connectionTimeout=120000
#\u6570\u636e\u5e93\u4fe1\u606f
jdbc.jdbcUrl=${orders.jdbc.url}
jdbc.username=${orders.jdbc.username}
jdbc.password=${orders.jdbc.password}