This application is derived from the MicroProfile OpenAPI TCK
git clone https://github.com/microservices-api/oas3-microprofile-app.git
cd oas3-microprofile-appmvn package
The packaged WAR file will be at the following location: oas3-microprofile-app/deployment_artifacts/airlines.war
cd deployment_artifactsdocker build -t demo .docker run -d -p 80:9080 demo- open a browser and navigate to
localhost/openapito see the OpenAPI document, andlocalhost/openapi/uito see the OpenAPI UI.