zf
2023-08-30 9ca0dc6e7833715b875cc9b6b91d5c497b2bae8b
src/main/java/com/gk/hotwork/Config/Swagger/SwaggerConfig.java
@@ -1,6 +1,7 @@
package com.gk.hotwork.Config.Swagger;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.bind.annotation.RestController;
@@ -19,6 +20,7 @@
@Configuration
@EnableSwagger2
@ConditionalOnProperty(name = "swagger.show", havingValue = "true")
public class SwaggerConfig {
    @Bean