1. 程式人生 > >eclipse/sts springboot 熱部署

eclipse/sts springboot 熱部署

color cli call ati true clas span framework lips

1,導入依賴

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

2,porject --> Build Automatically(勾選)

eclipse/sts springboot 熱部署