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)