springboot 2.3.x 版本无法引用 javax.validation.constraints. 下的 @NotNull 注解
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
1
2
3
4
2
3
4
我刚才测试的时候,发现注解没有作用,搜一下,原来从2.3.0版本就需要手动添加了。
帮我改善此页面 (opens new window)
上次更新: 2021/02/16, 12:29:08