slayverma.rulette.rulette-examples.1.2.8.source-code.rulette-datasource.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rulette-examples Show documentation
Show all versions of rulette-examples Show documentation
Examples demonstrating how to use Rulette
driverClass=com.mysql.jdbc.Driver
jdbcUrl=jdbc:mysql://localhost:3306/tax
username=root
password=
acquireIncrement=1
initialPoolSize=10
maxPoolSize=50
minPoolSize=10
maxStatements=20