swagger ui remove springboot paths

Claire_ljy發表於2020-04-04
return new Docket(DocumentationType.SWAGGER_2).apiInfo(apiInfo()).select() 
    	          .apis(Predicates.not(RequestHandlerSelectors.basePackage("org.springframework.boot")))
    	             .build();
    }
}

轉載於:https://www.cnblogs.com/goldengallo/p/7359007.html

相關文章