Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jeevan-patil
Created July 29, 2017 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeevan-patil/137d10e779cd0dc60a662cceddfaf1ff to your computer and use it in GitHub Desktop.
Save jeevan-patil/137d10e779cd0dc60a662cceddfaf1ff to your computer and use it in GitHub Desktop.
HikariCP Connection Pool Dependency for Java7
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java7</artifactId>
<version>2.4.12</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment