Issue-ID: AAF-997
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com>
Change-Id: I86f9b41efa4157650149290c91509325d5bad7ca
      mvn spring-boot:run
 
     ```
+    
+### Running Locally with Developer Tools
+    ```
+     mvn spring-boot:run -Pdev
+
+    ```
 
 ### Project building
     ```
 
     </build>
 
     <profiles>
+        <profile>
+            <id>dev</id>
+            <dependencies>
+                <dependency>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-devtools</artifactId>
+                    <optional>true</optional>
+                </dependency>
+            </dependencies>
+        </profile>
         <profile>
             <id>docker-staging</id>
             <properties>