Class SwaggerConfig

java.lang.Object
callofproject.dev.project.config.SwaggerConfig

@Configuration public class SwaggerConfig extends Object
This class is a Spring Configuration class that provides configuration for Swagger documentation.
  • Constructor Details

    • SwaggerConfig

      public SwaggerConfig()
      Constructs a new SwaggerConfig.
  • Method Details

    • openAPI

      @Bean public io.swagger.v3.oas.models.OpenAPI openAPI()
      Creates and configures the OpenAPI object.
      Returns:
      Configured OpenAPI object.