springboot热加载

一、pom.xml配置java <!-- 热加载--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <!--<scope>true</scope>--> </dependenc
相关文章
相关标签/搜索