Closes gh-11050
This commit is contained in:
Johnny Lim
2017-11-17 02:51:21 +09:00
committed by Stephane Nicoll
parent 54b54b7c30
commit e8563c54dd
13 changed files with 22 additions and 23 deletions

View File

@@ -72,7 +72,7 @@ TIP: Run sample cache application using EhCache with
=== Hazelcast
Both `com.hazelcast:hazelcast` and `com.hazelcast:hazelcast-spring` should be added
to the project to enable support for Hazelcast. Since there is a default
to the project to enable support for Hazelcast. Since there is a default
`hazelcast.xml` configuration file at the root of the classpath, it is used to
automatically configure the underlying `HazelcastInstance`.
@@ -118,4 +118,4 @@ for Caffeine. You can customize how caches are created in different ways, see
`application.properties` for an example and the documentation for more details.
TIP: Run sample cache application using Caffeine with
`$mvn spring-boot:run -Pcaffeine`.
`$mvn spring-boot:run -Pcaffeine`.