projects
/
demos
/
testing
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a45ca1c
)
Added spring-boot-devtools
author
Kai Moritz
<kai@juplo.de>
Sun, 27 Sep 2020 17:54:53 +0000
(19:54 +0200)
committer
Kai Moritz
<kai@juplo.de>
Fri, 2 Oct 2020 17:20:34 +0000
(19:20 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
087036f
..
9e6ae90
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-27,6
+27,11
@@
<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>