Skip to content

Instantly share code, notes, and snippets.

@relax-more
Created January 29, 2013 07:33
Show Gist options
  • Save relax-more/4662488 to your computer and use it in GitHub Desktop.
Save relax-more/4662488 to your computer and use it in GitHub Desktop.
【メモ】 jdbc:mysql:// でremote に接続するときに利用するjar は mysql-connector-java
<!-- 一部抜粋 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>X.X.X</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment