We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 以下的,有什么办法可以不升级dubbo使用到测试 dubbo接口功能吗,我看到 readme有写这个,但是没看懂写的啥意思,配置要配在哪里啊。
application.properties配置项说明
admin.config-center 推荐使用,配置中心地址,比如admin.config-center="zookeeper://127.0.0.1:2181" 需要在配置中心中,配置注册中心和元数据中心地址配置格式如下: zookeeper path: /dubbo/config/dubbo/dubbo.properties content: dubbo.registry.address=zookeeper://127.0.0.1:2181 dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问一下,我的 dubbo版本是 2.7 以下的,有什么办法可以不升级dubbo使用到测试 dubbo接口功能吗,我看到 readme有写这个,但是没看懂写的啥意思,配置要配在哪里啊。
application.properties配置项说明
admin.config-center
推荐使用,配置中心地址,比如admin.config-center="zookeeper://127.0.0.1:2181"
需要在配置中心中,配置注册中心和元数据中心地址配置格式如下:
zookeeper
path: /dubbo/config/dubbo/dubbo.properties
content:
dubbo.registry.address=zookeeper://127.0.0.1:2181
dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
The text was updated successfully, but these errors were encountered: