IDEA热部署

环境

IDEA 2017.2.2
maven 3.5

1、导入热部署的maven依赖


   <dependency>
       <groupId>org.springframework.bootgroupId>
       <artifactId>spring-boot-devtoolsartifactId>
   dependency>

2、设置IDEA

File->settings
IDEA热部署_第1张图片

按住ctrl +shift + alt + /, 点击registry
IDEA热部署_第2张图片

找到compiler.automake.allow.when.running,勾上,close。
IDEA热部署_第3张图片

restart项目,下次修改代码就可以热部署了。

你可能感兴趣的:(IDEA)