0 Star 4 Fork 3

LuoZhihui/dataXJobGenerator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dataXJob.template.txt 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
LuoZhihui 提交于 2020-05-13 00:14 . 项目可用
{
"job": {
"setting": {
"speed": {
"channel": 5,
"byte": 1048576,
"record": 2000
},
"errorLimit": {
"record": 0,
"percentage": 0.02
},
"dryRun": true
},
"content": [
{
"reader": {
"name": "#{reader.name}",
"parameter": {
"username": "#{reader.username}",
"password": "#{reader.password}",
"connection": [
{
"jdbcUrl": [ "#{reader.jdbcurl}" ],
"table": []
}
],
"column": []
}
},
"writer": {
"name": "#{writer.name}",
"parameter": {
"column": [],
"username": "#{writer.username}",
"password": "#{writer.password}",
"connection": [
{
"jdbcUrl": "#{writer.jdbcurl}",
"table": []
}
],
"preSql": [
"TRUNCATE TABLE @table"
],
"postSql": []
}
}
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/LuoZhiHui/dataXJobGenerator.git
[email protected]:LuoZhiHui/dataXJobGenerator.git
LuoZhiHui
dataXJobGenerator
dataXJobGenerator
master

搜索帮助