SpringBoot环境下thymeleaf 热部署 (界面自动刷新 )

1. 修改pom.xml <dependency>     <groupId>org.springframework.boot</groupId>     <artifactId>spring-boot-devtools</artifactId>     <optional>true</optional> <!-- 表示依赖不会传递 --> </dependency>   <plugin>   
相关文章
相关标签/搜索