Class SwaggerConfiguration
java.lang.Object
com.bluebell.greenhouse.platform.configuration.SwaggerConfiguration
Configuration for Swagger documentation.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.swagger.v3.oas.models.OpenAPIopenAPI()Defines the base configuration forOpenAPI.
-
Constructor Details
-
SwaggerConfiguration
public SwaggerConfiguration()
-
-
Method Details
-
openAPI
@Bean public io.swagger.v3.oas.models.OpenAPI openAPI()Defines the base configuration forOpenAPI.- Returns:
OpenAPI
-