We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf49714 + 4af6ffd commit e91cd46Copy full SHA for e91cd46
.gitignore
@@ -9,3 +9,7 @@
9
/nb*
10
/release.properties
11
/target
12
+
13
+# These are needed if running in IDE without properties set
14
+/ibderby
15
+derby.log
README.md
@@ -20,3 +20,4 @@ Essentials
20
21
* [See the docs](http://mybatis.github.io/mybatis-3)
22
* [Download Latest](https://github.com/mybatis/mybatis-3/releases)
23
+* [Download Snapshot](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis/)
0 commit comments