Added spring-boot-devtools
authorKai Moritz <kai@juplo.de>
Sun, 27 Sep 2020 17:54:53 +0000 (19:54 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 2 Oct 2020 17:20:34 +0000 (19:20 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 087036f..9e6ae90 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-devtools</artifactId>
+                       <optional>true</optional>
+               </dependency>
 
                <dependency>
                        <groupId>org.springframework.boot</groupId>