IDEA中springboot的热加载thymeleaf静态html页面

1.首先加入开发工具依赖


    org.springframework.boot
    spring-boot-devtools
    true

2.其次在build maven插件中开启热部署


    
        
            org.springframework.boot
            spring-boot-maven-plugin
            
                true #主要是这里,开启
            
        
    

3.idea开启自动
IDEA中springboot的热加载thymeleaf静态html页面_第1张图片

4.勾选compiler.automake.allow.when.app.running

 IDEA中springboot的热加载thymeleaf静态html页面_第2张图片

 

你可能感兴趣的:(spring,boot,intellij-idea,html,热加载)