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.
- Host: GitHub
- URL: https://github.com/mnpsnuwan/mongodb-java-developer-path
- Owner: mnpsnuwan
- Created: 2023-10-26T19:01:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T21:26:38.000Z (about 2 years ago)
- Last Synced: 2025-02-10T03:13:11.452Z (11 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=""
```