Ehcache with Spring boot is not working in Test env
问题 I am using Spring boot (1.4.2.RELEASE) and Ehcache (2.4.3) Cache is being used in dev environment but it is not being used(hit) in other environments(test and prod). Code is as below: pom.xml <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> </dependency> On Main class , have added below annotation for caching @EnableCaching public class Application { Under src/main/resources, ehcache.xml <?xml version="1.0" encoding="UTF-8"?> <ehcache xmlns:xsi="http://www.w3