首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
Spring Boot热部署
Spring Boot热部署
mac
2024-11-04
12
1.添加依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <!-- 这个需要为 true 热部署才有效 --> </dependency>
2.设置项目自动编译 3.ctrl + alt + shift + / 勾上圈中的 4. 设置自动部署资源
🆗
转载请注明原文地址: https://mac.8miu.com/read-497368.html
最新回复
(
0
)