From b30136c2b53f7fffb2e42c0a983014c006e4d7bc Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Fri, 19 Oct 2018 20:56:11 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8e0a5eb9ee..d896ac0715 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,12 @@ To do the full build, do: `mvn install -Pdefault -Dgib.enabled=false` Building a single module ==================== To build a specific module run the command: `mvn clean install -Dgib.enabled=false` in the module directory + + +Running a Spring Boot module +==================== +To run a Spring Boot module run the command: `mvn spring-boot:run -Dgib.enabled=false` in the module directory + + + +