db.default.driver=com.mysql.jdbc.Driver
db.default.url="jdbc:mysql://localhost/orchestationLayerDB?useUnicode=true&characterEncoding=UTF-8"
db.default.user=root
db.default.password=""
db.default.readOnly=true
In my sbt i have: "com.edulify" %% "play-hikaricp" % "1.5.0"
And with the extra logging I'm getting
[info] application - Creating Pool for datasource 'default'
[info] application - Loading Hikari configuration from Play configuration.
[info] application - Properties: jdbcUrl=jdbc:mysql://localhost/orchestationLayerDB?useUnicode=true&characterEncoding=UTF-8, registerMbeans=false, driverClassName=com.mysql.jdbc.Driver, jdbc4ConnectionTest=true, maxLifetime=1800000, autoCommit=true, leakDetectionThreshold=0, username=root, maximumPoolSize=30, idleTimeout=600000, minimumIdle=5, readOnly=false, connectionTimeout=5000, password=
[warn] c.z.h.HikariConfig - The jdbcConnectionTest property is now deprecated, see the documentation for connectionTestQuery
[info] application - Registering driver com.mysql.jdbc.Driver
[debug] c.z.h.HikariConfig - HikariCP pool HikariPool-13 configuration:
[debug] c.z.h.HikariConfig - autoCommit......................true
[debug] c.z.h.HikariConfig - catalog.........................
[debug] c.z.h.HikariConfig - connectionCustomizer............com.zaxxer.hikari.HikariConfig$1@679ea032
[debug] c.z.h.HikariConfig - connectionCustomizerClassName...
[debug] c.z.h.HikariConfig - connectionInitSql...............
[debug] c.z.h.HikariConfig - connectionTestQuery.............
[debug] c.z.h.HikariConfig - connectionTimeout...............5000
[debug] c.z.h.HikariConfig - dataSource......................
[debug] c.z.h.HikariConfig - dataSourceClassName.............
[debug] c.z.h.HikariConfig - dataSourceJNDI..................
[debug] c.z.h.HikariConfig - dataSourceProperties............{password=<masked>}
[debug] c.z.h.HikariConfig - driverClassName.................
[debug] c.z.h.HikariConfig - idleTimeout.....................600000
[debug] c.z.h.HikariConfig - initializationFailFast..........true
[debug] c.z.h.HikariConfig - isolateInternalQueries..........false
[debug] c.z.h.HikariConfig - jdbc4ConnectionTest.............false
[debug] c.z.h.HikariConfig - jdbcUrl.........................jdbc:mysql://localhost/orchestationLayerDB?useUnicode=true&characterEncoding=UTF-8
[debug] c.z.h.HikariConfig - leakDetectionThreshold..........0
[debug] c.z.h.HikariConfig - maxLifetime.....................1800000
[debug] c.z.h.HikariConfig - maximumPoolSize.................30
[debug] c.z.h.HikariConfig - metricRegistry..................
[debug] c.z.h.HikariConfig - minimumIdle.....................5
[debug] c.z.h.HikariConfig - password........................<masked>
[debug] c.z.h.HikariConfig - poolName........................HikariPool-13
[debug] c.z.h.HikariConfig - readOnly........................false
[debug] c.z.h.HikariConfig - registerMbeans..................false
[debug] c.z.h.HikariConfig - threadFactory...................
[debug] c.z.h.HikariConfig - transactionIsolation............
[debug] c.z.h.HikariConfig - username........................rootdb.default.hikaricp.file= filename