Skip to content

Instantly share code, notes, and snippets.

@ryanzhou7
Created July 9, 2018 23:39
Show Gist options
  • Save ryanzhou7/930514ac4a3d44497a993412043414f2 to your computer and use it in GitHub Desktop.
Save ryanzhou7/930514ac4a3d44497a993412043414f2 to your computer and use it in GitHub Desktop.
<dependencies>
<!-- other dependencies.... -->
<!-- Use MySQL Connector-J -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment