springboot设置热启动(修改前端代码直接生效不用重启)

1.在pom中直接引入依赖

        org.springframework.boot

        spring-boot-devtools

        true

 2. 设置以下两项

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

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


注意:修改完js代码后需要刷新浏览器

你可能感兴趣的:(springboot设置热启动(修改前端代码直接生效不用重启))