SpringBoot + thymeleaf 热部署 (界面自动刷新 )

1. pom.xml 加入以下内容

            
        
        
            org.springframework.boot
            spring-boot-devtools
            true 
			true
        

        
            org.springframework.boot
            spring-boot-maven-plugin
            
                true 
            
        

2. 设置idea相关

SpringBoot + thymeleaf 热部署 (界面自动刷新 )_第1张图片

2.快捷键  ctrl + shift + alt + / ,选择Registry,勾上 Compiler autoMake allow when app running

SpringBoot + thymeleaf 热部署 (界面自动刷新 )_第2张图片

SpringBoot + thymeleaf 热部署 (界面自动刷新 )_第3张图片

你可能感兴趣的:(SpringBoot)