Skip to content

Instantly share code, notes, and snippets.

@pikanji
Created January 18, 2013 07:01
Show Gist options
  • Save pikanji/4562863 to your computer and use it in GitHub Desktop.
Save pikanji/4562863 to your computer and use it in GitHub Desktop.
Spring JDBC dependency for MySQL
<!-- Spring JDBC -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.9</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment