出现问题的原因是实体类中相应的属性上加了@Length
检查本地代码的实体类属性对应的注解,如下:
后台提示错误:No validator could be found for constraint 'org.hibernate.validator.constraints.Length' validating type 'java.lang.Long'. Check configuration for 'locationId'
再次运行项目发现完美解决问题。