Skip to content

Instantly share code, notes, and snippets.

@jeevan-patil
Created July 29, 2017 08:38
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/65a19875c03267ed35a071718762204f to your computer and use it in GitHub Desktop.
Save jeevan-patil/65a19875c03267ed35a071718762204f to your computer and use it in GitHub Desktop.
DBCP2 Connection Pool Dependency
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.1.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment