openapi-generator/samples/server/petstore/jaxrs-spec-microprofile-openapi-annotations
William Cheng 807250a430
Prepare 7.6.0 (#18412)
* Revert "v7.5.0 release"

This reverts commit 1eafe2aebf33b13bee0ead66d62a6436e7db059d.

* update master to v7.6.0 snapshot

* update readme

* update samples
2024-04-17 19:05:37 +08:00
..
2024-04-17 19:05:37 +08:00
2024-04-17 19:05:37 +08:00

JAX-RS server with OpenAPI using Quarkus

Overview

This server was generated by the OpenAPI Generator project. By using an OpenAPI-Spec, you can easily generate a server stub.

This is an example of building a OpenAPI-enabled JAX-RS server. This example uses the JAX-RS framework and the Eclipse-MicroProfile-OpenAPI addition.

The pom file is configured to use Quarkus as application server.

To start the server in dev mode, run this maven command:

mvn compile quarkus:dev

You can then call your server endpoints under:

http://localhost:8080/

In dev-mode, you can open Swagger-UI at:

http://localhost:8080/swagger-ui/

Read more in the Quarkus OpenAPI guide.