Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
093140ae
Commit
093140ae
authored
Feb 13, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.5.x'
parents
53fcd542
84217076
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.adoc
spring-boot-samples/spring-boot-sample-cache/README.adoc
+4
-4
No files found.
spring-boot-samples/spring-boot-sample-cache/README.adoc
View file @
093140ae
...
@@ -88,7 +88,7 @@ file so if you don't specify anything it will bootstrap on a hardcoded default.
...
@@ -88,7 +88,7 @@ file so if you don't specify anything it will bootstrap on a hardcoded default.
can set the `spring.cache.infinispan.config` property to use the provided
can set the `spring.cache.infinispan.config` property to use the provided
`infinispan.xml` configuration instead.
`infinispan.xml` configuration instead.
TIP: Run sample cache application using
Hazelcast
with
TIP: Run sample cache application using
Infinispan
with
`$mvn spring-boot:run -Pinfinispan`.
`$mvn spring-boot:run -Pinfinispan`.
...
@@ -97,7 +97,7 @@ TIP: Run sample cache application using Hazelcast with
...
@@ -97,7 +97,7 @@ TIP: Run sample cache application using Hazelcast with
Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that
Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that
you have setup at least a `spring.couchbase.bootstrap-hosts` property.
you have setup at least a `spring.couchbase.bootstrap-hosts` property.
TIP: Run sample cache application using
Hazelcast
with
TIP: Run sample cache application using
Couchbase
with
`$mvn spring-boot:run -Pcouchbase`.
`$mvn spring-boot:run -Pcouchbase`.
...
@@ -106,7 +106,7 @@ TIP: Run sample cache application using Hazelcast with
...
@@ -106,7 +106,7 @@ TIP: Run sample cache application using Hazelcast with
Add the `spring-boot-starter-data-redis` and make sure it is configured properly (by
Add the `spring-boot-starter-data-redis` and make sure it is configured properly (by
default, a redis instance with the default settings is expected on your local box).
default, a redis instance with the default settings is expected on your local box).
TIP: Run sample cache application using
Hazelcast
with
TIP: Run sample cache application using
Redis
with
`$mvn spring-boot:run -Predis`.
`$mvn spring-boot:run -Predis`.
...
@@ -116,5 +116,5 @@ Simply add the `com.github.ben-manes.caffeine:caffeine` dependency to enable sup
...
@@ -116,5 +116,5 @@ Simply add the `com.github.ben-manes.caffeine:caffeine` dependency to enable sup
for Caffeine. You can customize how caches are created in different ways, see
for Caffeine. You can customize how caches are created in different ways, see
`application.properties` for an example and the documentation for more details.
`application.properties` for an example and the documentation for more details.
TIP: Run sample cache application using
Hazelcast
with
TIP: Run sample cache application using
Caffeine
with
`$mvn spring-boot:run -Pcaffeine`.
`$mvn spring-boot:run -Pcaffeine`.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment