Skip to content

Commit 8576532

Browse files
authored
Update README.md
1 parent 92d261f commit 8576532

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# Spring Boot "Microservice" Multi Module Example Project
22
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

Comments
 (0)