Add springboot for mybatis annotation

This commit is contained in:
xchunzhao
2017-05-02 16:52:20 +08:00
parent ecc8d62d8f
commit 3a5f77f376
14 changed files with 655 additions and 0 deletions

26
.gitignore vendored
View File

@@ -10,3 +10,29 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/