idea springboot热部署
Posted 我的青春不迷茫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea springboot热部署相关的知识,希望对你有一定的参考价值。
1、pom文件添加:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
2、勾选自动编译
3、idea按两次shift,搜索registry,打开registry设置,勾选running选项:
以上是关于idea springboot热部署的主要内容,如果未能解决你的问题,请参考以下文章