Skip to content

Commit 2feef66

Browse files
committed
Add spring boot dev tools
1 parent c476331 commit 2feef66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@
6363
<artifactId>modelmapper-spring</artifactId>
6464
<version>3.1.0</version>
6565
</dependency>
66-
66+
<dependency>
67+
<groupId>org.springframework.boot</groupId>
68+
<artifactId>spring-boot-devtools</artifactId>
69+
<optional>true</optional>
70+
</dependency>
6771
</dependencies>
6872

6973
<build>

0 commit comments

Comments
 (0)