美文网首页
2018-12-29 自动编译重启

2018-12-29 自动编译重启

作者: Stephenwish | 来源:发表于2018-12-29 15:07 被阅读0次

Springboot每次修改代码需要手动编译重启,只需要POM文件引用

  </dependency>

        <groupId>org.springframework.boot</groupId>

          <artifactId>spring-boot-devtools</artifactId>

           <version>2.0.2.RELEASE</version>

</dependency>

相关文章

网友评论

      本文标题:2018-12-29 自动编译重启

      本文链接:https://www.haomeiwen.com/subject/udtplqtx.html