Untitled
return new Docket(DocumentationType.SWAGGER_2) .select() .apis(RequestHandlerSelectors.basePackage("com.siman.es.pruebatecnica.demo.components")) .paths(PathSelectors.any()) .build();
return new Docket(DocumentationType.SWAGGER_2) .select() .apis(RequestHandlerSelectors.basePackage("com.siman.es.pruebatecnica.demo.components")) .paths(PathSelectors.any()) .build();