18339543638 1 год назад
Родитель
Сommit
0fcbe42f73
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      nb-core/src/main/java/com/nb/core/doc/SwaggerConfig.java

+ 4 - 4
nb-core/src/main/java/com/nb/core/doc/SwaggerConfig.java

@@ -23,10 +23,10 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;
 
 import java.util.*;
 
-@Configuration
-@EnableKnife4j
-@EnableSwagger2WebMvc
-@Profile("dev")
+//@Configuration
+//@EnableKnife4j
+//@EnableSwagger2WebMvc
+//@Profile("dev")
 public class SwaggerConfig implements WebMvcConfigurer {
 
     public static final String VERSION = "1.0.0";