热启动依赖
<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怎么实现热启动的详细内容。更多信息请关注PHP中文网其他相关文章!