Skip to content

Commit 112d38a

Browse files
committed
Add spring-boot-devtools dependency
1 parent da2ea4f commit 112d38a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
<artifactId>spring-boot-starter-test</artifactId>
4747
<scope>test</scope>
4848
</dependency>
49+
<dependency>
50+
<groupId>org.springframework.boot</groupId>
51+
<artifactId>spring-boot-devtools</artifactId>
52+
<scope>runtime</scope>
53+
<optional>true</optional>
54+
</dependency>
4955

5056
<dependency>
5157
<groupId>io.springfox</groupId>

0 commit comments

Comments
 (0)