From 5d4863f51cecd2c98f0c2f9d06cd780c9932a3b9 Mon Sep 17 00:00:00 2001 From: inrgihc Date: Thu, 10 Jun 2021 22:30:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index adb370aa..d811cdc7 100644 --- a/README.md +++ b/README.md @@ -132,15 +132,15 @@ sh ./docker-maven-build.sh **注意:** -- *(1)支持源端为多个数据源类型,如果dbswitch.source[i]为数组类型,i为编号,从0开始的整数; * +- (1)支持源端为多个数据源类型,如果dbswitch.source[i]为数组类型,i为编号,从0开始的整数; -- *(2)如果```dbswitch.source[i].source-includes```不为空,则按照包含表的方式来执行; * +- (2)如果```dbswitch.source[i].source-includes```不为空,则按照包含表的方式来执行; -- *(3)如果```dbswitch.source[i].source-includes```为空,则按照```dbswitch.source[i].source-excludes```排除表的方式来执行。 * +- (3)如果```dbswitch.source[i].source-includes```为空,则按照```dbswitch.source[i].source-excludes```排除表的方式来执行。 -- *(4)如果```dbswitch.target.target-drop=false```,```dbswitch.target.change-data-synch=true```;时会对有主键表启用增量变更方式同步 * +- (4)如果```dbswitch.target.target-drop=false```,```dbswitch.target.change-data-synch=true```;时会对有主键表启用增量变更方式同步 -- *(5)也支持配置文件名为```conf/config.yml```的YML格式,配置文件样例如下:* +- (5)也支持配置文件名为```conf/config.yml```的YML格式,配置文件样例如下: ``` dbswitch: @@ -185,7 +185,7 @@ dbswitch: change-data-synch: true ``` -- *(6)各个数据库的JDBC驱动连接示例如下: +- (6)各个数据库的JDBC驱动连接示例如下: **mysql/mariadb的驱动配置样例**