Skip to content

Commit a778e09

Browse files
committed
✨新增:spring-boot-demo-web-datavalidate 数据检查验证
1 parent 07e3afc commit a778e09

17 files changed

+989
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- [spring-boot-demo-swagger](./spring-boot-demo-swagger) Swagger 接口文档
2323
- [spring-boot-demo-redis](./spring-boot-demo-redis) Redis 缓存操作
2424
- [spring-boot-demo-mybatisPlus](./spring-boot-demo-mybatis-plus) MyBatis-Plus 持久层
25+
- [spring-boot-demo-web-datavalidate](./spring-boot-demo-web-datavalidate) 数据检查验证
2526

2627
## 文档手册
2728

settings.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ include 'spring-boot-demo-shiro'
99
include 'spring-boot-demo-swagger'
1010
include 'spring-boot-demo-template-thymeleaf'
1111
include 'spring-boot-demo-exception'
12-
include 'spring-boot-demo-mybatis-plus'
12+
include 'spring-boot-demo-mybatis-plus'
13+
include 'spring-boot-demo-web-datavalidate'

0 commit comments

Comments
 (0)