idea启用springboot项目热部署

1. 启用自动构建

idea启用springboot项目热部署_第1张图片

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

alt+ctrl+shift+/
idea启用springboot项目热部署_第2张图片
idea启用springboot项目热部署_第3张图片

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

菜单:Run->Edit configurations…
idea启用springboot项目热部署_第4张图片

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

application.yml

spring:
  thymeleaf:
    cache: false

你可能感兴趣的:(Idea)