springboot+idea 热部署

Posted IT人生

tags:

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

1 配置pom.xml

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

2 配置idea 的  Compiler  勾选 Build project automatically   

技术分享图片

3 command+shift+a 搜索 registry  (windows下是ctrl+shift+a) (下图1)

  双击第一个选项, 打开的列表中 勾选 : compiler.automake.allow.when.app.running(下图2)

  技术分享图片

  技术分享图片

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

SpringBoot项目在IntelliJ IDEA中实现热部署

idea进行SpringBoot热部署失败的可能原因

SpringBoot入门篇--热部署

SpringBoot-03:SpringBoot+Idea热部署

SpringBoot项目在IntelliJ IDEA中实现热部署

SpringBoot之热部署