We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54e603 commit 8fb5894Copy full SHA for 8fb5894
source/fundamentals/connection/mongoclientsettings.txt
@@ -269,7 +269,7 @@ settings to modify the driver's behavior:
269
|
270
.. code-block:: java
271
:emphasize-lines: 3
272
- MongoClient mongoClient = MongoClients.create(
+ MongoClient mongoClient = MongoClients.create(
273
MongoClientSettings.builder()
274
.applyConnectionString(new ConnectionString("mongodb+srv://host1.acme.com")))
275
0 commit comments