美文网首页
idea 热部署遇到问题备注

idea 热部署遇到问题备注

作者: 前进的码农 | 来源:发表于2018-09-11 14:05 被阅读0次

    idea 设置

    image.png
    image.png

    Pom

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

    导入包错误

    Failed to read artifact descriptor Spring Boot

    尝试修改maven版本如下图:


    image.png

    相关文章

      网友评论

          本文标题:idea 热部署遇到问题备注

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