Merge branch 'master' of git@git.int.it2000.com.cn:airport-chengdu/admin-api.git

This commit is contained in:
zhouxiunai
2018-10-30 11:08:34 +08:00
+6
View File
@@ -65,6 +65,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <!-- 这个需要为 true 热部署才有效 -->
</dependency>
</dependencies>
<build>