Spring Boot热部署

mac2024-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. 设置自动部署资源

🆗

最新回复(0)