标签:path rest tar 部署 bsp restart 目录 java prope
jar包:
<!-- 热部署 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
在 application.properties 加上 需要重启的目录 等会一会就会重启了
#设置重启目录
spring.devtools.restart.additional-paths=src/main/java
标签:path rest tar 部署 bsp restart 目录 java prope
原文地址:https://www.cnblogs.com/zhunong/p/12388936.html