mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Remove `spring.cache.config` as it is too generic and does not express enough what is configured. This property is replaced by cache library specific properties, that is `spring.cache.ehcache.config`, `spring.cache.hazelcast.config`, `spring.cache.infinispan.config` and `spring.cache.jcache.config`. See gh-2633