springboot中html修改,不用重启(热部署)

开发引擎:IEDA

1)在pom中直接引入依赖


    org.springframework.boot
    spring-boot-devtools
    true

2) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中 “Build project automatically” 

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

 

 

参考文章:Springboot项目修改html后不需要重启---springboot项目的热部署

你可能感兴趣的:(springboot)