Swagger Codegen With Spring Boot Using Maven Plugin

preview_player
Показать описание
Hi Friends,

#GainJavaKnowledge
In this video we will learn how to generate Rest API's Code using Swagger Codegen tool.

Github Link to download the source code :
=================================

Рекомендации по теме
Комментарии
Автор

Great video, it really helped me a lot

teeh
Автор

very nice video. i need some help. In our project the child package will generate at compile time. I need to change the parent project from Maven to gradle. i changed maven plugin into gradle plugin. the compiling is failed. child classes not genarating.

venkateshraja
Автор

everything is okk . but don't copy paste yaml and pom contents. These are the main files you have copy paste. Its is not understandable

narendrasaraswat
Автор

Hi
Need some help here

By default swagger UI using http protocol, My application only allows https requests. If i click execute on try out, i am getting 401 (unauthourized request). Can you/anyone please tell me how to have this swagger UI to use https protocol.




Thanks

benjaminfrank
Автор

I want to add in generated Response dto at class level. Is there any way. Please help here.

poreddyvemareddy