阅读背景:

Springboot热部署,搭配freemarker,完整方式_ke_new的博客

来源:互联网 

一、导入maven配置(加入以下两点)

<!--热部署-->
<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-devtools</artifactId>
   <optional>true</optional>
</dependency><!--热部署-->
<dependency>



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: