An open API service indexing awesome lists of open source software.

https://github.com/mnpsnuwan/mongodb-java-developer-path

Basics of building modern applications with Java, using MongoDB.
https://github.com/mnpsnuwan/mongodb-java-developer-path

Last synced: 9 months ago
JSON representation

Basics of building modern applications with Java, using MongoDB.

Awesome Lists containing this project

README

          

## MongoDB Java Developer Path
- MongoDB Atlas, Developer Data Platform

In the project's root folder, run the following command to compile your Maven project and connect to your Atlas cluster
```
mvn compile exec:java -Dexec.mainClass="com.mongodb.quickstart.Connection" -Dmongodb.uri=""
```