報錯信息: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).
原因:子類繼承父類,子類中字符校驗未通過;父類未進行字符校驗