033.集成热部署的三个步骤

1.在pom.xml里添加依赖

 

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
        </dependency>

 

2.在IDEA中设置

 

 3.按俩次shift键,输入registry

 4.需要触发文件的保存(ctrl+s),才会自动编译,热部署

posted @ 2022-02-28 21:41  李林林  阅读(34)  评论(0编辑  收藏  举报