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

databases.sql.mysql-hikaricp.properties Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
jdbc.mysql.driverClassName=com.mysql.jdbc.Driver
jdbc.mysql.url=jdbc:mysql://localhost:3306/test
jdbc.mysql.username=root
jdbc.mysql.password=12345678
jdbc.mysql.minimumIdle=10
jdbc.mysql.maximumPoolSize=100
jdbc.mysql.connectionTestQuery=select 1
jdbc.mysql.cachePrepStmts=true
jdbc.mysql.prepStmtCacheSize=250
jdbc.mysql.prepStmtCacheSqlLimit=2048
jdbc.mysql.useServerPrepStmts=true
jdbc.mysql.scan.mapper.package=io.edurt.gcm.example.databases.sql.mapper




© 2015 - 2025 Weber Informatics LLC | Privacy Policy