{
"id": 1024,
"name": "test",
"url": "jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro",
"username": "root",
"password": "123456"
}
curl --location --request PUT '/infra/data-source-config/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"name": "test",
"url": "jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro",
"username": "root",
"password": "123456"
}'
{
"code": 0,
"data": false,
"msg": ""
}