springboot实现热部署步骤

1、引入jar包

<!--引入热部署-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
        </dependency>

2、IDEA配置

3、快捷键:Shift+Ctrl+Alt+/ 后,会弹出如下界面:

 

猜你喜欢

转载自blog.csdn.net/xingcsdnboke/article/details/129538464