首页 > 其他分享 >【Idea】idea 配置springboot 热部署

【Idea】idea 配置springboot 热部署

时间:2022-09-27 15:47:02浏览次数:47  
标签:springboot 配置 boot idea Idea 勾选

配置pom.xml

<!-- 热加载 -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
    <optional>true</optional>
</dependency>

 

 

idea 设置-编译-勾选自动构建项目

 

 

crtl+shit+alt+/  打开注册表

 

 

勾选 compoler.automake.allow.when.app.running

 

标签:springboot,配置,boot,idea,Idea,勾选
From: https://www.cnblogs.com/phoenixy/p/16734765.html

相关文章