You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mtakaki ,
I'm having issue setting up HikariCP for Dropwizard 1.3.8 version in my project which also uses Dropwizard Metrics. How can I set it up to utilize HikariCP instead of TomcatCP as I don't get message on my Console:
INFO [2016-03-14 06:32:06,681] org.eclipse.jetty.util.log: Logging initialized @1894ms
INFO [2016-03-14 06:32:08,675] com.zaxxer.hikari.HikariDataSource: hibernate - Starting...
I've added dependency in my pom.xml file and ran mvn clean package command and still didn't get mentioned message on my Console.
Am I supposed to create a bundle class and pass it into init(..) method in Application Main class or something else and what?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi @mtakaki ,
I'm having issue setting up HikariCP for Dropwizard 1.3.8 version in my project which also uses Dropwizard Metrics. How can I set it up to utilize HikariCP instead of TomcatCP as I don't get message on my Console:
I've added dependency in my pom.xml file and ran
mvn clean package
command and still didn't get mentioned message on my Console.Am I supposed to create a bundle class and pass it into
init(..)
method in Application Main class or something else and what?Thank you in advance.
The text was updated successfully, but these errors were encountered: