Class SwaggerUiWebMvcConfiguration
- java.lang.Object
-
- springfox.boot.starter.autoconfigure.SwaggerUiWebMvcConfiguration
-
@Configuration @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnProperty(value="springfox.documentation.swagger-ui.enabled", havingValue="true", matchIfMissing=true) public class SwaggerUiWebMvcConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SwaggerUiWebMvcConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwaggerUiWebMvcConfigurer
swaggerUiConfigurer()
-
-
-
Method Detail
-
swaggerUiConfigurer
@Bean public SwaggerUiWebMvcConfigurer swaggerUiConfigurer()
-
-