-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Dubbo Admin配置说明
min edited this page Jan 4, 2019
·
9 revisions
application.properties
配置项说明
- dubbo.configcenter
- 推荐使用,配置中心地址,比如
dubbo.configcenter="zookeeper://127.0.0.1:2181"
- 需要在配置中心中,配置注册中心和元数据中心地址配置格式如下:
- zookeeper
- path:
/dubbo/config/dubbo/dubbo.properties
- content:
dubbo.registry.address=zookeeper://127.0.0.1:2181 dubbo.metadataReport.address=zookeeper://127.0.0.1:2181
- path:
- 推荐使用,配置中心地址,比如
- dubbo.registry.address
- 不推荐使用,老版本的配置中心地址,比如:
dubbo.registry.address="zookeeper://127.0.0.1:2181"
- 如使用该配置,Dubbo Admin会将其作为注册中心和配置中心使用,元数据中心将无法使用,会影响服务测试等功能。
- 不推荐使用,老版本的配置中心地址,比如: