Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
Pace2Car committed Sep 20, 2023
1 parent 6c1dc0a commit 211ba4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ ShardingSphere-Proxy 支持常见的数据库连接池: HikariCP、C3P0、DBCP
dataSources: # 数据源配置,可配置多个 <data-source-name>
<data_source_name>: # 数据源名称
dataSourceClassName: # 数据源连接池完整类名
url: # 数据库 URL 连接,以数据库连接池自身配置为准
username: # 数据库用户名,以数据库连接池自身配置为准
password: # 数据库密码,以数据库连接池自身配置为准
url: # 数据库 URL 连接
username: # 数据库用户名
password: # 数据库密码
# ... 数据库连接池的其它属性
```
## 配置示例
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The connection pool can be specified through the parameter `dataSourceClassName`
dataSources: # Data sources configuration, multiple <data-source-name> available
<data_source_name>: # Data source name
dataSourceClassName: # Data source connection pool full class name
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
url: # The database URL connection
username: # Database username
password: # The database password
# ... Other properties of data source pool
```
## Sample
Expand Down

0 comments on commit 211ba4b

Please sign in to comment.