转载自:https://blog.csdn.net/heshuncheng/article/details/107255327
原因: 使用springboot2.3.1.RELEASE 没有自动引入 validation对应的包
解决方案: 引入 validation 包
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-validation</artifactId></dependency>