springboot 热启动

Posted 魔有追求

tags:

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

springboot 热启动

热启动依赖

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

idea 默认不会进行自动编译,还需要设置 idea 自动编译

Settings>Compiler> 勾选 Build project automatically

shift+ctrl+alt+/ 打开 Registry 。勾选 compiler.automake.allow.when.app.running

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

在SpringBoot中使用热部署(DevTools)

Springboot热部署

SpringBoot热部署

为了使用springboot热部署功能,在使用创建向导时应选

SpringBoot工程热部署

SpringBoot : 利用devtools实现热部署,改动代码自动生效