🎨 Add spring boot dev tool for modification reload

pull/41/head
johnniang 2018-10-31 11:41:09 +08:00
parent 1e8783e265
commit 2a13e66757
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,12 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>