扫码关注官方订阅号
如何不重启程序修改html
如果使用的开发工具是 idea ,修改 html 后使用 Ctrl + Shift + F9.
spring.thymeleaf.cache 设为false或者使用springboot的devtools
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <version>1.3.0.RELEASE</version> </dependency>
spring.thymeleaf.cache=false
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
如果使用的开发工具是 idea ,修改 html 后使用 Ctrl + Shift + F9.
spring.thymeleaf.cache 设为false
或者使用springboot的devtools
spring.thymeleaf.cache=false