mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 04:59:51 +08:00
Update mysql2doris.json
json文件格式报错,少一对{}
This commit is contained in:
parent
a4743c60da
commit
26902cb4d7
@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user