//请求体:
{
"method": "ComStore/getZJDependenciesTest",
"parameter": {
}
}
//返回体
[
{
"artifactId": "knife4j-spring-boot-starter",
"groupId": "com.github.xiaoymin",
"version": "2.0.5"
},
{
"artifactId": "log4j-to-slf4j",
"groupId": "org.apache.logging.log4j",
"version": "2.17.1"
},
{
"artifactId": "log4j-api",
"groupId": "org.apache.logging.log4j",
"version": "2.17.1"
},
{
"artifactId": "spring-boot-starter-test",
"groupId": "org.springframework.boot",
"version": "2.7.14"
},
{
"artifactId": "mybatis-plus-boot-starter",
"groupId": "com.baomidou",
"version": "3.5.3.1"
},
{
"artifactId": "pagehelper-spring-boot-starter",
"groupId": "com.github.pagehelper",
"version": "1.2.5"
},
{
"artifactId": "oceanbase-client",
"groupId": "com.oceanbase",
"version": "2.4.2"
},
{
"artifactId": "mysql-connector-j",
"groupId": "com.mysql",
"version": "8.0.33"
},
{
"artifactId": "druid",
"groupId": "com.alibaba",
"version": "1.2.17"
}
]
curl --location --request GET 'http://172.20.238.8:48806' \
--header 'Content-Type: application/json' \
--data-raw '//请求体:
{
"method": "ComStore/getZJDependenciesTest",
"parameter": {
}
}
//返回体
[
{
"artifactId": "knife4j-spring-boot-starter",
"groupId": "com.github.xiaoymin",
"version": "2.0.5"
},
{
"artifactId": "log4j-to-slf4j",
"groupId": "org.apache.logging.log4j",
"version": "2.17.1"
},
{
"artifactId": "log4j-api",
"groupId": "org.apache.logging.log4j",
"version": "2.17.1"
},
{
"artifactId": "spring-boot-starter-test",
"groupId": "org.springframework.boot",
"version": "2.7.14"
},
{
"artifactId": "mybatis-plus-boot-starter",
"groupId": "com.baomidou",
"version": "3.5.3.1"
},
{
"artifactId": "pagehelper-spring-boot-starter",
"groupId": "com.github.pagehelper",
"version": "1.2.5"
},
{
"artifactId": "oceanbase-client",
"groupId": "com.oceanbase",
"version": "2.4.2"
},
{
"artifactId": "mysql-connector-j",
"groupId": "com.mysql",
"version": "8.0.33"
},
{
"artifactId": "druid",
"groupId": "com.alibaba",
"version": "1.2.17"
}
]'
{}