Dedicated to all coders
#1: Create document versions in mongodb using spring boot data mongodb
Setup: mongodb download: https://www.mongodb.com/try/download/community
mongodb compas editor download: https://www.mongodb.com/try/download/compass
Eclipse download: https://www.eclipse.org/downloads/
If you use a Mac with Homebrew, you can run the following command: $ brew install mongodb With MacPorts, you can run the following command: $ port install mongodb
Swagger Dependencies: https://mvnrepository.com/artifact/io.springfox/springfox-swagger2/3.0.0 https://mvnrepository.com/artifact/io.springfox/springfox-boot-starter/3.0.0 https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui/3.0.0
AspectJ Dependencies: https://mvnrepository.com/artifact/org.aspectj/aspectjweaver/1.9.7 https://mvnrepository.com/artifact/org.aspectj/aspectjrt/1.9.7 https://mvnrepository.com/artifact/org.aspectj
To create spring boot application use this: https://start.spring.io/