###Spring boot mongodb demo
This program is written using the spring boot framework, which stores some basic data at the start of the program in the mongo database.
my website: https://alirezaalijani.ir
- Start learning mongodb
- Using spring data mongodb
- Using mongo template & mongo client
- Learning mongodb query
- Mongodb Many to many & one to Many & ....
- maven : How to use or Download
- mongodb : i suggest using docker dockerhub : https://hub.docker.com/_/mongo
docker run -d -p 27017:27017 --name mongodb mongo
- java 8 or higher
- go to project folder
- start by spring-boot-maven-plugin
mvn spring-boot:run
- project start on port 8080 and you can see the console for crud actions4. use this
- command to create jar file
mvn clean install
- end