jsR303校验相关 现象:在SpringBoot中使用@Email注解进行数据校验时,报没有该注解的错误。 解决方法: 在pom.xml中加该配置 <dependenc
现象:在SpringBoot中使用@Email注解进行数据校验时,报没有该注解的错误。
解决方法:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
==测试成功==
![img](/file/imgs/upload/202211/12/12ounfgwdj2.jpg)
以上就是解决SpringBoot中@Email报错问题的详细内容,更多关于SpringBoot中@Email报错解决的资料请关注编程网其它相关文章!
--结束END--
本文标题: 解决SpringBoot中@Email报错问题
本文链接: https://lsjlt.com/news/136277.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0