Created
January 29, 2013 07:33
-
-
Save relax-more/4662488 to your computer and use it in GitHub Desktop.
【メモ】 jdbc:mysql:// でremote に接続するときに利用するjar は mysql-connector-java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 一部抜粋 --> | |
<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