@Configuration
@EnableOpenApi
@ConditionalOnProperty(prefix="swagger",
name="enabled",
havingValue="true",
matchIfMissing=false)
@EnableConfigurationProperties(value=Swagger2Properties.class)
public class SwaggerConfiguration
extends Object
Copyright © 2024. All rights reserved.