spring-boot-starter-validation快速失败配置求解?

如上图按照网上的教程配置了参数校验,为什么快速失败不生效?依旧是校验了全部字段。
有导入以下依赖
<dependency>    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
    <groupId>org.hibernate.validator</groupId>
    <artifactId>hibernate-validator</artifactId>
</dependency>
以上是 spring-boot-starter-validation快速失败配置求解? 的全部内容, 来源链接: utcz.com/p/944869.html


