一、导入依赖

<!--热部署-->
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-devtools</artifactId>
      <optional>true</optional>
    </dependency>

二、pom.xml中导入plugin节点

  

 

 三、Ctrl+Shift+Alt+/ 弹出Registry

  

 

 四、勾选compiler.automake.allow.when.app.running

  

 

 

posted on
2019-12-12 16:23 
关耳er 
阅读(
评论(

编辑

收藏

版权声明:本文为Zzzzn原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/Zzzzn/p/12029932.html