-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dubbo 2.7.1-SNAPSHOT NoClassDefFoundError when use springboot #3426
Comments
可以看一下示例:https://github.com/apache/incubator-dubbo-spring-boot-project/tree/master/dubbo-spring-boot-samples
就可以 |
I think it's a side effect of defaulting the Registry (only if it's zookeeper) as the Config Center. I guess you are using |
yes, I use zk as my registry |
用curator-client 就可以解决 |
we need to refresh README when we release 2.7.1 |
Environment
Steps to reproduce this issue
Actual Result
Have to manually add curator-framework and curator-recipes and then it starts successfully. But it seems not convenient. Any problem with the pom.xml setting?
必须手动增加curator-framework和curator-recipes两个依赖,否则无法通过springboot启动,请问下是配置有问题吗
The dependency:
The text was updated successfully, but these errors were encountered: