spring-boot-devtools在Idea中热部署

 

目录

 

引入依赖

更改Idea依赖

Idea编译之后的运行的结果

最后一步是浏览器必须是放在idea的环境工具的前面,如下图所示


引入依赖


    org.springframework.boot
    spring-boot-devtools
   
    true

 

更改Idea依赖

 

1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。

spring-boot-devtools在Idea中热部署_第1张图片

2)组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” 。 

spring-boot-devtools在Idea中热部署_第2张图片

Idea编译之后的运行的结果

spring-boot-devtools在Idea中热部署_第3张图片

最后一步是浏览器必须是放在idea的环境工具的前面,如下图所示

spring-boot-devtools在Idea中热部署_第4张图片

你可能感兴趣的:(Java开发问题,java)