We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d261f commit 8576532Copy full SHA for 8576532
README.md
@@ -1,2 +1,10 @@
1
# Spring Boot "Microservice" Multi Module Example Project
2
REST APIs implemented using Spring Boot Multi Module Maven Project
3
+
4
+## How to Run
5
6
+* Build the project by running `mvn clean package` inside todo-app-parent module
7
+* Once successfully built, run the service by using following command:
8
+```
9
+java -jar todo-app-rest/target/todo-app-rest-0.0.1-SNAPSHOT.jar
10
0 commit comments