spring-boot requestMapping在添加enableCaching后停止工作

时间:2016-06-18 23:29:43

标签: caching spring-boot couchbase ehcache

我的spring boot(1.3.5)应用程序使用couchbase(2.0)并暴露其余控制器。我可以从couchbase访问数据,浏览器将其显示为响应。这里没有问题。

现在我想使用ehcache。当我在主应用程序类中添加@EnableCaching时,rest服务停止工作。在日志中,它说'没有找到任何匹配请求'

https://github.com/maverickmicky/spring-couchbase-cache

0 个答案:

没有答案