Skip to content

Commit

Permalink
✨ spring-boot-demo-orm-mybatis-plus 完成
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Nov 8, 2018
1 parent 6b97e97 commit fbe814f
Show file tree
Hide file tree
Showing 16 changed files with 1,024 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<module>spring-boot-demo-orm-jpa</module>
<module>spring-boot-demo-orm-mybatis</module>
<module>spring-boot-demo-orm-mybatis-mapper-page</module>
<module>spring-boot-demo-orm-mybatis-plus</module>
<module>spring-boot-demo-email</module>
<module>spring-boot-demo-upload</module>
<module>spring-boot-demo-war</module>
Expand Down
25 changes: 25 additions & 0 deletions spring-boot-demo-orm-mybatis-plus/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/target/
!.mvn/wrapper/maven-wrapper.jar

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
Loading

0 comments on commit fbe814f

Please sign in to comment.