idea配置热加载

时间:2019-12-03 13:08:07   收藏:0   阅读:179

第一步:添加依赖

spring-boot项目中引入如下依赖

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

第二步:勾选Build Project automatically

技术分享图片

 

 第三步:勾选compiler.automake.allow.when.app.running

 ctrl + shift + alt+/ 命令:registry -> 勾选

 技术分享图片

 技术分享图片

 

 

原文:https://www.cnblogs.com/moris5013/p/11976063.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!