zoukankan      html  css  js  c++  java
  • 解决Maven版本冲突

    报错信息:
    Description:
    
    An attempt was made to call the method com.google.common.collect.FluentIterable.concat(Ljava/lang/Iterable;Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable; but it does not exist. Its class, com.google.common.collect.FluentIterable, is available from the following locations:
    
        jar:file:/D:/software/apache-maven-3.6.0/maven_jar/repository/com/google/guava/guava/19.0/guava-19.0.jar!/com/google/common/collect/FluentIterable.class
    
    It was loaded from the following location:
    
        file:/D:/software/apache-maven-3.6.0/maven_jar/repository/com/google/guava/guava/19.0/guava-19.0.jar
    
    
    Action:
    
    Correct the classpath of your application so that it contains a single, compatible version of com.google.common.collect.FluentIterable
     --[o.s.b.d.LoggingFailureAnalysisReporter]

    解决办法参考网址:https://juejin.im/post/6844904063084003336

  • 相关阅读:
    粘包_Server
    初见UDP_Server
    初见UDP_Client
    TCP/UDP协议
    网络编程相关概念
    mmap实现大文件快速拷贝
    生成这消费者问题(多线程实现)
    线程同步互斥实现资源访问
    信号灯(线程互斥)
    线程属性
  • 原文地址:https://www.cnblogs.com/supiaopiao/p/13949365.html
Copyright © 2011-2022 走看看