We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc8483 commit 39adf7eCopy full SHA for 39adf7e
source/connection/mongoclient.txt
@@ -255,6 +255,10 @@ class. Select the tab that corresponds to your preferred class.
255
.build();
256
MongoClient mongoClient = MongoClients.create(settings);
257
258
+.. note:: Replica Set in Docker
259
+
260
+ .. sharedinclude:: dbx/docker-replica-set.rst
261
262
Frequently Asked Questions
263
--------------------------
264
@@ -368,4 +372,4 @@ after any code that calls ``close()`` on it.
368
372
best practices for managing the connection behavior.
369
373
370
374
To learn more about accessing MongoDB from Spring Boot, see
371
- `Spring Boot and MongoDB <https://www.mongodb.com/compatibility/spring-boot>`__.
375
+ `Spring Boot and MongoDB <https://www.mongodb.com/compatibility/spring-boot>`__.
0 commit comments