user11364948
user11364948

Reputation: 21

APPLICATION FAILED TO START:A component required a bean named 'cacheManager' that could not be found

Can someone help me with this error and how to resolve this? I need to cache the db table, for that I would like to use the ehcache for that. I have already added the dependency to the pom.xml file and the build was successful but how to add the configuration to the springboot application without .xml? Is there any way to include configuration in application.yaml file?

Upvotes: 1

Views: 37

Answers (0)

Related Questions