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

idea中设置springboot热部署

时间:2018-05-25 13:32:14      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:pen   style   idt   mat   file   ring   图片   auto   设置   

在idea中设置springboot热部署,项目修改的时候不用手动重启应用

1,pom中添加依赖

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

 

2.ctrl+alt+s 打开设置 File | Settings | Build, Execution, Deployment | Compiler,选中打勾 “Build project automatically”

技术分享图片

 

3.“Shift+Ctrl+Alt+/”(Windows) 、“Shift+CMD+Alt+/” (MAC平台),选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” 。

技术分享图片

 

idea中设置springboot热部署

标签:pen   style   idt   mat   file   ring   图片   auto   设置   

原文地址:https://www.cnblogs.com/cralor/p/9087592.html

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