配置热部署
- 🔎引入依赖
- 🔎设置 Settings
文章介绍的是社区版 Idea 配置热部署的步骤
🔎引入依赖
复制如下代码至 pom.xml 文件中即可
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
也可以通过Edit Starters
进行添加
🔎设置 Settings
File → Settings → Build, Execution, Deployment → Compiler
File → Settings → Advanced Settings
看到这里🌸恭喜你🌸, 配置完成了!