spring boot 表单校验
摘要:
1.在pom中添加依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> </dependency> 2.实体中添加过滤条 阅读全文
posted @ 2018-02-09 13:52 chenzx0918 阅读(231) 评论(0) 推荐(0)