springboot 热启动的过程图解
作者:魔有追求
这篇文章主要介绍了springboot 热启动的过程图解,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下
热启动依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency>
idea 默认不会进行自动编译,还需要设置 idea 自动编译
Settings>Compiler> 勾选 Build project automatically
shift+ctrl+alt+/ 打开 Registry 。勾选 compiler.automake.allow.when.app.running
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。