Merge pull request #1739 from Vita0519/patch-2

Update mysql2doris.json
This commit is contained in:
dingxiaobo 2023-04-14 09:54:16 +08:00 committed by GitHub
commit f6d21f112d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,11 @@
"postSql": [], "postSql": [],
"preSql": [], "preSql": [],
"connection": [ "connection": [
{
"jdbcUrl":"jdbc:mysql://192.168.1.1:9030/", "jdbcUrl":"jdbc:mysql://192.168.1.1:9030/",
"table":["xxx"], "table":["xxx"],
"selectedDatabase":"xxxx" "selectedDatabase":"xxxx"
}
] ]
} }
} }