How to configure Swagger in Spring Boot - Brain Bytes

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 117

  • @krzysztofzabolotny4802
    @krzysztofzabolotny4802 3 года назад +9

    You carried me on your back to get my first job. God bless you!

  • @nagavadlapudi
    @nagavadlapudi 4 года назад +56

    2:33 - Customizing swagger with, "DOCKET" configuration.
    7:23 - Adding application metadata to swagger.
    10:42 - Adding more details to API.

  • @nicoapinedo
    @nicoapinedo 4 года назад +9

    Thanks Kaushik for such informative tutorial, in case someone is using this to document an API and, after creating the Docket, finds out that the child endpoints for inner API calls are missing (i.e. api/contact/{id}) just change the ant match in the Docket object to /api/**. Good Luck!

  • @abidmohammad4688
    @abidmohammad4688 5 лет назад +16

    Hello Koushik ! I would like to take this opportunity to appreciate the informative videos which you have been doing. Yes, The Viewers of your tutorial series will owe a lot a for ever. You are far way more than my words can describe. I will be looking forward to your next tutorial uploads.I gained good knowledge with your style of training... Thanks,Abid.

  • @vakpookagbare4055
    @vakpookagbare4055 2 года назад

    One of my best RUclips Tutor ever!...Kudos!!!!!!!

  • @DavidSoles
    @DavidSoles 5 лет назад +1

    The final minute of this video is key because that’s the exact same reason why I don’t use swagger in my projects. After some detailed information added to each class and methods you end with a bunch of annotations that makes your code unreadable. At this moment I use Spring Rest Docs (Ascii Doc) for documenting the API. With the last approach you get a win win scenario where the documentation is the direct result of making test unit cases. Amazing.

    • @cloud4java
      @cloud4java 4 года назад

      I felt the same about detailed info added to each class. It´s terrible.

  • @abhishekgowlikar
    @abhishekgowlikar 2 года назад

    Followed and completed the POC on Spring boot + Swagger, awesome explanation.Hat's off

  • @koseavase
    @koseavase 4 года назад +1

    Kaushik - a gem of a tutor

  • @kingomugen
    @kingomugen 5 лет назад +4

    Thank you Kaushik for the video. Last two were amazing, as always.
    I personally have been to that "Annotation Hell" :D . However, I didn't know about REST Docs, so what I did was to write a custom Swagger processor (which Swagger provides) for the custom annotations I have created. so let's say my @ApiParam was very long and duplicated over the code (like for example to describe the Id field ), I would create another annotation let's say called @Id and put everything to it, then do the processing elsewhere. It is more readable, and less verbose. However, it requires extra manual processing (which is not a big deal, tho)

  • @shaswatdasgupta3776
    @shaswatdasgupta3776 5 лет назад +5

    Hi Kaushik, Thanks for the video. It was really helpful. Request you to create videos for micrometer with spring boot or how do we expose custom metrics using micrometer to prometheus or grafana dashboard. Thanks agin

  • @babukumar9869
    @babukumar9869 5 лет назад +16

    Waiting for Spring Rest Docs!

  • @ososaad
    @ososaad 5 лет назад +2

    Hi Kaushik, really thanks for your videos, I am following you since 2014 and you rock man !! (y) .. keep it up :)

  • @rajs7454
    @rajs7454 4 года назад

    Hello Koushik. Your videos gives a clear understanding of the concepts. Thank you very much for your help to the java engineers community. You are simply awesome.

  • @indracharanpatil2367
    @indracharanpatil2367 2 года назад

    Your videos helped me alot. Thank you

  • @aksifar7
    @aksifar7 5 лет назад +6

    Hi Koushik! Thanks for the video. It will be great to have a video on swagger code gen (Open Api) as a part of swagger series. Looking forward for more informative videos from you. Thanks again.

    • @julienfadel1609
      @julienfadel1609 5 лет назад +1

      i am struggling to find one right now, did you end up finding a tutorial on swagger code gen ? For me to be able to generate the API code from a yaml API contract. Thanks :)

  • @DougieMuringani
    @DougieMuringani 5 лет назад +5

    Hi Kaushik, Thanx for the tutorial. May you kindly do the YAML based configuration for swagger. I heard about it but I'm having a hard time finding a good tutorial/good documentation on it. but I'm sure it will address the annotation hell problem you mentioned towards the end of your video

  • @markshibley7085
    @markshibley7085 4 года назад +1

    Excellent explanation. Very well done.

  • @anirudhgoutam6401
    @anirudhgoutam6401 2 года назад

    Amazing Content Sir

  • @adarshverma3372
    @adarshverma3372 2 года назад

    Thank you so much for the video.

  • @ashwinkumar09uvce
    @ashwinkumar09uvce 3 года назад

    Very Informative and great precise explanation of concepts. Thank you !!

  • @sundargunasekaran7822
    @sundargunasekaran7822 5 лет назад +5

    Can you explain how api key authentication to be used in spring mvc

  • @SohailKhan-rm4wv
    @SohailKhan-rm4wv 4 года назад

    please release spring rest docs as soon as possible sir.... and thanks for your help .. u have been an inspiration with the way u teach the quality of video and explanations

  • @Ayush-Pro-Max-Ultra
    @Ayush-Pro-Max-Ultra 3 года назад

    thanks a lot Koushik!

  • @prakashbtw678
    @prakashbtw678 5 лет назад +1

    Thanks for your video, you are one of favourite, if possible one video about type script new features and usage.

  • @ikramrana4066
    @ikramrana4066 3 года назад

    Realy very helpfull tutorials!! Thanks !!

  • @sandaruwanwijethilaka9116
    @sandaruwanwijethilaka9116 4 года назад

    Thank you. simple and understandable.

  • @techneis
    @techneis 4 года назад +1

    Can't thank you enough, Kaushik!

  • @einanchassid
    @einanchassid 4 года назад

    you are great teacher !

  • @atmn_pawel
    @atmn_pawel 3 года назад +2

    in ant pattern there should be "/api/**", not "/api/*", i have faced the problem where
    swagger didn't see any of my endpoints because of one missing *

    • @nthanki7978
      @nthanki7978 3 года назад +1

      you solved my issue. Thanks @ATA Man

  • @draganpajic3511
    @draganpajic3511 3 года назад

    Excellent!

  • @NaveenKumar-bn5ov
    @NaveenKumar-bn5ov 5 лет назад +1

    Thanks a lot Kaushik! It would be great if you could put your code in any repository so that anyone can refer/download it. Thanks again!

  • @lamhepreeti50
    @lamhepreeti50 5 лет назад +5

    Pls make java for intermediate developers

  • @idouxda
    @idouxda 2 года назад

    We added it to our Microservices how do I make it work in Kubernetes? Any suggestions?

  • @sivaviswabrahmana5993
    @sivaviswabrahmana5993 5 лет назад +1

    You can create API using YAML and generate Spring boot application out of API and it fulfills API first strategy

  • @elyu_vibes
    @elyu_vibes 3 года назад

    Hi! How can I group the endpoints? Let's say I have "/management/**" and "/external/**" mappings from different controllers. Then from the SwaggerUI, I can select the group from the definition dropdown select.

  • @nikolaimanek6629
    @nikolaimanek6629 4 года назад

    Thank you so much! Very useful!

  • @RajuPatelAvudari
    @RajuPatelAvudari 3 года назад

    Excellent video with excellent content!!

  • @historinhasdivertidas5712
    @historinhasdivertidas5712 2 года назад

    In 11:08 what make lin 27? on swagger open api3.0???? "provide an id to look up specific....."

  • @abhishek2009fly
    @abhishek2009fly 3 года назад

    How to Enable Swagger in the multimodule application. But it's not showing documentation when adding configuration in separate config file

  • @lewispil3529
    @lewispil3529 2 года назад

    great video thanks

  • @tomknud
    @tomknud 2 года назад

    Good job, thanks

  • @uma_r
    @uma_r 5 лет назад +1

    Thank you kaushik.

  • @showsandsports
    @showsandsports 4 года назад +3

    when configured i am still getting extra head,options,patch fields which are not necessary. How to remove them from swagger?

    • @adityasamant
      @adityasamant 4 года назад +3

      If you have given a @RequestMapping annotation with no arguments, you will need to change to specify the method type, so Swagger can understand the type of the http method. e.g. @RequestMapping(method = RequestMethod.GET, value="/users/{userId}")

  • @MrCheck2012
    @MrCheck2012 4 года назад

    I want to redirect the default url 'localhost:8080/swagger-ui.html/' into 'localhost:8080/swagger/swagger-ui.html/'.... how can I do this?

  • @deepakjava3506
    @deepakjava3506 3 года назад

    Thank you so much Sir.

  • @trdngy8230
    @trdngy8230 4 года назад

    Thanks for your work!

  • @paradise_cracked
    @paradise_cracked 3 года назад

    You are AWESOME!

  • @akashkotabagi
    @akashkotabagi 5 лет назад +1

    Hi Koushik! Thanks for the video. Can you please make a video on how we can have a common swagger documentation page for multiple micro services. In real world we are having a lot of micro services and we do not wish to maintain swagger doc for each micro service since its tough to share different swagger URLs to the clients.

  • @karanthakare8450
    @karanthakare8450 3 года назад

    followed ur steps but when i am adding .paths() and .apis() .... i am getting "No operations defined in spec!" on browser

  • @Ajithkumarsekar96
    @Ajithkumarsekar96 4 года назад +1

    Thanks for this wonderfull tutorial Kaushik. I have one question, what is the annotation to change address-book-resource?

  • @FrancescoMannoni
    @FrancescoMannoni Год назад

    Grazie.

  • @TheGuroguro12
    @TheGuroguro12 5 лет назад

    Thank you very much.

  • @gaurangdatt9914
    @gaurangdatt9914 2 года назад

    hey does anyone know how can I send custom header with my request in swagger-ui sprinboot
    if I have a path /{userId}/{productId} I need to send user id and productid with request

  • @stephyjacob1256
    @stephyjacob1256 5 лет назад +2

    Hey Kaushik, I have request .. Can you make a detail video tutorial on Authentication and Authorisation using Springboot mvc ? please request from old subscriber.

  • @ABCD-js3gb
    @ABCD-js3gb 5 лет назад +2

    Thanks. Frequently, service providers should design and present the api documentation to consumers in advance before starting development. Can you please tell a best way to address it with the approach of swagger in-code you demonstrated or REST docs?

    • @Java.Brains
      @Java.Brains  5 лет назад +2

      Swagger kinda assumes that you have at least some methods on your controller in order to annotate. My recommendation would be to create method stubs that represent your API as per design and annotate them with Swagger annotations. You can then do development in parallel

    • @JosephRios
      @JosephRios 5 лет назад +2

      We use Swagger quite a bit, and we take an API-first approach, like you are describing. Using swagger-codegen, you can develop your API first in OpenAPI spec YAML. Then feed it to swagger-codegen to generate code based on your API. This has many benefits for us, one of which you highlight in your question: we can share the documentation prior to writing any code to vet the API.
      This means you will have to configure swagger-codegen to produce what you want as opposed to the Docket thing described in the video... the configuration is a flat file used by swagger-codegen to use the libraries you want, naming schemes you need, etc.

    • @Java.Brains
      @Java.Brains  5 лет назад +1

      This was very informative. Thanks for your comment!

    • @prateekbangre8993
      @prateekbangre8993 5 лет назад +1

      Thanks for awesome. Can you make a video how to configure swagger in jax-rs maven application and generate swagger-ui.html file.
      Because as of now no one uploaded any video/tutorial on it

    • @cloud4java
      @cloud4java 4 года назад

      @@JosephRios Great to know that! Tks for sharing!

  • @unboxian6917
    @unboxian6917 3 года назад

    Not able to open swahger ui...it is showing unable to infer base url...

  • @nilniluzen7013
    @nilniluzen7013 3 года назад

    Where you got "/api/*" that declare on paths(PathSelector.ant())

  • @phanindraitika5609
    @phanindraitika5609 5 лет назад +1

    Cool !! Thank you !! 👍

  • @VinayKumarcs127
    @VinayKumarcs127 4 года назад

    Thank you so much !

  • @ITSecurityLabs
    @ITSecurityLabs 4 года назад

    Do you have a video on authorization?

  • @benjaminfrank9166
    @benjaminfrank9166 Год назад

    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.

  • @chandanpadalkar7516
    @chandanpadalkar7516 4 года назад

    Great explanation

  • @thepocguy
    @thepocguy 3 года назад

    Hi Kaushik, can you please have the springboot IDE be having a white background instead of the darkmode. Its very difficult to view on small screens.

  • @veebatechworld530
    @veebatechworld530 3 года назад

    Hello,
    Can we add swagger at Could Gateway API?

  • @justlearn3049
    @justlearn3049 5 лет назад +1

    Please use light background with little big font size.

  • @narendranarjun4704
    @narendranarjun4704 4 года назад +1

    Hi sir can u make a video regarding jwt token authentication with swagger so can i access the swagger ui. Html by providing the bearer token

  • @diegoramos27
    @diegoramos27 4 года назад

    How does one get swagger ui make HTTPS calls instead to HTTP? Thank you ...

  • @kotisamudrala
    @kotisamudrala 3 года назад

    Nice tutorial. I need to configure swagger in my spark web . I didn't find any tutorials . Appreciate any help

  • @kanchangupta6007
    @kanchangupta6007 4 года назад

    Hi Kaushik,
    Is there any way to get the API documentation in doc or pdf format?

  • @masterkutai
    @masterkutai 2 года назад

    Annotation hell. God I don't like Hapi but damn I miss using Joi library. I do not miss ceremonies in Java.

  • @arindamsengupta1878
    @arindamsengupta1878 Год назад

    when i try open swagger-ui.html showing white label error page

  • @SaurabhGangamwar
    @SaurabhGangamwar 3 года назад

    Thank you so much for the video.
    Waiting for Spring REST DOCS video.
    can we use spring rest docs without writing test cases?

  • @suryadutt6713
    @suryadutt6713 4 года назад

    Thank you Kaushik for all the awesome videos. May I know what are the tools used to make the whiteboarding part of your videos

  • @KatariyaDeepak
    @KatariyaDeepak 5 лет назад +1

    Good one...

  • @youcode5866
    @youcode5866 5 лет назад

    Please can you make a tutorial about creating documentation of a rest api created with spring data-rest? And good video!

  • @Dan-rd8dr
    @Dan-rd8dr 3 года назад

    /rest/** if you have api urls of type /rest/some/thing, because /rest* (one asterisk) works only for /rest/some

  • @themrambusher
    @themrambusher 4 года назад

    why these videos on swagger are not on the playlist of javabytes??????

  • @arpanbanerjee8584
    @arpanbanerjee8584 4 года назад

    I am not able to see the "paths" onlytill base path is present and in swagger ui i am getting this "No operations defined in spec"..
    can someone tell me what might be the issue.. i didn t get much help from google

    • @ainigma100
      @ainigma100 4 года назад +1

      Maybe you did not put your package path correctly in the .apis(RequestHandlerSelectors.basePackage("PUT YOUR BASE PACKAGE PATH HERE"))
      In the current video, the basePackage path was "io.javabrains". But your base package most probably is different.

  • @abhijeetkarhale7601
    @abhijeetkarhale7601 3 года назад

    Nicely explained swagger.
    But have you created video on Spring REST Docs.
    Because i could not find it in your channel. At the end of this video still say coming soon.
    If you have created please provide link here.
    Thank you.

  • @varshinikaithapuram6189
    @varshinikaithapuram6189 3 года назад

    Please make a video on Spring Rest Docs Sir!!

  • @shashankgadage3277
    @shashankgadage3277 3 года назад

    getting 404 error when hit localhost:8080/swagger-ui.html

  • @prithvisharma2900
    @prithvisharma2900 2 года назад

    this works with java 11 ?

  • @sundargautambabaji
    @sundargautambabaji 4 года назад

    Thanks a lot, sir for your informative video. Because of great programmers like you, we newies could learn something interesting and something new each day. Thanks a lot, sir.

  • @bsaiuttej7068
    @bsaiuttej7068 2 года назад

    Hello Koushik, can you also explain how to give headers in swagger?
    Like giving "Authentication" header. so that I can specify it once and it can be applied to all APIs.

  • @s3649
    @s3649 4 года назад

    Thnx sir

  • @ankittiwary3712
    @ankittiwary3712 4 года назад

    Awesome by the way which theme you are using for intellij

  • @syedhafeezdaimi6526
    @syedhafeezdaimi6526 4 года назад

    hi kaushik,
    Do you have already tutorial on Swagger code gen tool?

  • @thiru53
    @thiru53 4 года назад

    why request body listing under parameter in swagger

  • @amargupta1728
    @amargupta1728 5 лет назад

    Hi please change the IDE look n feel as its blackish color make the visibility very low

  • @ashutoshanadkarni4588
    @ashutoshanadkarni4588 4 года назад

    Can I request to use ide with white background for more clarity

  • @indhu.v7938
    @indhu.v7938 2 года назад

    Sir, do you take 1- 1 courses

  • @shefaligadia7094
    @shefaligadia7094 4 года назад

    Please provide tutorials on raml documentation n designing.

  • @arvindynr
    @arvindynr 4 года назад

    how to change logo and word swagger with your own?

  • @abhishek7969
    @abhishek7969 2 года назад

    how to pass Bearer token details in swagger

  • @vasavatejaskumar8047
    @vasavatejaskumar8047 3 года назад

    2:33 -Customizing swagger with, "DOCKET" configuration.

  • @dhanashriuttarwar5949
    @dhanashriuttarwar5949 4 года назад

    How to disable Try it out button ?

  • @dharmaraogera3333
    @dharmaraogera3333 4 года назад

    how to hide the Model information from swagger API

  • @priyadarshiniswain9902
    @priyadarshiniswain9902 4 года назад

    Could you please give ur mail id . So that I can connect you when I have doubts . thanks for this video for swagger .its a great learning tutorial.