Commit 34f9538a authored by Shen's avatar Shen

1. 关闭swagger

parent 509fe96d
...@@ -23,8 +23,8 @@ import static com.google.common.collect.Lists.newArrayList; ...@@ -23,8 +23,8 @@ import static com.google.common.collect.Lists.newArrayList;
* *
* @author zsh 408538940@qq.com * @author zsh 408538940@qq.com
*/ */
@Configuration //@Configuration
@EnableSwagger2 //@EnableSwagger2
public class SwaggerConfig { public class SwaggerConfig {
// http://localhost:8080/swagger-ui.html 原路径 // http://localhost:8080/swagger-ui.html 原路径
......
...@@ -17,8 +17,8 @@ import java.util.List; ...@@ -17,8 +17,8 @@ import java.util.List;
import static com.google.common.collect.Lists.newArrayList; import static com.google.common.collect.Lists.newArrayList;
@Configuration //@Configuration
@EnableSwagger2 //@EnableSwagger2
public class SwaggerConfig { public class SwaggerConfig {
// http://localhost:8080/swagger-ui.html 原路径 // http://localhost:8080/swagger-ui.html 原路径
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment