swagger ui remove springboot paths

return new Docket(DocumentationType.SWAGGER_2).apiInfo(apiInfo()).select() 
    	          .apis(Predicates.not(RequestHandlerSelectors.basePackage("org.springframework.boot")))
    	             .build();
    }
}
posted on 2017-08-14 17:27  白衣胜雪  阅读(144)  评论(0编辑  收藏  举报