From 6c1dc0a273da821cb8c8c2be4ae8da6446df6cfc Mon Sep 17 00:00:00 2001 From: Pace2Car Date: Wed, 20 Sep 2023 17:30:23 +0800 Subject: [PATCH] Fix document --- .../shardingsphere-proxy/yaml-config/data-source.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/data-source.en.md b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/data-source.en.md index 01f032cdde19a..b8f52059efb60 100644 --- a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/data-source.en.md +++ b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/data-source.en.md @@ -16,9 +16,9 @@ The connection pool can be specified through the parameter `dataSourceClassName` dataSources: # Data sources configuration, multiple available : # Data source name dataSourceClassName: # Data source connection pool full class name - url: # The database URL connection is subject to the configuration of the database connection pool itself - username: # Database user name, subject to the configuration of the database connection pool itself - password: # The database password is subject to the configuration of the database connection pool itself + url: # The database URL connection is subject to the configuration of the data source connection pool itself + username: # Database username, subject to the configuration of the data source connection pool itself + password: # The database password is subject to the configuration of the data source connection pool itself # ... Other properties of data source pool ``` ## Sample