idea上使用devtools进行热部署

1.引入依赖idea上使用devtools进行热部署_第1张图片

 

2.配置文件

idea上使用devtools进行热部署_第2张图片

3.更改idea配置

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

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

4.Chrome禁用缓存(如果还是无法使用)

  F12或者“Ctrl+Shift+I”,打开开发者工具,“Network” 选项卡下 选中打勾 “Disable Cache(while DevTools is open)”

原文可复制代码:http://blog.maptoface.com/post/21

 

 

你可能感兴趣的:(springboot)