ideaSpringBoot 热部署

2017-10-31  本文已影响0人  V_陈宇

.在项目中导入spring-boot-devtools相关依赖:

 <dependency>  
    <!--Spring 官方提供的热部署插件 -->  
    <groupId>org.springframework.boot</groupId>  
    <artifactId>spring-boot-devtools</artifactId>  
    <version>1.4.3.RELEASE</version>  
</dependency>

2.通过快捷键CTRL +SHIFT +A搜索make project automatically,选中该选项
3.通过快捷键CTRL +SHIFT +A搜索Registry, 找到compile.automake.allow.when.app.running选项,并选中。
4.重启IDEA就可以实现热部署了

 compiler.automake.allow.when.app.running
上一篇 下一篇

猜你喜欢

热点阅读