HV000030: No validator could be found for type: java.lang.Integer.
程序员文章站
2022-04-18 13:35:34
...
http://*.com/questions/5982741/error-no-validator-could-be-found-for-type-java-lang-integer
解决方法就是将org.hibernate.validator.constraints.NotEmpty换成 javax.validation.constraints.NotNull
解决方法就是将org.hibernate.validator.constraints.NotEmpty换成 javax.validation.constraints.NotNull
推荐阅读
-
解决IDEA : Could not autowire. No beans of ‘xxxx‘ type found
-
多模块项目依赖注入失败Field xxRepository in xxImpl required a bean of type xxRepository that could not be found
-
A component required a bean of type ‘XXX‘ that could not be found 解决办法
-
Could not autowire. No beans of 'MetricsService' type found. less... (Ctrl+F1) Checks autowiring
-
解决报错 :A component required a bean of type 'gentle.test.Show' that could not be found
-
解决:A component required a bean of type 'javax.jms.Queue' that could not be found.
-
解决IDEA : Could not autowire. No beans of ‘xxxx‘ type found
-
hibernate validator处理No validator could be found for type错误
-
HV000030: No validator could be found for type: java.lang.Integer.
-
多模块项目依赖注入失败Field xxRepository in xxImpl required a bean of type xxRepository that could not be found