idea启用springboot项目热部署

2020-07-23 16:47:13 浏览数 (1)

1. 启用自动构建

2. 启用应用运行时自动编译

alt ctrl shift /

3. 启用springboot项目运行更新策略

菜单:Run->Edit configurations…

4. 如果使用thymeleaf模板资源文件,需关闭缓存

application.yml

代码语言:javascript复制
spring:
  thymeleaf:
    cache: false

0 人点赞