在IDEA中配置Spring boot热部署

1. 在此项目中引入


       
            org.springframework.boot
            spring-boot-devtools
           
            true
       

2. idea更改 compiler中选项,勾选Build project automatically


3. Idea中ctrl+alt+shift+/弹出


4.选择Registry,然后勾选下图中选型


5.配置完成

你可能感兴趣的:(在IDEA中配置Spring boot热部署)