1-idea中springboot设置热部署

Posted 孤芳不自赏!

tags:

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

pox.xml文件中

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <scope>runtime</scope>
        </dependency>

配置

 

 

 ctr+shit+alt+/

 

 勾选

 

 配置

 

 勾选

 

 ok!

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

Idea如何实现SpringBoot外置Tomcat的Web项目热部署?案例详解

idea内springboot项目设置热部署

IDEA-SpringBoot项目设置热部署

SpringBoot.05.SpringBoot本地测试与热部署

SpringBoot.05.SpringBoot本地测试与热部署

IDEA 设置springboot项目热部署