目录
最后一步是浏览器必须是放在idea的环境工具的前面,如下图所示
引入依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<!-- optional=true,依赖不会传递,该项目依赖devtools;之后依赖myboot项目的项目如果想要使用devtools,需要重新引入 -->
<optional>true</optional>
</dependency>
更改Idea依赖
1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。
编辑
2)组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” 。
编辑
编辑
Idea编译之后的运行的结果
编辑
最后一步是浏览器必须是放在idea的环境工具的前面,如下图所示
编辑