Untitled
unknown
plain_text
2 years ago
231 B
7
Indexable
return new Docket(DocumentationType.SWAGGER_2)
.select()
.apis(RequestHandlerSelectors.basePackage("com.siman.es.pruebatecnica.demo.components"))
.paths(PathSelectors.any())
.build();Editor is loading...