天天看點

springboot的@Valid或者@Validated不生效,自定義校驗注解也無效

當排除其他答案時,最後可能是pom檔案裡面

沒加或者加錯了配置依賴

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-validation</artifactId>
</dependency>