File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
spring-boot-docs/src/main/asciidoc
spring-boot-samples/spring-boot-sample-cache Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4192,6 +4192,13 @@ Infinispan has no default configuration file location so it must be specified ex
4192
4192
Caches can be created on startup via the `spring.cache.cache-names` property. If a custom
4193
4193
`ConfigurationBuilder` bean is defined, it is used to customize them.
4194
4194
4195
+ [NOTE]
4196
+ ====
4197
+ The support of Infinispan in Spring Boot is restricted to the embedded mode and is quite
4198
+ basic. If you want more options you should use the official Infinispan Spring Boot starter
4199
+ instead, check
4200
+ https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details.
4201
+ ====
4195
4202
4196
4203
4197
4204
[[boot-features-caching-provider-couchbase]]
Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ can set the `spring.cache.infinispan.config` property to use the provided
92
92
TIP: Run sample cache application using Infinispan with
93
93
`$mvn spring-boot:run -Pinfinispan`.
94
94
95
-
95
+ NOTE: If you want to use the client/server mode or if you need more options, Infinispan
96
+ provides an official Spring Boot starter, check
97
+ https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details.
96
98
97
99
=== Couchbase
98
100
Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that
You can’t perform that action at this time.
0 commit comments