dropwizard-hikaricp
dropwizard-hikaricp copied to clipboard
HikariCP 1.3.8 can NOT be integrated in Dropwizard 1.3.8
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.
Wow, sorry about the huge delay to get back to you, @nixos89. Would you mind sharing your pom file?