Hello everyone!
I am looking for a way to configure jdbc in play a bit more than possible by the application.conf. I ported our application using play to the newest version (2.5.x) and learned that it now uses the HikariCP. We have been configuring jdbc to behave in a specific manner (batch writing etc.) and I see that HikariCP can configure jdbc via a properties file. It seems that for a certain old Hikari plugin for play it was possible to set the file using the following setting in the application.conf:
db.default.hikaricp.file="conf/hikaricp.properties"
How can this be achieved now that HikariCP is the default connection pool and the plugins are not necessary anymore? Can I give a more specific configuration to the pool than just using the few options that are available to be used within the application.conf?
--
You received this message because you are subscribed to the Google Groups "Play Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/2b8641c2-deb3-4177-bea3-942f2b701ce0%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/2b8641c2-deb3-4177-bea3-942f2b701ce0%40googlegroups.com.