不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2022-08-01 17:32:05  修改时间:2026-01-08 02:55:30  分类:07.Java框架/系统  编辑

参考文章:【Spring Boot】使用Hibernate-Validator校验参数,@Validated注解或@Valid注解如何不用在Controller上,改用在Service上?

改造功能时,报错:

A method overriding another method must not redefine the parameter constraint configuration

问题原因:

 使用的@Validated校验参数接口参数实现类参数要保持一直,不然会报错。

接口:

实现类: