Idea supports hot deployment of springboot projects

1. Import the coordinates of the jar package

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

 

2.

3.

 

4. Select the coordinates of the jar package, press and hold ctrl + shift + alt + / 

5.

 

 

 

Guess you like

Origin blog.csdn.net/qq_33767353/article/details/106318524