Thanks a ton brother. very nice and crisp explanation. loved it.😇
@unitedtoptech6288 Жыл бұрын
Glad you liked it!! welcome
@palashdhawale7147 Жыл бұрын
Sir my save method is not working in post man it is not entering data in the databases what should i do?
@unitedtoptech6288 Жыл бұрын
Are you getting any errors in console? check if you have the right variable names and annotations
@nightingale18024 күн бұрын
@@unitedtoptech6288 Even I have this issue, only primary keys are there in DB but other fields are saved as null whenever I'm doing post operation. In logs I geting this, wondering if its causing the issue Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 8.0.33 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown
@unitedtoptech628824 күн бұрын
These are not the logs , can u check the error ones or paste your code?
@nightingale18023 күн бұрын
@@unitedtoptech6288 actually it was an issue related to Lombok @Data annotation wasn't working as expected
@unitedtoptech628823 күн бұрын
cool, so you have solved it?
@killerdude66567 ай бұрын
clearly understood sir🙇♂🙇♂,Thank u so muchh
@unitedtoptech62887 ай бұрын
Glad to hear that sir
@nishantchowdhury43507 ай бұрын
it says setMark and getId are undefined functions??
@unitedtoptech62887 ай бұрын
Check your model if you have the right annotations
@ndujamz Жыл бұрын
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?
@unitedtoptech6288 Жыл бұрын
You want me to do that?
@archanagowda352111 ай бұрын
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.
@unitedtoptech628811 ай бұрын
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