Skip to content
New issue

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

[bug][Plugins]fix word spell error in readme.md #15716

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down