Spring ResponseEntity - How to customize the response in Spring Boot

Sdílet
Vložit
  • čas přidán 15. 12. 2022
  • In this tutorial, you will learn what the ResponseEntity class is and how it can be used to customize the response in your Spring Boot application.
    🔗Resources & Links mentioned in this video:
    👋🏻Connect with me:
    Website: www.danvega.dev
    Twitter: / therealdanvega
    Github: github.com/danvega
    LinkedIn: / danvega
    Newsletter: www.danvega.dev/newsletter
    SUBSCRIBE TO MY CHANNEL: bit.ly/2re4GH0 ❤️
  • Věda a technologie

Komentáře • 40

  • @raghavanaliassaravananm1546

    Thumbs up was given at the earliest occasion - Dan, subscribed long time ago, got really the values :) Thank you for sharing the knowledge in your own unique style!!

  • @kostiantynkarzhanov9216
    @kostiantynkarzhanov9216 Před 5 měsíci

    Thank you so much! Very well explained! 💛

  • @anilkrajamoni1484
    @anilkrajamoni1484 Před rokem

    Wheww you have clear my confusion on this topic , Kudos :)

  • @ErmanUtkuavsar
    @ErmanUtkuavsar Před 4 měsíci

    Great video, some feedbacks are for you Dan -> it would be nice about talking exception handling case. When exception handling occurs, we can change the response headers accordingly so it can be better to use it. Other feedback is, it is always good to have some chapter markers; intro, problem definition example, etc..

  • @lovetyagi5266
    @lovetyagi5266 Před rokem +6

    This Type Video Tutorial is veru helpful THANKS
    ALSO make video on best practicse in spring boot

    • @DanVega
      @DanVega  Před rokem +1

      Thank you so much for the kind words!

    • @JamesStansell
      @JamesStansell Před rokem +1

      One tip: there is a short list of recommendations if you search for spring best practices openrewrite

  • @SundaresanSankaran
    @SundaresanSankaran Před rokem

    Good One, Thanks

  • @mbilal11097
    @mbilal11097 Před rokem +2

    I was finally able to understand what ResponseEntity is with your video. Thank you. By the way what theme are you using here for intellij?

  • @marouaniAymen
    @marouaniAymen Před rokem +7

    In our project, we use ResponseEntity because there is an exception handler that alters the HTTP response code (400, 500 etc...) and the error body is a uniform and known object with standard error codes and descriptions

  • @JMunkush
    @JMunkush Před rokem +1

    Nice contents . Pls dont stop to post videos Dan Vega

  • @silentsudo
    @silentsudo Před rokem

    @Dan thanks for examples, would it be a good/bad practise to wrap response alway in a Map.of("data", anyypojo") any performace impact?

  • @Rooster787
    @Rooster787 Před rokem

    I really want your bash prompt setup please. The PS1 value!!

  • @michaelcaridad2429
    @michaelcaridad2429 Před rokem +2

    Can you also return a ResponseEntity if you're using GrahphQL instead of REST?

  • @cholnhial7415
    @cholnhial7415 Před rokem

    Dan what's your terminal setup? it looks awesome 👌

  • @galaxiegalaxie5003
    @galaxiegalaxie5003 Před rokem

    thanks for awesome video,how do we create api for multipart data,form data with multiple text and multiple images, what is the best way and configuration to store images, also how do we do that in server as well?

  • @mimvt
    @mimvt Před rokem

    Hi Dan, how can I create response with some field in a object a request with some fields

  • @Basitify
    @Basitify Před rokem +2

    Any thoughts on using this responseEntity for exception handling ? Even though the response might not contain headers but there is still a possibility that down the line it could run into some exception ? And as always thanks for the informative vids keep it up

    • @DanVega
      @DanVega  Před rokem +2

      Thank you for watching and great question! When I think about exceptions these are scenarios where things went wrong. In that case I am sending the appropriate error code along with a the response details. Was something not found, send a 404. Was this a bad request, send a 400. There is also a new problem details implementation in Spring Boot 3 that lets you send more details in the error response for APIs.

  • @AhmedAli-jx9ie
    @AhmedAli-jx9ie Před rokem

    what theme do you use?

  • @tiyoo6961
    @tiyoo6961 Před rokem +1

    Could you please mention some use cases when we would want to add custom headers? Sorry if the question is stupid, I just landed my first job as a Junior 1 month ago, im kinda new.

  • @jopadjr
    @jopadjr Před rokem

    106th...Thanks Dan

  • @tolgabayrak2963
    @tolgabayrak2963 Před rokem

    Hi, can i ask you a question, i wanna be using kotlin spring boot for production and realword app, can i have a any issue in future ? Or Spring boot is a good for all solutions java ?

    • @JamesStansell
      @JamesStansell Před rokem

      I do not have any applications written in kotlin but spring has supported it for several years and I don't remember hearing any reports of production issues. Do you have any particular concerns?

  • @coddude3284
    @coddude3284 Před 10 měsíci

    how do you start server that fast sir ??

  • @jaysizmir9432
    @jaysizmir9432 Před rokem +2

    What's up Dan ?

    • @DanVega
      @DanVega  Před rokem +1

      Doing great, how about you?

    • @jaysizmir9432
      @jaysizmir9432 Před rokem +1

      @@DanVega Doing great, i have 3 weeks of holidays starting today. Thank you for all the content, see you on the next Spring Office Hours episode

  • @deepakgarg2764
    @deepakgarg2764 Před rokem +2

    which IDE areyou using ?

  • @kunalvarpe40
    @kunalvarpe40 Před rokem

    Which Theme or color scheme you are using

    • @intBRiNGER
      @intBRiNGER Před rokem

      This is New UI that available from EAP or latest updates.
      You can enable it by going to Settings -> Appearance & Behaviour -> New UI -> Enable New UI

    • @kunalvarpe40
      @kunalvarpe40 Před rokem

      @@intBRiNGER Yes I know that is new UI but on top of that the editor colors and and for is not from intellij, so I am asking this.

  • @user-gb6bm4rx1c
    @user-gb6bm4rx1c Před 5 měsíci +1

    how is he calling his API from the commandline, someone please save me.

    • @DanVega
      @DanVega  Před 5 měsíci

      You can call it using curl but i find httpie httpie.io/ to be a bit more user friendly

  • @opalev
    @opalev Před rokem

    4:36 There is no reason "/" inside @GetMapping()