How to load ehCache.xml from external location in Spring Boot?
Out of the box the EhCache is looking for the ehCache.xml configuration file in resources path which is albo packed into jar file. In case when you want to use…
Continue Reading
How to load ehCache.xml from external location in Spring Boot?