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

Поделиться
HTML-код
  • Опубликовано: 6 май 2023
  • 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 Месяц назад

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

  • @sathya8242
    @sathya8242 10 месяцев назад

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

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

  • @shubhamakade5016
    @shubhamakade5016 3 месяца назад

    Thank you sir

  • @palashdhawale7147
    @palashdhawale7147 7 месяцев назад +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  7 месяцев назад

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

  • @archanagowda3521
    @archanagowda3521 5 месяцев назад

    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  5 месяцев назад

      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 Месяц назад

    it says setMark and getId are undefined functions??