Skip to content

Commit

Permalink
Merge pull request #1 from mritunjayr/patch-1
Browse files Browse the repository at this point in the history
Update 1-getting-started.mdx
  • Loading branch information
timotheekelly authored Jun 26, 2024
2 parents 5c6582b + ce1dd6f commit 8203b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-spring-data-mongodb/1-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring.data.mongodb.database=sample_training
```
From here, Spring Data MongoDB is ready to connect to our database.

You can see in our `Connection.class` how we setup a `MongoClient` using these details.
You can see in our `Connection.java` how we setup a `MongoClient` using these details.
```
public static void main(String[] args) {
String connectionString = System.getProperty("mongodb.uri");
Expand Down

0 comments on commit 8203b12

Please sign in to comment.