springboot 热启动的过程图解

热启动依赖


  org.springframework.boot
  spring-boot-devtools

idea 默认不会进行自动编译,还需要设置 idea 自动编译

Settings>Compiler> 勾选 Build project automatically

springboot 热启动的过程图解_第1张图片

shift+ctrl+alt+/ 打开 Registry 。勾选 compiler.automake.allow.when.app.running

springboot 热启动的过程图解_第2张图片

springboot 热启动的过程图解_第3张图片

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。

你可能感兴趣的:(springboot 热启动的过程图解)