SpringBoot 热部署配置

 在pom.xml 添加这一段 <!-- 热部署模块 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</option
相关文章
相关标签/搜索