pom之 热部署spring-boot-devtools <!-- 热部署 Ctrl+Shift+Alt+/ --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <scope>true</scope> </dependency>
标签:部署,spring,boot,pom,devtools,true From: https://www.cnblogs.com/cnetsa/p/16978196.html