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

IDEA(2020.1)使用springboot热部署

时间:2020-07-08 01:14:20      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:rom   ring   org   artifact   file   部署   没有   ctrl   mic   

1.pom.xml文件中引入热部署依赖

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

2.设置项目自动构建

设置路径(快捷键Ctrl+Alt+S):File -> Settings -> Build, Execution, Deployment -> Compiler

技术图片

3.允许项目启动时自动构建

设置路径:打开maintenance面板(快捷键Crtl+Alt+Shift+/) -> 选择[1. Registry...] -> 勾选[compiler.automake.allow.when.app.running]

技术图片
技术图片

4.重新启动IDEA(稳妥起见)

如果没有生效,请尝试清缓存刷新。Chrome浏览器快捷键Ctrl+F5

IDEA(2020.1)使用springboot热部署

标签:rom   ring   org   artifact   file   部署   没有   ctrl   mic   

原文地址:https://www.cnblogs.com/zuo-shuai/p/13264362.html

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