Skip to content

Commit 1616d92

Browse files
committed
fix
1 parent 81e2c74 commit 1616d92

37 files changed

+13175
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
| [spring-boot-error-contorller](spring-boot-error-contorller) | Spring-Boot ErrorContorller 错误处理控制器 |
2323
| [spring-boot-exception-hanlder](spring-boot-exception-hanlder) | Spring-Boot ExceptionHanlder 统一异常处理 |
2424
| [Spring-Boot-MyBaits-PageHelper](Spring-Boot-MyBaits-PageHelper) | Spring-Boot 分页实现 |
25+
| [Spring-Boot-MyBatis-JPA](Spring-Boot-MyBatis-JPA) | Spring-Boot JPA |
26+
27+
| [SpringBoot-ElasticSearch](SpringBoot-ElasticSearch) | SpringBoot ElasticSearch |
2528

2629

2730
可参考的项目:

SpringBoot-ElasticSearch/.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
HELP.md
2+
target/
3+
!.mvn/wrapper/maven-wrapper.jar
4+
!**/src/main/**/target/
5+
!**/src/test/**/target/
6+
7+
### STS ###
8+
.apt_generated
9+
.classpath
10+
.factorypath
11+
.project
12+
.settings
13+
.springBeans
14+
.sts4-cache
15+
16+
### IntelliJ IDEA ###
17+
.idea
18+
*.iws
19+
*.iml
20+
*.ipr
21+
22+
### NetBeans ###
23+
/nbproject/private/
24+
/nbbuild/
25+
/dist/
26+
/nbdist/
27+
/.nb-gradle/
28+
build/
29+
!**/src/main/**/build/
30+
!**/src/test/**/build/
31+
32+
### VS Code ###
33+
.vscode/

0 commit comments

Comments
 (0)