使用idea springboot热部署 通过spring-boot-devtools方式

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