springboot设置devtools热部署(修改代码后自动运行)

1.添加依赖


    org.springframework.boot
    spring-boot-devtools
    true

2. Compiler,勾选 “Make project automatically”

springboot设置devtools热部署(修改代码后自动运行)_第1张图片

3.快捷键  Shift+Ctrl+Alt+/ ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running”

springboot设置devtools热部署(修改代码后自动运行)_第2张图片

4.设置缓存为falsespringboot设置devtools热部署(修改代码后自动运行)_第3张图片

 

你可能感兴趣的:(spring)