Skip to content

Commit

Permalink
added tags
Browse files Browse the repository at this point in the history
  • Loading branch information
GuentherJulian committed Jan 12, 2022
1 parent 00d61ba commit a9ef5d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api-first-approach/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
= API first approach with OpenAPI generator
[tags]
--
Framework=Quarkus;Spring
Category=REST;OpenAPI
Tools=devonfw;OpenAPI generator
Difficulty=Medium
--
====
This tutorial will show you how to use an API first approach to create a RESTful web service in Quarkus from an OpenAPI specification using the OpenAPI generator plugin.
This tutorial will show you how to use an API first approach to create a RESTful web service from an OpenAPI specification using the OpenAPI generator plugin. We will use a [Quarkus](https://quarkus.io/) project to demonstrate the use case. However, you can also use the OpenAPI generator in the same way for Spring.

For more information about the API fist approach, see the [devon4j documentation](https://github.com/devonfw/devon4j/blob/master/documentation/guide-api-first.asciidoc).
For more details on the OpenAPI generator, have a look at the [official webpage](https://openapi-generator.tech/).
Expand Down

0 comments on commit a9ef5d0

Please sign in to comment.