Browse Source

Initial commit

yufeng 5 years ago
commit
868e43dd0e
2 changed files with 17 additions and 0 deletions
  1. 14 0
      .gitignore
  2. 3 0
      README.md

+ 14 - 0
.gitignore

@@ -0,0 +1,14 @@
1
+# ---> Java
2
+*.class
3
+
4
+# Mobile Tools for Java (J2ME)
5
+.mtj.tmp/
6
+
7
+# Package Files #
8
+*.jar
9
+*.war
10
+*.ear
11
+
12
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13
+hs_err_pid*
14
+

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
1
+# sharding-jdbc-test
2
+
3
+sharding-jdbc-test