请问为什么没有用户
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> </dependency>
使用这个依赖,不要用
<dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency>
此依赖无效