Intellij IDEA中SpringBoot 项目,自动编译,热部署,立刻看到效果

1:在pom.xml 中 配置 <dependency>     <groupId>org.springframework.boot</groupId>     <artifactId>spring-boot-devtools</artifactId>     <optional>true</optional> </dependency> 注意:并不是pom.xml 的<build>标签中 2:
相关文章
相关标签/搜索