@Configuration
@ConditionalOnProperty(name="springdoc.api-docs.enabled",
matchIfMissing=true)
public class SwaggerConfig
extends Object
| Modifier and Type | Field and Description |
|---|---|
private cn.sinozg.applet.common.properties.AppValue |
app |
private org.slf4j.Logger |
log |
private static String |
URL |
| Constructor and Description |
|---|
SwaggerConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springdoc.core.customizers.OperationCustomizer |
customize() |
org.springdoc.core.GroupedOpenApi |
publicApi() |
io.swagger.v3.oas.models.OpenAPI |
springShopOpenApi() |
private cn.sinozg.applet.common.properties.AppValue app
private final org.slf4j.Logger log
private static final String URL
Copyright © 2024. All rights reserved.