Skip to content

Commit

Permalink
Update 1-getting-started.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
mritunjayr authored Jun 14, 2024
1 parent af152a5 commit ce1dd6f
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 ce1dd6f

Please sign in to comment.