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 ++++++ certService/pom.xml | 10 ++++++++++ 2 files changed, 16 insertions(+) (limited to 'certService') 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 ``` diff --git a/certService/pom.xml b/certService/pom.xml index a8a5296c..2064d58e 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -140,6 +140,16 @@ + + dev + + + org.springframework.boot + spring-boot-devtools + true + + + docker-staging -- cgit 1.2.3-korg