Commit d93a76cc authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #3227 from izeye/cache-config

* cache-config:
  Fix typo in cache auto-configurations
parents 79adcc94 01122607
......@@ -71,7 +71,7 @@ class EhCacheCacheConfiguration {
static class ConfigAvailableCondition extends CacheConfigFileCondition {
public ConfigAvailableCondition() {
super("EhCache", "spring.config.ehcache", "classpath:/ehcache.xml");
super("EhCache", "spring.cache.ehcache", "classpath:/ehcache.xml");
}
}
......
......@@ -81,7 +81,7 @@ class HazelcastCacheConfiguration {
static class ConfigAvailableCondition extends CacheConfigFileCondition {
public ConfigAvailableCondition() {
super("Hazelcast", "spring.config.hazelcast", "file:./hazelcast.xml",
super("Hazelcast", "spring.cache.hazelcast", "file:./hazelcast.xml",
"classpath:/hazelcast.xml");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment