spring boot with swagger

Sdílet
Vložit
  • čas přidán 26. 01. 2018
  • How to generate Documentation of our Rest API using swagger
    GitHub : github.com/Java-Techie-jt/spr...
    Facebook Group: / 91946. .
    Social Web: srimanjavagroup.com/

Komentáře • 56

  • @mitulvaghela906
    @mitulvaghela906 Před 3 lety +2

    You made this look so effortless!

  • @jogeshwarghosh5722
    @jogeshwarghosh5722 Před 3 lety +2

    Thanks a lot for posting these videos. These are really very helpful.

  • @mohantalachutla6834
    @mohantalachutla6834 Před 3 lety +5

    Great tutorial. Keep up the good work. 👍
    .
    .
    Real swagger code starts from 17:00

  • @rainyroad87
    @rainyroad87 Před 5 lety +2

    Thank you so much for the good and simple guide.
    Please make another guide as chapter 2 which contains following:
    1.Use your BookService API to integrate towards another API or a back-end service.
    2. Generate a data model (Client for the service you integrate towards) from a WSDL or JSON file.
    3. Create mapper classes to map you Request/Response with the generated data model.
    4. When you try a get request, your api will also send the request to another system to fetch data and present the response which you get from the back-end system.
    Thank you again
    Best regards

    • @Javatechie
      @Javatechie  Před 5 lety

      This you are telling to prepare video on webservice provider and consumer right ?

  • @saurabhsuman4960
    @saurabhsuman4960 Před 5 lety +7

    Thanks for the video. Please note that sound is very low. With full bass of my speaker.. I am able to hear with 90% clarity.

    • @Javatechie
      @Javatechie  Před 5 lety +4

      Yes boss these are initial video when I started my CZcams ,going forward other videos have bit clarity than old one .

    • @swatipandey3942
      @swatipandey3942 Před rokem +1

      yes volume is too low.

  • @ranjandas7891
    @ranjandas7891 Před 4 lety +1

    My brother super keep it up⬆

  • @Broadway1982
    @Broadway1982 Před 5 lety +1

    awesome bro!!

  • @himalbajgain2280
    @himalbajgain2280 Před rokem +1

    Outstanding tutorial.

  • @akashtawade9264
    @akashtawade9264 Před 2 lety +1

    Excellent sir 🔥

  • @neha6000
    @neha6000 Před 6 lety +1

    thanks concept clear

  • @narendrakumariitb
    @narendrakumariitb Před 3 lety +1

    Thank you so much.

  • @santoshkamat6132
    @santoshkamat6132 Před 3 lety +1

    fantastic :)

  • @mahender2029
    @mahender2029 Před 5 lety +1

    Nice exaplanation bro

  • @rajrathod13714
    @rajrathod13714 Před 6 lety +1

    thanks basant sir

  • @mayanksen7476
    @mayanksen7476 Před 3 lety +1

    thank you sir

  • @santhoshprabhunandikolmath8325

    Really nice...make proper list of videos in playlist....

  • @travel_with_sourav
    @travel_with_sourav Před 2 lety

    My requestmodel class extenda some other baseclass and that is why in swagger ui request the whole request parameters of both classed are shown....Hi basant, how can I handle this? I want only the parent class request params to be shown

  • @eshwarchandrabiswal2299
    @eshwarchandrabiswal2299 Před 6 lety +1

    thank u

  • @ameerm7894
    @ameerm7894 Před 3 lety +1

    Good

  • @sushilrajbhar9638
    @sushilrajbhar9638 Před 4 lety

    How can i configure swagger with spring rest (without springboot)?

  • @harishpavant
    @harishpavant Před rokem +1

    does the same process works for the jersey implementation as well. Thanks!

    • @Javatechie
      @Javatechie  Před rokem

      Yes but some configuration changes required

  • @pranoydas9654
    @pranoydas9654 Před 11 měsíci

    How to make mandatory field? And if you have multiple controller package then how will we configure?

  • @devil3264
    @devil3264 Před 4 lety

    Sir, how we configure Swagger to Authorize JWT token

  • @Crinjaandi
    @Crinjaandi Před rokem +1

    Bro by using swagger can we perform more custom opertaions other than CRUD(create,read,update,delete). Please help me anyone i have an important assesment for my placement this week . I think by using swagger we can only perform create delete update read

  • @pratikbondarkar5128
    @pratikbondarkar5128 Před rokem +1

    🙏🙏🙏

  • @sahanas1868
    @sahanas1868 Před rokem +1

    What is the use of termsOfServiceUrl, license and licenseUrl, and is it mandatory to be used in the code?

  • @akankshashivhare4573
    @akankshashivhare4573 Před 2 lety +1

    Why do we have interface for dao in service layer?

    • @Javatechie
      @Javatechie  Před 2 lety

      It's good practice to follow , you can have multiple dao implementation class

  • @girishchaudhari4668
    @girishchaudhari4668 Před 2 lety +1

    Thanks for this video, but just to say voice is very low please increse it.

    • @Javatechie
      @Javatechie  Před 2 lety +1

      Yes I agreed because This is too old videos buddy

  • @anitahcu
    @anitahcu Před rokem +1

    good explanion,but please speak loudly ,difficult to hear

  • @TheGreenArrow
    @TheGreenArrow Před 4 lety

    public String saveBook(Book book) {
    repository.save(book);
    return "book save dwith id " + book.getBookId();
    }
    book.getBookId--error (Showing create method in Book.java

    • @Javatechie
      @Javatechie  Před 4 lety

      Please configure lombok in your IDE (eclipse/intellij) if not write getter setter manually

  • @vasanthasetty4002
    @vasanthasetty4002 Před 4 lety +3

    Sound is very very low

    • @Javatechie
      @Javatechie  Před 4 lety +1

      Yes setty this is my initial video please check my open API tutorial that will help you to get better knowledge on documentation

  • @-BShantharaj
    @-BShantharaj Před rokem

    In @Api(value = "Book Service", description= "something")
    Value specifies wt

    • @-BShantharaj
      @-BShantharaj Před rokem

      In documentation, description attribute is reflected. But where the value attribute is ? And wt does it mean?

  • @viswanathreddy4790
    @viswanathreddy4790 Před rokem +1

    Voice is tooo low... Please post again with better voice

    • @Javatechie
      @Javatechie  Před rokem

      This too old video buddy please check my open api specifications video

  • @zabiralam6020
    @zabiralam6020 Před 6 lety +1

    Please upload code in group. because same code is not working in my System

    • @Javatechie
      @Javatechie  Před 6 lety

      Hi Zabir , can you please tell me your issue so that i can help you out , in this video description you can find git link please check on that if still issue then let me know

    • @zabiralam6020
      @zabiralam6020 Před 6 lety +1

      Exception in thread "main" java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:/C:/Users/alam/.m2/repository/io/springfox/springfox-swagger-ui/2.7.0/springfox-swagger-ui-2.7.0.jar
      at org.springframework.boot.devtools.restart.ChangeableUrls.getUrlsFromClassPathOfJarManifestIfPossible(ChangeableUrls.ja

    • @Javatechie
      @Javatechie  Před 6 lety

      As you are running on debug mode so you are getting this , just ignore it and try else remove devtools dependency from pom.xml

    • @zabiralam6020
      @zabiralam6020 Před 6 lety +1

      now running after delete dependency from .m2 folder and again install maven then it is working. Thank you

  • @kajaraja100
    @kajaraja100 Před 2 měsíci +1

    Sound Quality is not good

    • @Javatechie
      @Javatechie  Před 2 měsíci

      Agree this is too old video please check the open api video

  • @benjaminfrank9166
    @benjaminfrank9166 Před rokem

    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.