dubbo-spring-boot-starter | Dubbo Spring Boot Starter | Messaging library
kandi X-RAY | dubbo-spring-boot-starter Summary
kandi X-RAY | dubbo-spring-boot-starter Summary
Dubbo Spring Boot Starter
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Bean post processor
- Initialize the map of id configuration map
- Init consumer bean
- Parse registry configurations
- Initializes the service
- Parse a provider definition
- Parse protocols
- Initialize the service bean
- Handles the health check
- Returns a string representation of this class id
- Get the dubbo reference
- Start a dubbo server
- Waits for the current thread to complete
- Stops this service
- Sets the wait state
- Called when a class is destroyed
- Builds the banner text
- Create a hash code for this class
- Refreshing interface
- Compares this object to another
- Gets the error message
dubbo-spring-boot-starter Key Features
dubbo-spring-boot-starter Examples and Code Snippets
Community Discussions
Trending Discussions on dubbo-spring-boot-starter
QUESTION
I am getting the above error. After googling a bit, I came to know that the problem is with the dependencies. So I ran mvn dependency:tree command and got the following output -
INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ dubbo-test --- [INFO] com.privacera.dubbo:dubbo-test:jar:1.0-SNAPSHOT [INFO] +- com.alibaba.boot:dubbo-spring-boot-starter:jar:1.0.0-SNAPSHOT:compile [INFO] | +- org.springframework.boot:spring-boot-starter:jar:1.3.0.RELEASE:true [INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:1.3.0.RELEASE:runtime [INFO] | | | +- ch.qos.logback:logback-classic:jar:1.1.3:runtime [INFO] | | | | \- ch.qos.logback:logback-core:jar:1.1.3:runtime [INFO] | | | +- org.slf4j:jcl-over-slf4j:jar:1.7.13:runtime [INFO] | | | +- org.slf4j:jul-to-slf4j:jar:1.7.13:runtime [INFO] | | | \- org.slf4j:log4j-over-slf4j:jar:1.7.13:runtime [INFO] | | +- org.springframework:spring-core:jar:4.2.3.RELEASE:compile [INFO] | | \- org.yaml:snakeyaml:jar:1.16:runtime [INFO] | +- com.alibaba:dubbo:jar:2.5.9:compile [INFO] | | +- org.springframework:spring-context:jar:4.3.10.RELEASE:compile [INFO] | | | +- org.springframework:spring-aop:jar:4.3.10.RELEASE:compile [INFO] | | | \- org.springframework:spring-expression:jar:4.3.10.RELEASE:compile [INFO] | | +- org.springframework:spring-beans:jar:4.3.10.RELEASE:compile [INFO] | | +- org.springframework:spring-web:jar:4.3.10.RELEASE:compile [INFO] | | +- org.javassist:javassist:jar:3.20.0-GA:compile [INFO] | | \- org.jboss.netty:netty:jar:3.2.5.Final:compile [INFO] | +- org.apache.zookeeper:zookeeper:jar:3.4.9:compile [INFO] | | +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] | | +- log4j:log4j:jar:1.2.16:compile [INFO] | | +- jline:jline:jar:0.9.94:compile [INFO] | | \- io.netty:netty:jar:3.10.5.Final:compile [INFO] | +- org.apache.curator:curator-framework:jar:2.12.0:compile [INFO] | | \- org.apache.curator:curator-client:jar:2.12.0:compile [INFO] | | \- com.google.guava:guava:jar:16.0.1:compile [INFO] | +- com.alibaba.boot:dubbo-spring-boot-autoconfigure:jar:1.0.0-SNAPSHOT:compile [INFO] | \- com.alibaba.boot:dubbo-spring-boot-actuator:jar:1.0.0-SNAPSHOT:compile [INFO] \- org.springframework.boot:spring-boot-autoconfigure:jar:1.3.3.RELEASE:compile [INFO] \- org.springframework.boot:spring-boot:jar:1.3.3.RELEASE:compile
But I am unable to understand which dependency is conflicting. Following is the content of my pom.xml
...ANSWER
Answered 2018-Feb-26 at 22:08What I can see is that there are 2 spring boot versions 1.3.3 and 1.3.0(coming from alibaba starter). Exclude any one of them and try again. Hope this solves your issue.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dubbo-spring-boot-starter
You can use dubbo-spring-boot-starter like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the dubbo-spring-boot-starter component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page