Skip to content

Commit

Permalink
Docs: Correct sentence in Using the MongoDB Client
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Lisowski <[email protected]>
(cherry picked from commit a200a47)
  • Loading branch information
MaciejDromin authored and gsmet committed Jan 7, 2025
1 parent ec320c8 commit ad82c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/mongodb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public class FruitResource {
The implementation is pretty straightforward, and you just need to define your endpoints using the Jakarta REST annotations and use the `FruitService` to list/add new fruits.

== Configuring the MongoDB database
The main property to configure is the URL to access to MongoDB. Almost all configuration can be included in the connection URI, so we advise you to do so. You can find more information in the MongoDB documentation: https://docs.mongodb.com/manual/reference/connection-string/
The main property to configure is the URL to access the MongoDB instance. Almost all configuration can be included in the connection URI, so we advise you to do so. You can find more information in the MongoDB documentation: https://docs.mongodb.com/manual/reference/connection-string/

A sample configuration should look like this:

Expand Down

0 comments on commit ad82c95

Please sign in to comment.