META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paas-swagger-starter Show documentation
Show all versions of paas-swagger-starter Show documentation
Custom Swagger Spring Boot Starter
The newest version!
{
"properties": [
{
"name": "openapi.docs",
"type": "java.util.List",
"description": "文档列表"
},
{
"name": "openapi.docs.base-package",
"type": "java.lang.String",
"description": "包路径"
},
{
"name": "openapi.docs.title",
"type": "java.lang.String",
"description": "标题"
},
{
"name": "openapi.docs.description",
"type": "java.lang.String",
"description": "描述"
},
{
"name": "openapi.docs.terms-of-service-url",
"type": "java.lang.String",
"description": "服务Url"
},
{
"name": "openapi.docs.contact-name",
"type": "java.lang.String",
"description": "联系人名称"
},
{
"name": "openapi.docs.contact-email",
"type": "java.lang.String",
"description": "联系人邮箱"
},
{
"name": "openapi.docs.license",
"type": "java.lang.String",
"description": "授权"
},
{
"name": "openapi.docs.license-url",
"type": "java.lang.String",
"description": "授权Url"
},
{
"name": "openapi.docs.version",
"type": "java.lang.String",
"description": "版本"
}
]
}