2020-02-07

Spring Infinispan Cache

Infinispan

Infinispan has no default configuration file location, so it must be specified explicitly. Otherwise,
the default bootstrap is used.
spring.cache.infinispan.config=infinispan.xml

Caches can be created on startup by setting the configprop:spring.cache.cache-names[] property. If
a custom ConfigurationBuilder bean is defined, it is used to customize the caches.


No comments:

Post a Comment