Closed
Description
I am trying to describe two different versions (v1 and v2) with Open API. Basically Swagger UI I should display v1 from http://localhost:8080/v3/api-docs
and v2 from http://localhost:8080/v3/api-docs/v2
.
With the springfox Swagger Config I could do this through Docket
s. Then I had the selection where I could switch the different endpoint definitions.