概述

我当前使用的idea版本为2021.3.3,热部署的配置和以前不一样了,比以前更麻烦

配置过程

引入依赖

1
2
3
4
5
6
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

修改设置

使用CTRL+ALT+S快捷键打开设置,根据下面的图片设置

image-20220329172227485

image-20220329172344403

使用CTRL+SHIFT+ALT+/快捷键打开Maintenance设置,选择Registry,勾选compiler.automake.allow.when.app.running

image-20230210185951865

image-20230210192601059