Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLiang-0 committed Jun 26, 2023
1 parent 7b839c1 commit bae8639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static void main(String[] args) throws Exception{

String includingTables = "tbl1|tbl2|tbl3";
String excludingTables = "";
boolean includeTableDefaultValue = false;
boolean includeTableDefaultValue = true;
DatabaseSync databaseSync = new MysqlDatabaseSync();
databaseSync.create(env,database,config,tablePrefix,tableSuffix,includingTables,excludingTables,includeTableDefaultValue,sinkConf,tableConfig);
databaseSync.build();
Expand Down

0 comments on commit bae8639

Please sign in to comment.