Merge remote-tracking branch 'origin/master'
# Conflicts: # pom.xml
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -20,7 +20,7 @@ public class Swagger2 { | @@ -20,7 +20,7 @@ public class Swagger2 { | ||
20 | return new Docket(DocumentationType.SWAGGER_2) | 20 | return new Docket(DocumentationType.SWAGGER_2) |
21 | .apiInfo(apiInfo()) | 21 | .apiInfo(apiInfo()) |
22 | .select() | 22 | .select() |
23 | - //为当前包路径 | 23 | + //为,当前包路径 |
24 | .apis(RequestHandlerSelectors.basePackage("com.tianbo.warehouse.controller")) | 24 | .apis(RequestHandlerSelectors.basePackage("com.tianbo.warehouse.controller")) |
25 | .paths(PathSelectors.any()) | 25 | .paths(PathSelectors.any()) |
26 | .build(); | 26 | .build(); |
-
请 注册 或 登录 后发表评论