dubbo文档优化

This commit is contained in:
暮光:城中城
2019-02-12 22:33:33 +08:00
parent 92ca7fcd4e
commit cca2effbd2
4 changed files with 89 additions and 55 deletions

View File

@@ -13,10 +13,11 @@ zyplayer:
doc:
# dubbo相关配置
dubbo:
# zookeeper:
# url: 127.0.0.1:2181
nacos:
url: http://127.0.0.1:8848/nacos
# 优先使用zookeeper未配置时找nacos的配置
zookeeper:
url: 127.0.0.1:2181
# nacos:
# url: http://127.0.0.1:8848/nacos
# 服务名称,多个使用 ; 分割
service: providers:com.zyplayer.dubbo.service.UserService;providers:com.zyplayer.dubbo.service.AnnotateService;
# swagger相关配置