diff --git a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md index cd5795fc65..3e676f5c6c 100644 --- a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md +++ b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md @@ -4,7 +4,7 @@ This module is the etcd registry plugin module, this plugin will use etcd as the # How to use -If you want to set the registry center as etcd, you need to set the registry properties in master/worker/api's appplication.yml +If you want to set the registry center as etcd, you need to set the registry properties in master/worker/api's application.yml ```yaml registry: diff --git a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md index f311c20b07..3b1a2cb24f 100644 --- a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md +++ b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md @@ -12,7 +12,7 @@ This module is the jdbc registry plugin module, this plugin will use jdbc as the 2. Change the config -You need to set the registry properties in master/worker/api's appplication.yml +You need to set the registry properties in master/worker/api's application.yml ```yaml registry: @@ -39,7 +39,7 @@ registry: ## Use different database configuration for jdbc registry center -You need to set the registry properties in master/worker/api's appplication.yml +You need to set the registry properties in master/worker/api's application.yml ### Use Mysql as registry center diff --git a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md index b6a2349ebc..7ee512a451 100644 --- a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md +++ b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md @@ -4,7 +4,7 @@ This module is the zookeeper registry plugin module, this plugin will use zookee # How to use -If you want to set the registry center as zookeeper,you need to set the registry properties in master/worker/api's appplication.yml +If you want to set the registry center as zookeeper,you need to set the registry properties in master/worker/api's application.yml ```yaml registry: