IDEA2023.3.4开启SpringBoot项目的热部署【简单明了4步操作】

添加devtools依赖

<dependency>
    <groupId>org.springframework.bootgroupId>
    <artifactId>spring-boot-devtoolsartifactId>
    <scope>runtimescope>
    <optional>trueoptional>
dependency>

IDEA开启自动编译

IDEA2023.3.4开启SpringBoot项目的热部署【简单明了4步操作】_第1张图片

开启运行中热部署

低版本需要双击shift搜索registry
IDEA2023.3.4开启SpringBoot项目的热部署【简单明了4步操作】_第2张图片
IDEA2023.3.4开启SpringBoot项目的热部署【简单明了4步操作】_第3张图片

高版本设置如下所示
IDEA2023.3.4开启SpringBoot项目的热部署【简单明了4步操作】_第4张图片

DeBug启动项目

在这里插入图片描述

你可能感兴趣的:(工具,spring,boot)