Comments to start Application with mongo.

This commit is contained in:
Victor Zalevskii 2021-09-02 15:33:06 +03:00
parent 45af6987c1
commit 2a01563d21

View File

@ -44,7 +44,9 @@ import lombok.extern.slf4j.Slf4j;
* </p>
*
* <p>
* To run the application with MongoDb, just start it with parameter --mongo
* To run the application with MongoDb:
* 1. Launch mongoDB in docker container with command: docker-compose up
* 2. Start application with parameter --mongo
* Example: java -jar app.jar --mongo
* </p>
*