//请求体:
{
"method": "creProject/createProject",
"parameter": {
"filePath": "@localhost",
"projectName": "xxxxx",
"vueVersion": "xxxxx", //值 vue2 vue3
"gitAddress":"123",
"language":"123",
"type":"123",
"group":"123",
"artifact":"123",
"jdk":"123",
"java":"123",
"packageType":"123",
"serviceType": "xxxxx" // microService subService singleService
}
}
//返回体
curl --location --request GET 'http://172.20.238.8:48806' \
--header 'Content-Type: application/json' \
--data-raw '//请求体:
{
"method": "creProject/createProject",
"parameter": {
"filePath": "@localhost",
"projectName": "xxxxx",
"vueVersion": "xxxxx", //值 vue2 vue3
"gitAddress":"123",
"language":"123",
"type":"123",
"group":"123",
"artifact":"123",
"jdk":"123",
"java":"123",
"packageType":"123",
"serviceType": "xxxxx" // microService subService singleService
}
}
//返回体'
{}