Spring Ehcache3 cause exception with with key-type and value-type
问题 I try to use ehcache3 on project with spring 4.3. I configured cache manager: <cache:annotation-driven /> <bean id="cacheManager" class="org.springframework.cache.jcache.JCacheCacheManager"> <property name="cacheManager"> <bean class="org.springframework.cache.jcache.JCacheManagerFactoryBean"> <property name="cacheManagerUri" value="classpath:ehcache.xml"/> </bean> </property> </bean> And ehcache.xml : <config xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://www.ehcache.org