8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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没有提供者 全是消费者 怎么怎么破
The text was updated successfully, but these errors were encountered:
项目启动之后,生产者需要单独运行,如:goshop-service-cms作为生产者单独启动,运行org.goshop.cms.service.DubboProvider即产生对应的消费者。
Sorry, something went wrong.
goshop-service开头的作为dubbo服务的提供者,需要单独打成jar运行,运行成功之后,可以在dubbo控制台观察效果 进入goshop-service-users/target目录,执行java -jar goshop-service-users-2.0-SNAPSHOT.jar
每个模块一定要编译成功生成jar
No branches or pull requests
你好 :
项目启动后dubbo没有提供者 全是消费者 怎么怎么破
The text was updated successfully, but these errors were encountered: