You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/07/15 06:37:54 UTC

[shardingsphere] branch master updated: Update data-source.cn.md (#19207)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 5dbcd610e4e Update data-source.cn.md (#19207)
5dbcd610e4e is described below

commit 5dbcd610e4e31919a111abe7e6bb4792763761fd
Author: Mike0601 <40...@users.noreply.github.com>
AuthorDate: Fri Jul 15 14:37:49 2022 +0800

    Update data-source.cn.md (#19207)
---
 docs/document/content/dev-manual/data-source.cn.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/document/content/dev-manual/data-source.cn.md b/docs/document/content/dev-manual/data-source.cn.md
index 03aa00a4cb3..beb97e9461e 100644
--- a/docs/document/content/dev-manual/data-source.cn.md
+++ b/docs/document/content/dev-manual/data-source.cn.md
@@ -16,7 +16,7 @@ chapter = true
 
 ## 示例
 
-### DatabaseType 已知实现类
+### DatabaseType
 
 | *已知实现类*             | *详细说明*               |
 | ---------------------- | ----------------------- |
@@ -29,7 +29,7 @@ chapter = true
 | H2DatabaseType         | H2 数据库                |
 | OpenGaussDatabaseType  | OpenGauss 数据库         |
 
-### DialectTableMetaDataLoader 已知实现类
+### DialectTableMetaDataLoader
 
 | *已知实现类*                    | *详细说明*                   |
 | ----------------------------- | --------------------------- |
@@ -40,14 +40,14 @@ chapter = true
 | H2TableMetaDataLoader         | 使用 H2 方言加载元数据         |
 | OpenGaussTableMetaDataLoader  | 使用 OpenGauss 方言加载元数据  |
 
-### DataSourcePoolMetaData 已知实现类
+### DataSourcePoolMetaData
 
 | *已知实现类*                   | *详细说明*              |
 |------------------------------|-----------------------|
 | DBCPDataSourcePoolMetaData   | DBCP 数据库连接池元数据   |
 | HikariDataSourcePoolMetaData | Hikari 数据源连接池元数据 |
 
-### DataSourcePoolActiveDetector 已知实现类
+### DataSourcePoolActiveDetector 
 
 | *已知实现类*                          | *详细说明*                 |
 | ----------------------------------- | ------------------------- |