参考文章:【Spring Boot】使用Hibernate-Validator校验参数,@Validated注解或@Valid注解如何不用在Controller上,改用在Service上?
改造功能时,报错:
A method overriding another method must not redefine the parameter constraint configuration
问题原因:
使用的@Validated校验参数接口参数和实现类参数要保持一直,不然会报错。
接口:
实现类: