首页 > 系统服务 > 详细

No cache could be resolved for……. At least one cache should be provided per cache operation

时间:2020-05-24 23:41:23      阅读:455      评论:0      收藏:0      [点我收藏+]

报错:No cache could be resolved for ‘Builder[public abstract com.example.cache.generate.Department com.example.cache.generate.DepartmentDao.selectByPrimaryKey(java.lang.Integer)] caches=[] | key=‘‘ | keyGenerator=‘‘ | cacheManager=‘‘ | cacheResolver=‘‘ | condition=‘‘ | unless=‘‘ | sync=‘false‘‘ using resolver ‘org.springframework.cache.interceptor.SimpleCacheResolver@4c504095‘. At least one cache should be provided per cache operation.

本来@EnableCaching+@Cacheable(cacheNames={"xx"})就行了,结果……

我的天,我一直在实现类里面找错误,结果最后发现是我在接口写了一个@Cacheable忘记删除了。难受,浪费2个小时。

No cache could be resolved for……. At least one cache should be provided per cache operation

原文:https://www.cnblogs.com/woyujiezhen/p/12953533.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!