后端开发 第18页
springboot实现热部署操作方法-偶像资源网

springboot实现热部署操作方法

1、在 Spring Boot 开发环境下禁用模板缓存#开发环境下关闭 thymeleaf 模板缓存,thymeleaf 默认是开启状态 spring.thymeleaf.cache=false2.引入依赖<!--热部署--> <dependency> &l...
码农网发布的头像-偶像资源网码农网发布35天前
000