我正在使用spring-data-couchbase 2.1.2
,我希望将方法添加到单个存储库。
在实现类中:
public class MyRepositoryImpl implements MyRepositoryCustom {
@Autowired
RepositoryOperationsMapping templateProvider;
....
}
我添加了RepositoryOperationsMapping
,但没有注入对象,我有以下错误:
[org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping]: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException
对于spring配置,我使用了spring.xml
文件,如何在xml文件中添加RepositoryOperationsMapping
引用?
感谢。再见。
答案 0 :(得分:0)
我解决了这个问题,在我的</table>
文件
spring.xml