Shrileckha Chaithanya

Results 4 issues of Shrileckha Chaithanya

I am getting below error when I running in my application. ERROR : [RMI TCP Connection(3)-127.0.0.1] [springfox.documentation.spring.web.scanners.ApiDescriptionReader] H=[LT031HLB] Skipping process path[/xx/yy/zzzz], method[xxMethod] as it has an error. java.lang.NoSuchMethodError: com.fasterxml.classmate.members.ResolvedMethod.getAnnotations()Lcom/fasterxml/classmate/Annotations; Looks...

@RequestMapping(method = RequestMethod.POST, value="/xxxxx/validate", headers = "Accept=application/json") @ApiImplicitParams({ @ApiImplicitParam(name = "X-YYY-TOKEN", value = "YYYToken", required = true, allowEmptyValue = false, paramType = "header"), @ApiImplicitParam(name = "Content-Type", value = "application/json", required...

Is there a way in Swagger to show the UI documentation only to internal users?

question

@dilipkrish Can you pls check the readme file, I am not able to get to access the swagger-ui url. However the open api docs,url is working. http://localhost:8080/spring-xml-swagger/v2/api-docs I am trying...

bug