报错信息:
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

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2021-04-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-17
  • 2021-12-09
  • 2021-11-16
  • 2021-07-23
  • 2022-01-05
  • 2022-01-06
  • 2022-01-17
相关资源
相似解决方案