🔥Documenting APIs using Swagger Step by Step | Backend Course in Hindi

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • In this video we are going to document our apis with the help of swagger step by step.
    🔥Documenting APIs using Swagger Step by Step | Backend Course in Hindi
    Full Series Link: • Backend Course using S...
    #backend_course #spring_boot
    Telegram Link for Doubt: t.me/learncode...
    Important Videos:
    ➡️React JS with Project : • 🔥 🔥 Complete React Js ...
    ➡️Learn JDBC in one video: • JDBC Crash Course in 1...
    ➡️Learn Python in One Video: • Learn Python in One Vi...
    ➡️Learn HTML in one video: • Jquery in one video in...
    ➡️Learn HTML form in one video: • Jquery in one video in...
    ➡️Learn JavaScript in one videos: • Learn JavaScript in O...
    ➡️Learn Form Validation using javascript and jquery: • Form Validation using ...
    ➡️Learn CSS in one video: • Jquery in one video in...
    ➡️Jquery in one video: • Jquery in one video in...
    Kotlin is one video: • Kotlin | Learn Kotlin ...
    ➡️Complete Python Project - RUclips downloader in one video: • Jquery in one video in...
    Important Playlist:
    ➡️Spring Boot Tutorial with Project : • Spring Boot Tutorial i...
    ➡️Spring MVC Tutorial: • Spring MVC Tutorial St...
    ➡️Complete Spring Framework Tutorial: • Spring Framework Tutor...
    ➡️Hibernate Tutorials: • Hibernate Tutorial for...
    ➡️E-Commerce Project using Java: • E-Commerce Project usi...
    ➡️AWS Free Java Hosting Playlist: • AWS Hosting Tutorial |...
    ➡️Hibernate Tutorial Playlist: • Hibernate Tutorial for...
    ➡️Learn Technology in One Vides: • Learn in one video : C...
    ➡️Programming Tips for Programmers: • Coding Tips and Discus...
    ➡️Complete Python for Beginners: • Complete Python Tutori...
    ➡️Important Python Projects: • Python Projects in Hindi
    ➡️Complete Servlet & JSP : • Servlet and Jsp (Serve...
    ➡️Complete JDBC ( Java Database Connectivity) : • JDBC(Java Database Con...
    ➡️Complete Java Project : TechBlog: • Full Java Advance Pro...
    ➡️Java Swing Projects: • Java Projects for begi...
    ➡️Java Core Concepts: • Java Core Tutorial
    ➡️Kya aap Jante hai Series: • kya app jante hai : s...
    Important Links:
    👉Official Website (Source Code): learncodewithd...
    👉Telegram Discussion Group: t.me/learncode...
    👉Follow me on Instagram: / durgesh_k_t
    👉Follow on Facebook / learncodewithdurgesh
    Disclaimer:
    All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.

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

  • @uttamshukla7974
    @uttamshukla7974 2 года назад +30

    sir with due respect, i liked your project building series, but I have experienced one thing that many of the times you have just implemented the concept without telling why it is required and what can be the alternative. for example in Jwt token implementation, many methods were there and it was not clear that why are we doing this.. Thanks. Hope you take it as positive feedback.

  • @abhay6276
    @abhay6276 2 года назад +14

    bhai kuch bhi smj nahi aaraha hai...uppar se ja raha hai....

  • @AbhishekLad-vb8zj
    @AbhishekLad-vb8zj 8 месяцев назад +3

    /v3/api-docs why its taken because i followed same step but not working. Have you declared this url in controller layer ?

  • @thechosenone8523
    @thechosenone8523 Год назад +5

    Hi, I'm using Spring 3.0.6 and I'm getting api error in Postman for /v3/api-docs.
    Any solution please.
    Error:
    Secured GET /v3/api-docs
    o.s.web.servlet.PageNotFound : No mapping for GET /v3/api-docs
    o.s.security.web.FilterChainProxy : Securing GET /error
    o.s.security.web.FilterChainProxy : Secured GET /error

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

      same for me

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

      same for me

    • @HieuLe-yg5pr
      @HieuLe-yg5pr Год назад

      I also got the same error, did you fix it, can you help me?

    • @GowdaKK
      @GowdaKK 7 месяцев назад +4

      Use springdoc-openapi-starter-webmvc-ui dependency instead springfox

    • @prashanttrip6875
      @prashanttrip6875 5 месяцев назад

      @@GowdaKK it worked Thanks a lot

  • @user-du8wb3gb5p
    @user-du8wb3gb5p Год назад

    🔥Documenting APIs using Swagger Step by Step | Backend Course in Hindi

  • @arunpanjiyar76
    @arunpanjiyar76 4 дня назад

    When I am running my application on embaded server, swagger-ui.html page is accessable, but when i running my application on external tomcat then swagger-ui.html is forebidden, how to fix it?

  • @swapnilmishra697
    @swapnilmishra697 2 года назад +12

    Can u plzzz continue this project with unit testing plzzz using Junit ,mockito or wiremock if possible

  • @rajarshiroy287
    @rajarshiroy287 Год назад +3

    To access the api-docs, how to do it by requestMatcher?

  • @not_saboor
    @not_saboor 2 года назад +5

    Sir Please Integrate this with a FrontEnd as well.

  • @abhishekthapa5879
    @abhishekthapa5879 4 месяца назад

    swagger is not working in spring boot 3.2
    {
    "type": "about:blank",
    "title": "Not Found",
    "status": 404,
    "detail": "No endpoint GET /swagger-ui/api-docs.",
    "instance": "/swagger-ui/api-docs"
    }
    can anyone help ?

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

    @ApiOperation se bhi kaam ho jata. And please explain bhi karo jo implement kar rahe ho. Implementation hi dekhna hai tho google se bhi mil jayega.

    • @LearnCodeWithDurgesh
      @LearnCodeWithDurgesh  2 года назад +2

      It's simple spring configuration , i explained step by step

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

      @@LearnCodeWithDurgesh You implemented it step by step brother. Why did you add antmatchers v1/docs wala link you didn’t say and also why did you add string array and passed the other url’s you didn’t explain.

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

      @@LearnCodeWithDurgesh No Durgesh, You have not explained like apis method having a predicate RequestHandlerSelectors.
      What it is and Why We should use it?? A lot of questions are there. I tried to google it but not found anything as such.

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

      @@GauravKawatrakir yes exactly not to disrespect his efforts but he hasn’t ever explained the ‘WHY’ in any of his or most of videos. I have subscribed him when he had 40-50k subs. In most of his videos he hasn’t explained the ‘WHY’. Probably he himself doesn’t know. He explains the implementation and bas Aise krne se ye hoga. But yes I do watch his videos because implementation is there of many things.

    • @chandan07talreja
      @chandan07talreja 2 года назад +1

      Also do watch his Microservices video part 2 in which he has showed the implementation only AGAIN. That is one his worst videos. Because again he has only showed the implementation as says in video step by step but no explanation on why we are writing this particular piece of code.

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

    Thankyou so much sir for this video🙏

  • @runcodenow1265
    @runcodenow1265 Год назад +3

    Brother I can not integrate swagger with my spring boot application
    I think I use spring boot 3 so that i getting this error
    Can you please make video on latest version this will be very helpful for us
    Thank you so much

    • @GLINCKERO
      @GLINCKERO Год назад +1

      Not working on latest version

    • @supriyasingh9385
      @supriyasingh9385 Год назад +1

      org.springdoc
      springdoc-openapi-ui
      2.0.0
      use this dependency for latest version of springBoot

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

      @@supriyasingh9385 ruclips.net/video/Eo6v01KUeZM/видео.html
      This works

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

      @@GLINCKERO any solution I'm stucked from 3 days

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

      Hi, I'm using Spring 3.0.6 and I'm getting api error in Postman for /v3/api-docs.
      Any solution please.
      Error:
      Secured GET /v3/api-docs
      o.s.web.servlet.PageNotFound : No mapping for GET /v3/api-docs
      o.s.security.web.FilterChainProxy : Securing GET /error
      o.s.security.web.FilterChainProxy : Secured GET /error

  • @dnyaneshwarbandgar5338
    @dnyaneshwarbandgar5338 2 года назад +1

    Great 👌👌

  • @abhayjaiswal5156
    @abhayjaiswal5156 2 года назад +1

    Sir while running the project, i got this error - " Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException",
    Any Resolution for this by anybody????? PLEASE HELP

    • @piyushkhanna30
      @piyushkhanna30 2 года назад +1

      Check if you added @EnableWebMvc in the Security Configuration class.

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

    Thanks for the video. I deployed my Java springboot application with swagger in ngnix server. locally and local Docker it is working as expected. But in server swagger ui giving 404 not found error. Any help would be great.

  • @laxmank.c1336
    @laxmank.c1336 Год назад

    I have springFox dependency loaded at my pom file. But I can not inject this Docket class into my SwaggerConfig class. Can not figureout.

  • @KrishnaSingh-ci9zz
    @KrishnaSingh-ci9zz 2 года назад

    It helped me a lot to groom my knowledge, I am following and has done some extra mile as well.
    Thanks, keep doing good work

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

    Thank you ❤️

  • @DeepakKumar-um5kj
    @DeepakKumar-um5kj Год назад

    Hello mr Durgesh why you didn't start any program from starting ?. why you start any program from mid. please don't confuse

  • @Employeesadda-nq8fr
    @Employeesadda-nq8fr Год назад

    Sir ek doubt hai swagger API mein hame sirf ek hi controller chaye toh kaise?

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

    Sir mere me 2 same same api browser par show ho rha h swagger ka mujhe sirf ek post put delete getbyid aur getall chahiye

  • @antiqueindia3311
    @antiqueindia3311 6 месяцев назад

    for spring boot 3, springdoc-openapi v2 is working instead of v3

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

    Durgesh sir I am getting an error while adding the dependency in pom.xml. this file shows an error if i remove this dependency it run correctly please help...@Learn code with durgesh

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

    pls make videos on mockito/sonarqube/sonarlint

  • @user-xx9wj5kr6r
    @user-xx9wj5kr6r 9 месяцев назад

    sir tell me one thing i have some version issue while configuring swagger in my project sir i used springboot version 3.1.14 so tell me the swagger dependeny which will be the suitable or easy to configuring swagger in my project sir i also want swagger with authentication token .............🥲🥲🥲

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

    Is this last part of coding for blogging application or else is their any api's left

  • @AshishSingh-rx4sq
    @AshishSingh-rx4sq 2 года назад

    Awesome

  • @vaipadalkar6719
    @vaipadalkar6719 Год назад +1

    Sir none of this is working with new Spring security and Spring boot 3 😭

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

    How can make my Swagger api open and be seen by everyone?
    In this video it's on the local host

  • @runcodenow1265
    @runcodenow1265 Год назад +2

    Brother v3/api-docs not found in postman 404 error and swagger-ui/ also give white lable 404 error I don't know how can fix this
    Kindly help me Thanks

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

    Very interesting ! !

  • @amanvikram04
    @amanvikram04 28 дней назад

    explanation was good but its not for beginners

  • @SuperSaiyan-tr7fz
    @SuperSaiyan-tr7fz Год назад

    Why are you using light mode? Do you hate your eyes?

  • @GauravSingh-bu9xt
    @GauravSingh-bu9xt 2 года назад

    Sir Please create frontend in react

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

    spring bhot why we use?

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

    Please provide playlist

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

    Playlist link??

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

    Bhaiya mene abhi mern seekh rha hoo

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

    Hi

  • @sanjayraj-mc5oz
    @sanjayraj-mc5oz Год назад

    this configuration is not working sir

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

      Watch migration videos from 2.X to 3.x ... Spring boot 3 features playlist

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

    Koi kaam aye to plzz bata dena

  • @visheshsharma3634
    @visheshsharma3634 17 дней назад

    Nhi smj aya bhai time waste totally

  • @DeepakKumar-um5kj
    @DeepakKumar-um5kj Год назад

    isko khud nahi aata hai

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

    If someone's project is complete then give me your github id

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

    for those who are facing the issue of failed to load response while accessing swagger-ui allow following pattern:-/v3/api-docs/**.

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

      Not working brother pls provide solution

    • @thechosenone8523
      @thechosenone8523 Год назад +1

      Hi, I'm using Spring 3.0.6 and I'm getting api error in Postman for /v3/api-docs.
      Any solution please.
      Error:
      Secured GET /v3/api-docs
      o.s.web.servlet.PageNotFound : No mapping for GET /v3/api-docs
      o.s.security.web.FilterChainProxy : Securing GET /error
      o.s.security.web.FilterChainProxy : Secured GET /error

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

      Please send the code ?