美文网首页
spring boot 项目热部署

spring boot 项目热部署

作者: 周六不算加班 | 来源:发表于2019-08-07 09:14 被阅读0次

    1、引入jar包

     <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
     </dependency>
    

    2、默认快捷键
    Ctrl + F9

    相关文章

      网友评论

          本文标题:spring boot 项目热部署

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