See gh-9855
This commit is contained in:
Johnny Lim
2017-07-25 17:02:03 +09:00
committed by Stephane Nicoll
parent 39b4270b7e
commit fe1eb8b5f3
4 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ TIP: Run sample cache application using Hazelcast with
=== Infinispan
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
file so this sample is configured to use a the provider `infinispan.xml` configuration
file so this sample is configured to use the provider `infinispan.xml` configuration
file specified via the `spring.cache.infinispan.config` property.
TIP: Run sample cache application using Infinispan with