@ -85,9 +85,8 @@ TIP: Run sample cache application using Hazelcast with
=== Infinispan
=== Infinispan
Add the `org.infinispan:infinispan-spring4-embedded` dependency to enable support for
Add the `org.infinispan:infinispan-spring4-embedded` dependency to enable support for
Infinispan. There is no default location that Infinispan uses to look for a config
Infinispan. There is no default location that Infinispan uses to look for a config
file so if you don't specify anything it will bootstrap on a hardcoded default. You
file so this sample is configured to use a the provider `infinispan.xml` configuration
can set the `spring.cache.infinispan.config` property to use the provided
file specified via the `spring.cache.infinispan.config` property.
`infinispan.xml` configuration instead.
TIP: Run sample cache application using Infinispan with
TIP: Run sample cache application using Infinispan with
`$mvn spring-boot:run -Pinfinispan`.
`$mvn spring-boot:run -Pinfinispan`.