Package org.springdoc.ui
Class SwaggerWelcome
- java.lang.Object
-
- org.springdoc.ui.SwaggerWelcome
-
@Controller @ConditionalOnProperty(name="springdoc.swagger-ui.enabled", matchIfMissing=true) @ConditionalOnBean(org.springdoc.core.OpenAPIBuilder.class) public class SwaggerWelcome extends Object
-
-
Field Summary
Fields Modifier and Type Field Description SwaggerUiConfigPropertiesswaggerUiConfig
-
Constructor Summary
Constructors Constructor Description SwaggerWelcome()
-
-
-
Field Detail
-
swaggerUiConfig
@Autowired public SwaggerUiConfigProperties swaggerUiConfig
-
-