You've already forked FrameTour-BE
乱七八糟的修改,其他外围流程逻辑完善
This commit is contained in:
@ -38,7 +38,7 @@ public class SwaggerConfig {
|
||||
// 选择展示哪些接口
|
||||
.select()
|
||||
//只有com.zcy.e.firstaid包内的才去展示
|
||||
.apis(RequestHandlerSelectors.basePackage("com.ycwl"))
|
||||
.apis(RequestHandlerSelectors.basePackage("com.ycwl.basic.controller.mobile"))
|
||||
.paths(PathSelectors.any())
|
||||
.build()
|
||||
.globalOperationParameters(getGlobalRequestParameters());
|
||||
@ -50,8 +50,8 @@ public class SwaggerConfig {
|
||||
public ApiInfo apiInfo() {
|
||||
|
||||
return new ApiInfoBuilder()
|
||||
.title("city-investment-smart-park")
|
||||
.description("城投智慧园区")
|
||||
.title("liuyin-re")
|
||||
.description("流影重构")
|
||||
.contact(new Contact("ycwl", "www.xxx.com", "xxxxxxxxx.com"))
|
||||
.version("1.0")
|
||||
.build();
|
||||
|
Reference in New Issue
Block a user