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

Intellij IDEA 使用jrebel运行spring-boot并实现自动编译进行热部署

时间:2018-03-02 15:37:12      阅读:704      评论:0      收藏:0      [点我收藏+]

标签:bsp   when   jar包   技术分享   gpo   cal   ctr   intel   mpi   

在使用jrebel运行spring-boot的时候,会发现一个很棘手的问题,就是项目不能自动编译,不能自动编译就不能实现热部署。(使用jar包方式运行的时候) 
那么我们就要解决自动编译的问题,首先:

1、勾选上Build project automatically

技术分享图片

2、按组合键 Shift+Ctrl+Alt+/,选择Registry

技术分享图片

3、勾选上compiler.automake.allow.when.app.running

 技术分享图片

4、使用jrebel debug模式重新运行你的项目,更改html或者类的时候,idea就会自动的编译了。

备注:如果使用maven插件,则每次改动完项目之后,会自动重启

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


Intellij IDEA 使用jrebel运行spring-boot并实现自动编译进行热部署

标签:bsp   when   jar包   技术分享   gpo   cal   ctr   intel   mpi   

原文地址:https://www.cnblogs.com/jiafuwei/p/8493415.html

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