IDEA热部署

Posted Jakeylove3

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA热部署相关的知识,希望对你有一定的参考价值。

1.pom.xml添加依赖

1 <!--热部署-->
2 <dependency>
3     <groupId>org.springframework.boot</groupId>
4     <artifactId>spring-boot-devtools</artifactId>
5 </dependency>

2.打开:File——Settings——Compiler,勾选Build project automatically

3.按Ctrl+Shift+A,在弹出窗口中输入Registry,打开第一项

4.在弹出的Registry窗口中,勾选compiler.automake.allow.when.app.running

5.设置完毕,重启IDEA查看效果。

以上是关于IDEA热部署的主要内容,如果未能解决你的问题,请参考以下文章

IDEA-SpringBoot项目设置热部署

idea集成热部署

idea集成热部署

Intellij IDEA 4种配置热部署的方法

Intellij IDEA 4种配置热部署的方法

Intellij IDEA 4种配置热部署的方法