DEV Community

Said Olano
Said Olano

Posted on

How to generate your entire API from the OpenAPI file by using the openapigenerator plugin.

As the title suggests, you need to configure your Maven Java project with the correct values (configuration) to use Maven as a plugin.

Here you have a brief sample of it:

and

Finally, with this:

At the end, you will get this:

Internally this:

Top comments (0)