eclipse中这样设置就可以
在pom.xml中设置
<!-- 配置springBoot项目的热部署启动 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
idea需要这样设置
https://www.imooc.com/article/19880?block_id=tuijian_wz
最后
以上就是热心咖啡最近收集整理的关于设置springboot为热部署的全部内容,更多相关设置springboot为热部署内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复