idea支持热部署 springboot项目

1.导入jar包的坐标

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

2.

3.

4. 选中jar包的坐标,按住ctrl + shift + alt + / 

5.

猜你喜欢

转载自blog.csdn.net/qq_33767353/article/details/106318524