How Spring boot project to enable hot start

In fact, as long pom.xml file <dependencies> </ dependencies> tag following code Riga

1 <dependency>
2             <groupId>org.springframework.boot</groupId>
3             <artifactId>spring-boot-devtools</artifactId>
4             <scope>runtime</scope>
5         </dependency>

 

Guess you like

Origin www.cnblogs.com/hzyhx/p/11105017.html