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
c85948ac
Commit
c85948ac
authored
Apr 28, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cache sample README
Closes gh-5800
parent
4c877a67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
README.adoc
spring-boot-samples/spring-boot-sample-cache/README.adoc
+5
-5
pom.xml
spring-boot-samples/spring-boot-sample-cache/pom.xml
+0
-4
No files found.
spring-boot-samples/spring-boot-sample-cache/README.adoc
View file @
c85948ac
...
@@ -75,11 +75,11 @@ the underlying `HazelcastInstance`.
...
@@ -75,11 +75,11 @@ the underlying `HazelcastInstance`.
=== Infinispan
=== Infinispan
Add the
`org.infinispan:infinispan-spring4` and `org.infinispan:infinispan-spring4-embedded`
Add the
org.infinispan:infinispan-spring4-embedded` dependency to enable support for
dependencies to enable support for Infinispan. There is no default location that Infinispan
Infinispan. There is no default location that Infinispan uses to look for a config file
uses to look for a config file so if you don't specify anything it will bootstrap on a hardcoded
so if you don't specify anything it will bootstrap on a hardcoded default. You can set
default. You can set the `spring.cache.infinispan.config` property to use the provided
the `spring.cache.infinispan.config` property to use the provided `infinispan.xml`
`infinispan.xml`
configuration instead.
configuration instead.
...
...
spring-boot-samples/spring-boot-sample-cache/pom.xml
View file @
c85948ac
...
@@ -65,10 +65,6 @@
...
@@ -65,10 +65,6 @@
</dependency>
</dependency>
-->
-->
<!--
<!--
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-spring4</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>org.infinispan</groupId>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-spring4-embedded</artifactId>
<artifactId>infinispan-spring4-embedded</artifactId>
...
...
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