Closed zhoujinliang closed 6 years ago
在integer中定义一个方法如下:
@TemplateQuery public Map<String,String> queryEmpidFromUserids(List<String> ids, int tid); 启动时 spring报错: Caused by: org.springframework.data.mapping.PropertyReferenceException: No property queryEmpidFromUserids found for type Employee!
@TemplateQuery public Map<String,String> queryEmpidFromUserids(List<String> ids, int tid);
Caused by: org.springframework.data.mapping.PropertyReferenceException: No property queryEmpidFromUserids found for type Employee!
在integer中定义一个方法如下:
@TemplateQuery public Map<String,String> queryEmpidFromUserids(List<String> ids, int tid);
启动时 spring报错:Caused by: org.springframework.data.mapping.PropertyReferenceException: No property queryEmpidFromUserids found for type Employee!