@Configuration
@EnableSwagger2
@EnableKnife4j
@ConditionalOnProperty(name="custom.swagger.enabled",
havingValue="true",
matchIfMissing=false)
@EnableConfigurationProperties(value=SwaggerProperties.class)
public class Swagger2Configure
extends Object
Copyright © 2022. All rights reserved.