Skip to content

Commit a9ef5d0

Browse files
added tags
1 parent 00d61ba commit a9ef5d0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

api-first-approach/index.asciidoc

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
= API first approach with OpenAPI generator
2+
[tags]
3+
--
4+
Framework=Quarkus;Spring
5+
Category=REST;OpenAPI
6+
Tools=devonfw;OpenAPI generator
7+
Difficulty=Medium
8+
--
29
====
3-
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.
10+
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.
411

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

0 commit comments

Comments
 (0)