springboot 2. 1.x集成dubbo 2. 6.5?
我使用springboot2.1.3去集成dubbo 2.6.5的時(shí)候出現(xiàn)這樣的一個(gè)問題,不知道是什么意思
Description:An attempt was made to call the method org.apache.catalina.connector.Connector.setProtocol(Ljava/lang/String;)V but it does not exist. Its class, org.apache.catalina.connector.Connector, is available from the following locations:
? ? jar:file:/F:/Mavenrepositories/org/apache/tomcat/embed/tomcat-embed-core/9.0.13/tomcat-embed-core-9.0.13.jar!/org/apache/catalina/connector/Connector.class
It was loaded from the following location:
? ? file:/F:/Mavenrepositories/org/apache/tomcat/embed/tomcat-embed-core/9.0.13/tomcat-embed-core-9.0.13.jar
Action:
Correct the classpath of your application so that it contains a single, compatible version of org.apache.catalina.connector.Connector
我看了我本地倉(cāng)庫(kù)中是有這個(gè)jar的,而且我的項(xiàng)目中也依賴了這個(gè)jar,且只有一個(gè)依賴
2019-08-05
你好,請(qǐng)問您是怎么解決的?我也遇到了一模一樣的問題
2019-04-27
請(qǐng)問怎么解決的
2019-04-16
您好,請(qǐng)問你是怎么解決的呢?
2019-04-04
哎,問題找到了,jar包沖突了