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

preview_player
Показать описание
How to perform post operation to input data into mysql database in rest api using spring boot and postman is shown

#restapi #mysql #springboot
Рекомендации по теме
Комментарии
Автор

Was going through so many tutorials but yet this was the successful one. Great One!!!

mohomedrimzan
Автор

Your doing a good job and Straight to the point. 🎉 And thats a "PascalCase" Not a "camelCase".❤

vishwaravi
Автор

Thank you very much Brother, i m new to this coding, So Your videos would have helped me a lot to understand simply, Really appreciate your efforts🤩👍

anithkumar
Автор

Application runs fine but im not getting response in the postman, though the status is 200ok. this is my post request {
"marks":100,
"name":"Penny"
}
its my response: {}
null values with random id are getting inserted into database. whats wrong? any idea!

pennyansa
Автор

DO we need to write the MySQL code in prior or not needed, pls help here - The one with creating newDB and all in MySQL

telugudramaworld
Автор

Hi, im having a problem with starting an application it throws:
"Field studentRepository in required a bean of type that could not be found."
Thought it might happen because there's no @Repository annotation but adding it didn't help.
Also the informations about creating the table in run console do not appear, i have
spring.jpa.show-sql=true and spring.jpa.generate-ddl=true in my aplication properties

ArthurCnap
Автор

Thank you sir, i have problem after the post and get my data is not reflecting in mysql workbench, please help me

siddhishinde
Автор

I didnt understand how you created the postman. Like how can you please tell? its not mentioned in the video

SyedWaseem-rf
Автор

do you have this on some github repository??

NikitaLazaroSevcisen
Автор

When iam posting json body one of the data is being stored as null in database

Strawhat-luib
Автор

I am getting MySQL8 dialect has been deprecated..could you please help ?

gk
Автор

Hi! thanks for the video, very helpfull.
when using postman, I am getting a 500 error, seems like a problem with data base... because if Iam just returning a string there is not an error and if trying update data base - error. if someone knows what can i do

MichalFogel-tp
Автор

I am getting error as 401 unauthorised while i am posting a request

KSsistersTalents
Автор

As you didn't mention anything about postman, could you please tell me regarding what i should do in postman?I have to idea what url should I type or the localhost.

numzikshiuaxing
Автор

Sir I send request post and getting output as empty object

_KrishnaMoorthyR
Автор

how to delete the data from Querry through this program

shreyamarya
Автор

Hi Through postman I am getting response empty { } and rows are inserting in db as :


| id | st_mark | name |

| 1 | 0 | NULL |



Please help! Thanks in advance

charubabbar