springboot热部署实现

<!-- springboot热部署 -->
<dependency>
	  <groupId>org.springframework.boot</groupId>
	  <artifactId>spring-boot-devtools</artifactId>
	  <scope>runtime</scope>
	  <optional>true</optional>
</dependency>

猜你喜欢

转载自blog.csdn.net/weixin_43438052/article/details/115254465