文件名称: springfox-swagger2-2.2.0.jar中文-英文对照文档.zip
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.2.0</version>
</dependency>Gradle:
implementation group: 'io.springfox', name: 'springfox-swagger2', version: '2.2.0'
Gradle (Short):
implementation 'io.springfox:springfox-swagger2:2.2.0'
Gradle (Kotlin):
implementation("io.springfox:springfox-swagger2:2.2.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
springfox.documentation.swagger2.annotations
springfox.documentation.swagger2.configuration
springfox.documentation.swagger2.mappers
springfox.documentation.swagger2.readers.parameter
springfox.documentation.swagger2.webspringfox.documentation.swagger2.annotations.EnableSwagger2
springfox.documentation.swagger2.configuration.Swagger2DocumentationConfiguration
springfox.documentation.swagger2.configuration.Swagger2JacksonModule
springfox.documentation.swagger2.mappers.LicenseMapper
springfox.documentation.swagger2.mappers.LicenseMapper.License
springfox.documentation.swagger2.mappers.LicenseMapper.LicenseTranslator
springfox.documentation.swagger2.mappers.LicenseMapperImpl
springfox.documentation.swagger2.mappers.ModelMapper
springfox.documentation.swagger2.mappers.ModelMapperImpl
springfox.documentation.swagger2.mappers.ParameterMapper
springfox.documentation.swagger2.mappers.ParameterMapperImpl
springfox.documentation.swagger2.mappers.SecurityMapper
springfox.documentation.swagger2.mappers.SecurityMapperImpl
springfox.documentation.swagger2.mappers.SerializableParameterFactories
springfox.documentation.swagger2.mappers.ServiceModelToSwagger2Mapper
springfox.documentation.swagger2.mappers.ServiceModelToSwagger2MapperImpl
springfox.documentation.swagger2.mappers.VendorExtensionsMapper
springfox.documentation.swagger2.mappers.VendorExtensionsMapperImpl
springfox.documentation.swagger2.readers.parameter.ParameterNameReader
springfox.documentation.swagger2.web.Swagger2Controller