Package org.springdoc.webmvc.ui
Class SwaggerConfig
- java.lang.Object
-
- org.springdoc.webmvc.ui.SwaggerConfig
-
@Lazy(false) @Configuration(proxyBeanMethods=false) @ConditionalOnProperty(name="springdoc.swagger-ui.enabled", matchIfMissing=true) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnBean(org.springdoc.core.SpringDocConfiguration.class) public class SwaggerConfig extends Object
The type Swagger config.- Author:
- bnasslahsen