ehcache.xml can't use the properties file property
问题 I define a system.properties in my class path, then I do like this in spring configuration xml: <context:property-placeholder location="classpath*:/system.properties" ignore-resource-not-found="true" ignore-unresolvable="true" /> I aslo defind ehcache like this : <cache:annotation-driven cache-manager="cacheManager" /> <bean id="ehCacheManager" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean"> <property name="configLocation" value="classpath:/ehcache.xml" /> <property name=