码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot+Idea热部署

时间:2020-11-01 09:35:22      阅读:15      评论:0      收藏:0      [点我收藏+]

标签:打开   compile   int   项目   mpi   str   ram   art   spring   

idea版本

IntelliJ IDEA 2019.2.3 (Ultimate Edition)

1.pom文件加依赖

 		<!--热部署-->
		<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <optional>true</optional>
            <scope>true</scope>
        </dependency>

2.Ctrl+Alt+S设置 修改Compiler项

技术图片

3.Ctrl+Shift+Alt+/ 选择Registry

技术图片

4.勾选后close

技术图片

5.重启或者重新打开项目

JRebel插件更方便,这是旧电脑,有空更新.

SpringBoot+Idea热部署

标签:打开   compile   int   项目   mpi   str   ram   art   spring   

原文地址:https://www.cnblogs.com/yang37/p/13904986.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!