Update mysql2doris.json

json文件格式报错,少一对{}
This commit is contained in:
Vita0519 2023-03-31 11:30:42 +08:00 committed by GitHub
parent a4743c60da
commit 26902cb4d7
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"
}
] ]
} }
} }