报错信息:javax.validation.ConstraintDeclarationException: HV000151: A method overriding another method must not redefine the parameter constraint configuration, but method HelloController#sayHello(String) redefines the configuration of HelloInterface#sayHello(String).
原因:子类继承父类,子类中字符校验未通过;父类未进行字符校验