springboot 热部署
Posted activestruggle
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot 热部署相关的知识,希望对你有一定的参考价值。
1.pom.xml:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency>
2.打开settings 设置
3.
4.
以上是关于springboot 热部署的主要内容,如果未能解决你的问题,请参考以下文章
利用 jrebel 热部署远程调试远程热部署 springboot项目 服务器上的代码