spring boot 热部署
程序员文章站
2024-02-02 12:50:40
...
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <!-- 这个需要为 true 热部署才有效 -->
</dependency>
上一篇: Spring boot打包和发布命令
下一篇: Spring Boot热部署