Spring MVC - 9. CRUD [Update]

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 6

  • @ecomasterster
    @ecomasterster ปีที่แล้ว +1

    you made my day dude with such a great guide

  • @hamzaazeem4602
    @hamzaazeem4602 ปีที่แล้ว

    Hello Teddy, Great content!

  • @МагестЛоил
    @МагестЛоил ปีที่แล้ว +2

    You had to show that you have an ID in your database called ClubID. I created just the id field by instinct and then for a long time I could not fix the 400 and 500 errors. But anyway, thanks for the practical work, because in theory I can’t learn the spring.

  • @legendtony9098
    @legendtony9098 ปีที่แล้ว

    Please more explanations on why somethings you added will be really great.

  • @cjames7958
    @cjames7958 ปีที่แล้ว

    I got an error when following this unfortunately, as I think you've used the mapToClubDTO() method in the updateClub() method instead of mapToClub(). As my clubDTO and club objects aren't exactly the same its caused a problem :(