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