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 .
Most helpful comment
Try using http://localhost:9001/api-docs?url=/swagger.json instead.