I found a lot of examples which show how to integrate an Ehcache in a Spring Boot application, e.g. as described here. As far as I understand this example, the Ehcache itself is running in the Spring application.
Our setup, however, provides a Terracotta server acting as a "central" cache instance. Unforutnately I haven't found any documentation so far, how to tell my Spring Boot application to use that remote Terracotta server as Ehcache.
Do you have any examples or helpful information?
Define tc-config xml as below
Dependencies in pom.xml
application.properties
ehcache.xml