AnkushAlteatec
5 years agoOccasional Visitor
Versioning a REST API With Spring Boot and Open API(Swagger)
Hello
Im trying to Integrate the Swagger(OpenAPI 3) with maintain the different version of same API.
suppose we have api endpoint with version /person/v1.0 and /person/v1.1 then I want to see the api details with respective of version of swagger UI.
please check the attached screenshot how I want the document with respective of version.
FYI-Im using the spring boot security for the applications.
please help me out here.
Thank you