blade-admin 启动报错

Blade 未结 1 152
大葱
大葱 剑童 2024-06-26 10:15

一、该问题的重现步骤是什么?

1. 升级spring web相关版本

2. 

3.image.png


二、你期待的结果是什么?实际看到的又是什么?


三、你正在使用的是什么产品,什么版本?在什么操作系统上?


四、请提供详细的错误堆栈信息,这很重要。

Description:


An attempt was made to call a method that does not exist. The attempt was made from the following location:


    org.springframework.http.client.reactive.ReactorClientHttpConnector.lambda$applyLoopResources$1(ReactorClientHttpConnector.java:86)


The following method did not exist:


    reactor.netty.http.client.HttpClient.runOn(Lreactor/netty/resources/LoopResources;)Lreactor/netty/transport/Transport;


The method's class, reactor.netty.http.client.HttpClient, is available from the following locations:


    jar:file:/D:/Software_for_Development/Maven/bladex1/io/projectreactor/netty/reactor-netty/0.9.20.RELEASE/reactor-netty-0.9.20.RELEASE.jar!/reactor/netty/http/client/HttpClient.class


The class hierarchy was loaded from the following locations:


    reactor.netty.http.client.HttpClient: file:/D:/Software_for_Development/Maven/bladex1/io/projectreactor/netty/reactor-netty/0.9.20.RELEASE/reactor-netty-0.9.20.RELEASE.jar



Action:


Correct the classpath of your application so that it contains a single, compatible version of reactor.netty.http.client.HttpClient


五、若有更多详细信息,请在下面提供。

1条回答
  • jar包版本冲突了吧

    0 讨论(0)
提交回复