Spring ResponseEntity - How to customize the response in Spring Boot

Ғылым және технология

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 ❤️

Пікірлер: 40

  • @raghavanaliassaravananm1546
    @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
    @kostiantynkarzhanov92165 ай бұрын

    Thank you so much! Very well explained! 💛

  • @anilkrajamoni1484
    @anilkrajamoni1484 Жыл бұрын

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

  • @mbilal11097
    @mbilal11097 Жыл бұрын

    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?

  • @SundaresanSankaran
    @SundaresanSankaran Жыл бұрын

    Good One, Thanks

  • @ErmanUtkuavsar
    @ErmanUtkuavsar4 ай бұрын

    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 Жыл бұрын

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

  • @DanVega

    @DanVega

    Жыл бұрын

    Thank you so much for the kind words!

  • @JamesStansell

    @JamesStansell

    Жыл бұрын

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

  • @marouaniAymen
    @marouaniAymen Жыл бұрын

    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

  • @DemirYumrukk

    @DemirYumrukk

    4 ай бұрын

    now that makes sense

  • @silentsudo
    @silentsudo Жыл бұрын

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

  • @cholnhial7415
    @cholnhial7415 Жыл бұрын

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

  • @galaxiegalaxie5003
    @galaxiegalaxie5003 Жыл бұрын

    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?

  • @Rooster787
    @Rooster787 Жыл бұрын

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

  • @JMunkush
    @JMunkush Жыл бұрын

    Nice contents . Pls dont stop to post videos Dan Vega

  • @michaelcaridad2429
    @michaelcaridad2429 Жыл бұрын

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

  • @Basitify
    @Basitify Жыл бұрын

    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

    Жыл бұрын

    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.

  • @mimvt
    @mimvt Жыл бұрын

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

  • @tiyoo6961
    @tiyoo6961 Жыл бұрын

    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.

  • @coddude3284

    @coddude3284

    10 ай бұрын

    token

  • @AhmedAli-jx9ie
    @AhmedAli-jx9ie Жыл бұрын

    what theme do you use?

  • @tolgabayrak2963
    @tolgabayrak2963 Жыл бұрын

    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

    Жыл бұрын

    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?

  • @deepakgarg2764
    @deepakgarg2764 Жыл бұрын

    which IDE areyou using ?

  • @jaysizmir9432

    @jaysizmir9432

    Жыл бұрын

    It's the new version of IntelliJ, which has a new UI

  • @danjanuspineda4330

    @danjanuspineda4330

    Жыл бұрын

    @@jaysizmir9432 what is the ui called?

  • @coddude3284
    @coddude328410 ай бұрын

    how do you start server that fast sir ??

  • @jopadjr
    @jopadjr Жыл бұрын

    106th...Thanks Dan

  • @jaysizmir9432
    @jaysizmir9432 Жыл бұрын

    What's up Dan ?

  • @DanVega

    @DanVega

    Жыл бұрын

    Doing great, how about you?

  • @jaysizmir9432

    @jaysizmir9432

    Жыл бұрын

    @@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

  • @kunalvarpe40
    @kunalvarpe40 Жыл бұрын

    Which Theme or color scheme you are using

  • @intBRiNGER

    @intBRiNGER

    Жыл бұрын

    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

    Жыл бұрын

    @@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-gb6bm4rx1c5 ай бұрын

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

  • @DanVega

    @DanVega

    5 ай бұрын

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

  • @opalev
    @opalev Жыл бұрын

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

Келесі