5f53590f

Results 2 comments of 5f53590f

dataSourceKey: defaultDS destination: example groupId: g1 outerAdapterKey: mysql1 concurrent: true dbMapping: database: test1 table: crm_over_reward targetTable: crm_over_reward mapAll: true

> 是没有设置 targetPk: id: id 的问题。 如果我想整个数据库同步,不止单独指定表,请问如何配置 我以下配置并没有整个数据库同步功能(场景用于外网同步进内网) ## Mirror schema synchronize config dataSourceKey: defaultDS destination: example groupId: g1 outerAdapterKey: mysql1 concurrent: true dbMapping: mirrorDb: true database: test2 test2是目标数据库