File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
spring-boot-samples/spring-boot-sample-cache Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ the underlying `HazelcastInstance`.
75
75
76
76
77
77
=== Infinispan
78
- Add the ` org.infinispan:infinispan-spring4` and `org.infinispan:infinispan-spring4- embedded`
79
- dependencies to enable support for Infinispan. There is no default location that Infinispan
80
- uses to look for a config file so if you don't specify anything it will bootstrap on a hardcoded
81
- default. You can set the `spring.cache.infinispan.config` property to use the provided
82
- `infinispan.xml` configuration instead.
78
+ Add the org.infinispan:infinispan-spring4- embedded` dependency to enable support for
79
+ Infinispan. There is no default location that Infinispan uses to look for a config file
80
+ so if you don't specify anything it will bootstrap on a hardcoded default. You can set
81
+ the `spring.cache.infinispan.config` property to use the provided `infinispan.xml`
82
+ configuration instead.
83
83
84
84
85
85
Original file line number Diff line number Diff line change 65
65
</dependency>
66
66
-->
67
67
<!--
68
- <dependency>
69
- <groupId>org.infinispan</groupId>
70
- <artifactId>infinispan-spring4</artifactId>
71
- </dependency>
72
68
<dependency>
73
69
<groupId>org.infinispan</groupId>
74
70
<artifactId>infinispan-spring4-embedded</artifactId>
You can’t perform that action at this time.
0 commit comments