I\'m getting a no CacheManager bean found... But i have not tried to do anything with CacheManager!
Here\'s my error!
org.springframework.beans.factory.B
In your context files, if you use , IntelliJ automatically imports the ****/cache namespace instead of the ****/tx namespace! So when I had my tag for transactional manager, it was thinking it was cacheManager.
, IntelliJ automatically imports the ****/cache namespace instead of the ****/tx namespace! So when I had my tag for transactional manager, it was thinking it was cacheManager.
****/cache
****/tx
tag for transactional manager, it was thinking it was cacheManager.