admin管理员组

文章数量:1530842

问题


Description:

Field userCache in com.rsy.springboot.demo.controller.UserController required a bean of type ‘org.springframework.cache.CacheManager’ that could not be found.

The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)

Action:

Consider defining a bean of type ‘org.springframework.cache.CacheManager’ in your configuration.

解决办法


添加注解

@EnableCaching

本文标签: typeorgdefiningbeanCacheManager