增加一个依赖spring-boot-devtools

This commit is contained in:
714943302@qq.com
2018-10-29 18:31:38 +08:00
parent 8484bfe622
commit d8efd213de
+6
View File
@@ -65,6 +65,12 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <!-- 这个需要为 true 热部署才有效 -->
</dependency>
</dependencies> </dependencies>
<build> <build>