Spring-boot 热部署无效

一、在pom文件中添加spring-boot-devtools依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <scope>true</scope> </dep
相关文章
相关标签/搜索