文档更新

This commit is contained in:
inrgihc
2021-06-10 22:30:29 +08:00
parent bfdd3993ce
commit 5d4863f51c

View File

@@ -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: dbswitch:
@@ -185,7 +185,7 @@ dbswitch:
change-data-synch: true change-data-synch: true
``` ```
- *6各个数据库的JDBC驱动连接示例如下 - 6各个数据库的JDBC驱动连接示例如下
**mysql/mariadb的驱动配置样例** **mysql/mariadb的驱动配置样例**