findByCategoryTypeIn报错,只要是findBy“任何一个字段”都报错。除了ID。
来源:4-2 买家类目-dao(下)
兔老板
2018-09-05
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
只要是在jpa下面自定义任何findBy的字段都会报错。字段是根据实体类来写的。
写回答
1回答
-
兔老板
提问者
2018-09-05
呵呵,明白了。实体类的字段首字母不能大写。在findBy'字段' 自定义中会将首字母小写,所以找不到对应字段就会报错。贼厉害了。
012018-09-06
相似问题