Open Api Generator For SpringBoot 3 | Generate Server Code Using OpenAPI Generator In SpringBoot

preview_player
Показать описание
In this tutorial we will lean how to use openAPI springfox for generating code in springboot 3.
We will use open api maven plugin to generate model,api and configurations in springboot.
We will use springfox boot starter library to configure swagger in springboot using spring doc.

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

How does it support Unified Response Body implemented by ResponseBodyAdvice interface which contains 'statusCode' and 'data'? The latter contains the real response data.

qwonptv
Автор

Hi, how I can generate the clients? I will need another pluggin?

gallardofabian
Автор

So what the difference between a restful Api with controlr and auto generated controller, which best practice to use on

electroware