{
"name": "新疆电量预测999",
"desc":"新疆电量预测888",
"type": "mysql",
"createBy":"0dbe1580-60ae-4440-9462-df0a8f629f2c",
"config": {
"username": "root",
"password": "myjcyf",
"type": "mysql",
"host": "10.8.10.184",
"port": "32784",
"schema": "xjdlyc",
"version":""
}
}
curl --location --request POST 'http://localhost:8086/db/saveOrUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "新疆电量预测999",
"desc":"新疆电量预测888",
"type": "mysql",
"createBy":"0dbe1580-60ae-4440-9462-df0a8f629f2c",
"config": {
"username": "root",
"password": "myjcyf",
"type": "mysql",
"host": "10.8.10.184",
"port": "32784",
"schema": "xjdlyc",
"version":""
}
}'
{"msg":"操作成功","code":200}