|
@@ -33,7 +33,7 @@ import java.util.Set;
|
|
@RequiredArgsConstructor
|
|
@RequiredArgsConstructor
|
|
@Configuration
|
|
@Configuration
|
|
@AutoConfigureBefore(SpringDocConfiguration.class)
|
|
@AutoConfigureBefore(SpringDocConfiguration.class)
|
|
-@ConditionalOnProperty(name = "swagger.enabled", havingValue = "true", matchIfMissing = true)
|
|
|
|
|
|
+@ConditionalOnProperty(name = "springdoc.api-docs.enabled", havingValue = "true", matchIfMissing = true)
|
|
public class SwaggerConfig {
|
|
public class SwaggerConfig {
|
|
|
|
|
|
private final SwaggerProperties swaggerProperties;
|
|
private final SwaggerProperties swaggerProperties;
|