UPDATE data in Mysql database using Spring Boot and Postman tutorial | REST API

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • How to perform update or put operation by using id in mysql database in rest api using spring boot and postman is shown
    #restapi #mysql #springboot

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

  • @killerdude6656
    @killerdude6656 3 หลายเดือนก่อน

    clearly understood sir🙇‍♂🙇‍♂,Thank u so muchh

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

    Your tutorials have helped me so much...I'm very new to springboot. I did it, it works like a charm. I can now do Create, Insert (POST), Select(GET), Delete (DEL) Update(PUT) with Spring boot. Can we do where we execute or call a procedure and pass parameters to MYSQL?

  • @palashdhawale7147
    @palashdhawale7147 9 หลายเดือนก่อน +1

    Sir my save method is not working in post man it is not entering data in the databases
    what should i do?

    • @unitedtoptech6288
      @unitedtoptech6288  9 หลายเดือนก่อน

      Are you getting any errors in console? check if you have the right variable names and annotations

  • @sathya8242
    @sathya8242 11 หลายเดือนก่อน

    Thanks a ton brother.
    very nice and crisp explanation.
    loved it.😇

  • @shubhamakade5016
    @shubhamakade5016 5 หลายเดือนก่อน

    Thank you sir

  • @archanagowda3521
    @archanagowda3521 6 หลายเดือนก่อน

    How to update Name only other will be same .In json we have to pass only name value.Can you please tell me how to do this.

    • @unitedtoptech6288
      @unitedtoptech6288  6 หลายเดือนก่อน

      You need to pass the id and name from postman and inside the controller function after finding by id , set the new name and also u need to set the other old variable values before saving

  • @nishantchowdhury4350
    @nishantchowdhury4350 2 หลายเดือนก่อน

    it says setMark and getId are undefined functions??

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      Check your model if you have the right annotations