现在的位置: 首页 > 编程语言 > 正文

springboot热启动的过程图解

2020年02月13日 编程语言 ⁄ 共 382字 ⁄ 字号 评论关闭

热启动依赖

<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

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

本文标题: springboot 热启动的过程图解

以上就上有关springboot热启动的过程图解的全部内容,学步园全面介绍编程技术、操作系统、数据库、web前端技术等内容。

抱歉!评论已关闭.