@Configuration
@EnableSwagger2
@ConditionalOnProperty(name="project.swagger.enabled",
havingValue="true",
matchIfMissing=true)
public class SwaggerConfig
extends Object
| Constructor and Description |
|---|
SwaggerConfig() |
| Modifier and Type | Method and Description |
|---|---|
springfox.documentation.spring.web.plugins.Docket |
swaggerDocket() |
Copyright © 2022. All rights reserved.