All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.openbox.dbclient.2.1.0.source-code.mysqldb.properties Maven / Gradle / Ivy

There is a newer version: 2.1.6
Show newest version
#db login parameters
driverClass=com.mysql.jdbc.Driver
jdbcUrl=jdbc:mysql://111.11.11.11:3306/demodb
user=mysqldbuser
password=1111
maxPoolSize=50
minPoolSize=5
acquireIncrement=1
initialPoolSize=10
maxStatementsPerConnection=20
numHelperThreads=5
debugUnreturnedConnectionStackTraces=true
testConnectionOnCheckout=false
idleConnectionTestPeriod=600
preferredTestQuery=select instance_name from v$instance
maxIdleTime=18000
unreturnedConnectionTimeout=180
checkoutTimeout=120000




© 2015 - 2025 Weber Informatics LLC | Privacy Policy