verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

swagger配置

 配置swagger可以限定范围

 @Bean
public Docket controllerApi() {
return new Docket(DocumentationType.SWAGGER_2)
.apiInfo(new ApiInfoBuilder().title("申报查询接口").version("版本号:1.0").build())
.select()
.apis(RequestHandlerSelectors.basePackage("com.pangu.crawler"))
.paths(PathSelectors.any())
.build();
2.使用knife4j

第一种方式

 第二种方式

 

 参数配置:

 

posted on 2024-01-11 01:51  泳之  阅读(8)  评论(0编辑  收藏  举报

我是谁? 回答错误