本例子主要讲解ehcache的配置使用。采用了java配置和xml配置两种方式。主要用于学习。 使用java配置时将SpringTestCase.java文件中的@ContextConfiguration(locations={"classpath:applicationContext.xml"})注释掉 使用xml配置时。将com.test.config下的Java文件中@Configuration都注释掉。