From 6e45f9f98b6a27ef5b2b3134b4974f004cfc6e31 Mon Sep 17 00:00:00 2001 From: Aleksandra Maciaga Date: Mon, 17 Feb 2020 16:01:58 +0100 Subject: Add spring developer tools Issue-ID: AAF-997 Signed-off-by: Aleksandra Maciaga Change-Id: I86f9b41efa4157650149290c91509325d5bad7ca --- certService/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'certService/README.md') diff --git a/certService/README.md b/certService/README.md index 443390b3..d133e9a3 100644 --- a/certService/README.md +++ b/certService/README.md @@ -18,6 +18,12 @@ More information about the project and all its functionalities you can find unde mvn spring-boot:run ``` + +### Running Locally with Developer Tools + ``` + mvn spring-boot:run -Pdev + + ``` ### Project building ``` -- cgit 1.2.3-korg