Swagger-ui: Petstore opens constantly

Created on 14 Aug 2017  路  1Comment  路  Source: swagger-api/swagger-ui

I have problem with swagger ui version 3.1.4 . I am using org.apache.cxfcxf-rt-rs-service-description-swagger type of Swagger and after runing my application on web only shows Petstore page and not my API UI documentation. I am accessing: http://localhost:9001/api-docs?/url=/swagger.json , but it shows Petstore page .

image

Any help how can I resolve this issue ?

Hope to hear from you soon

lock-bot support

Most helpful comment

Try using http://localhost:9001/api-docs?url=/swagger.json instead.

>All comments

Try using http://localhost:9001/api-docs?url=/swagger.json instead.

Was this page helpful?
0 / 5 - 0 ratings