databases.sql.mysql-hikaricp.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of example Show documentation
Show all versions of example Show documentation
Code examples of components in gcm system!
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