我目前正在做一个项目,其中包含了spring data redis和SpringCache。在spring data redis中,我使用redis模板调用redis。我在try catch块中处理了redis模板抛出的所有异常,如下所示: // execute some operation with redis
当我尝试自动连接SpringRestTemplate时,我得到了以下错误:
nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.web.client.RestTemplate] found for dependency: expected在注释驱动的环境中使用Spring4。" cl