摘要: spring的两个标签库 <%--spring 标签库--%> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@taglib prefix="sf" uri="http://www.springfra 阅读全文
posted @ 2021-03-20 15:49 阿灿呀 阅读(85) 评论(0) 推荐(0)
摘要: 添加pom依赖 <!--数据校验--> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> <version>6.1.5.Final</version> </depend 阅读全文
posted @ 2021-03-20 14:33 阿灿呀 阅读(102) 评论(0) 推荐(0)