1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-28 03:57:02 +02:00

fix: update config readme (#1396)

* fix: updare config readme

* add appollo
This commit is contained in:
yuemoxi 2021-08-31 12:07:09 +08:00 committed by GitHub
parent f7588a47de
commit a180043076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,27 +1,12 @@
# Config
## Consul
```shell
go get -u github.com/go-kratos/kratos/registry/consul/v2
```
## Etcd
```shell
go get -u github.com/go-kratos/kratos/registry/etcd/v2
```
## zookeeper
```shell
go get -u github.com/go-kratos/kratos/registry/zookeeper/v2
```
## Nacos
```shell
go get -u github.com/go-kratos/kratos/registry/nacos/v2
```
## kube
```shell
go get -u github.com/go-kratos/kratos/config/kubernetes/v2
```
##apollo
```shell
go get -u github.com/go-kratos/kratos/config/apollo/v2
```