Skip to content

Commit 05244d7

Browse files
committed
Clarify which NoSQL stores are supported by Spring Data
Closes gh-29694
1 parent 0ab7129 commit 05244d7

File tree

1 file changed

+8
-6
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/data

1 file changed

+8
-6
lines changed

Diff for: spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/nosql.adoc

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
22
== Working with NoSQL Technologies
33
Spring Data provides additional projects that help you access a variety of NoSQL technologies, including:
44

5-
* {spring-data-mongodb}[MongoDB]
6-
* {spring-data-neo4j}[Neo4J]
7-
* {spring-data-elasticsearch}[Elasticsearch]
8-
* {spring-data-redis}[Redis]
9-
* {spring-data-gemfire}[GemFire] or {spring-data-geode}[Geode]
105
* {spring-data-cassandra}[Cassandra]
116
* {spring-data-couchbase}[Couchbase]
7+
* {spring-data-elasticsearch}[Elasticsearch]
8+
* {spring-data-gemfire}[GemFire] or {spring-data-geode}[Geode]
129
* {spring-data-ldap}[LDAP]
10+
* {spring-data-mongodb}[MongoDB]
11+
* {spring-data-neo4j}[Neo4J]
12+
* {spring-data-redis}[Redis]
1313

14-
Spring Boot provides auto-configuration for Redis, MongoDB, Neo4j, Solr, Elasticsearch, Cassandra, Couchbase, LDAP and InfluxDB.
14+
Of these, Spring Boot provides auto-configuration for Cassandra, Couchbase, Elasticsearch, LDAP, MongoDB, and Neo4J.
1515
Additionally, {spring-boot-for-apache-geode}[Spring Boot for Apache Geode] provides {spring-boot-for-apache-geode-docs}#geode-repositories[auto-configuration for Apache Geode].
1616
You can make use of the other projects, but you must configure them yourself.
1717
See the appropriate reference documentation at {spring-data}.
1818

19+
Spring Boot also provides auto-configuration for InfluxDB and Solr clients.
20+
1921

2022

2123
[[data.nosql.redis]]

0 commit comments

Comments
 (0)