springBoot 集成热部署

63 阅读1分钟

POM.xml 增加热部署

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
</dependency>

勾选

image.png