zoukankan      html  css  js  c++  java
  • 解决3.6版本maven与idea2017不兼容问题

    <!--解决maven3.6版本不兼容idea2017问题-->
    <dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-api</artifactId>
    <scope>provided</scope>
    </dependency>
    <dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-simple</artifactId>
    <scope>test</scope>
    </dependency>
    历经苦难而不厌,此乃阿修罗之道。
  • 相关阅读:
    sqhhb
    12333
    12

    今日份
    12
    彻底理解 Cookie、Session、Token
    https原理
    12312
    uiower
  • 原文地址:https://www.cnblogs.com/echo1314/p/14621876.html
Copyright © 2011-2022 走看看