Skip to content

Commit 2a01563

Browse files
committed
Comments to start Application with mongo.
1 parent 45af698 commit 2a01563

File tree

1 file changed

+3
-1
lines changed
  • caching/src/main/java/com/iluwatar/caching

1 file changed

+3
-1
lines changed

caching/src/main/java/com/iluwatar/caching/App.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
* </p>
4545
*
4646
* <p>
47-
* To run the application with MongoDb, just start it with parameter --mongo
47+
* To run the application with MongoDb:
48+
* 1. Launch mongoDB in docker container with command: docker-compose up
49+
* 2. Start application with parameter --mongo
4850
* Example: java -jar app.jar --mongo
4951
* </p>
5052
*

0 commit comments

Comments
 (0)