Thank you so much mam for this valuable tutorial.... I heartly appreciate your effort to make this one and convert it hardest to very simple😊I have cleared each and every point of rest api from this tutorial...really your teaching technique is awesome....thanks again❤😊
This video is so helpful and understandable , the institute sir made it complex ,so while searching other source got this video and made simple of learning . 💯
Thanks madam for a wonderful video. Really simply super explanation . This is the best video guys those who want to learn CRUD operation and want to build an basic project on how Spring Boot , MySql and Postman . Highly recommended guys. Mam teaches everything from basic. which can be understood by everyone. Thanks a lot madam
banging the head for CRUD API's🥵, literally i faced many errors while API calling, but this video solves my all errors in just one shot😱. Thanks for the video☺
excellent video mam.i am a beginner and it is very useful mam..as mentioned in the comment if possible connect with front end and show us a demo video mam
Awesome video madam, thanks a lot really appreciate it, you've made lot of things simpler that I was struggling to understand. Just 1 question, how do I connect mySql with IntelliJ community?
video in 38mint 14 sec r u using on local variable but in my project not came in suggestion how can transfer in local variable please give me suggestion
how can we make update data records in post man like provide data while add the students and one more thing is update data can do any field like if one student name mistake we need to change or marks only need to change only give those information which we need to update can you teach how to achieve this
may be your application is running on 8080 port already , so stop the application and rerun or in application.properties add different server port this way , server.port=8089
Suppose you want to get data based in name then you have to create a method like findByName() in repository. Now by using this method you can get the data easily by passing name..
You can use @RequestBody annotation and pass the Student object in request body itself with updated data. you can refer below code @PutMapping("/student/update") public Student updateStudent(@RequestBody Student student) { repo.save(student); return student; }
Great! No Docker stuff, no MySQL running inside Docker, no Lombok, no Thymeleaf distractions, just nice, clean and simple!
Thank you !
Lombok is needed I guess, it would be more nicer😅
Thank you ma'am for this amazing beginner friendly tutorial 👍
This is an amazing video for refreshing spring boot JPA concepts!!
Thank you !
Thank you for your help, sister! I finished my first CRUD with Spring Boot with your assistance. :)
Great job! Keep Exploring more !
Thank you so much mam for this valuable tutorial.... I heartly appreciate your effort to make this one and convert it hardest to very simple😊I have cleared each and every point of rest api from this tutorial...really your teaching technique is awesome....thanks again❤😊
Thanks you !
This is the best of best tutorial I found, you explained beautifully. Thank you,
Glad it was helpful!
you are awsome your teaching is easy and way of explanation is too good..
Glad to hear that !
Well explained lecture..Appreciated Mam..👍👍
Thank you !
Your teaching is easily understandable mam❤ Thanks for sharing
Thank you !
This video is so helpful and understandable , the institute sir made it complex ,so while searching other source got this video and made simple of learning . 💯
Thank you !
Thanks madam for a wonderful video. Really simply super explanation . This is the best video guys those who want to learn CRUD operation and want to build an basic project on how Spring Boot , MySql and Postman . Highly recommended guys. Mam teaches everything from basic. which can be understood by everyone. Thanks a lot madam
Thank you !
Thank you mam.Just completed the given task using your tutorial.
Great ! Happy to hear this.
You are fantastic. Your explanation style is excellent and your teaching style is simple.
Many thanks!
Best ever video for Spring CRUD operations. Thanks mam!👍
Glad it was helpful !
Sir is this fully responsive??
@@pkmkb-69 Yes 👍
Thank you so much mam. This is the best video to perform all crud operations
Thank you !
Most underrated tutorial found in UA-cam
Clearly explained as per the need of novice programmers,this level is important
Excellent performance
Thank you !
banging the head for CRUD API's🥵, literally i faced many errors while API calling, but this video solves my all errors in just one shot😱. Thanks for the video☺
Thank you !
The best spring boot beginner course. very focused, easy to follow. Thank you so much .
Great to hear!
Nice mam i understood Rest apis clearly.
Thank you !
Very very helpful and clear explanation ♥️ thank u mam
Thank you
Thank you ma'am,The best tutorial I found and you explained it very well------>explanation is too good...ma'ma Everyone can understand easily.
Thank you !
Thank you Mam..... I Like Your Way of Teaching
It's my pleasure ! Keep Watching
Nice explanation mam....extremely useful mam..
Thank you !
Thanks for this content very usefull and easy to understand step by step
Glad you liked it !
@@SJProgrammingSolutionsspring boot MVC spring boot security spring data jpa and spring boot rest meda mini project emanna cheychu kada
Wow. just amazing. what a talent you are? very thank you for sharing this video...thank you somuch
Thank you ! Keep watching
Thank you, well explained and straight to the point!
Thank you !
super video for a fresher
Thank you !
i am very happy ma'am you are great your understanding techniques is too good
Glad to hear that !
Nice explanation & thanq so much....😊
How can i install spring boot
do you want to install STS IDE ?
Thank you !
@@SJProgrammingSolutions I want to learn spring boot from the base it self
Thank You mam for this easy to understand video, it was a great help for me to make my beginner projects.
Thank you !
Thank you. Understandable explanation
You are welcome!
Amazing Tutorial ❤
Thank you!
super mam ,easy understanding .
Thank you !
Nice video mam, excellent explanation
Thanks a lot !
Verymuch helpful Thankyou
Thank you !
great work mam
It's my pleasure !
Nicely understandable..
Glad to hear that ! Thank you !
Really useful👍Thank you mam🤗
Welcome , Keep Watching 😊
Good Explanation
Superb mam and also explain the entity mapping also
Sure I will do
Thanks for this content mam...very useful and easy to understand step by step...got a new sub
Thank you !
amazing tutorial
Thank you !
Excellent madam
I have subscribe your channel.
Thank you !
excellent video mam.i am a beginner and it is very useful mam..as mentioned in the comment if possible connect with front end and show us a demo video mam
Thank you !
Ur video is superb mam...plzz connect to frontend in this project
Sure I will
easy to understand
Its very helpful mam thank u😇
Thank you !
Please cover Spring boot with thymeleaf but BTW thanks for this amazing project
Thank you soo much ,wonderful video ❤❤
Glad you liked it!
Best tutorial 👍🏻
Thank you !
Very good.
Thanks you !
Great
usefull
nice oneeee....
Thank you !
Thank you for clear explanation 🎉
Thank you !
excellent video!
Thank you very much!
thnx a lot mam you are bedst'
Why didn't you create service layer
i request to you please make the simple project video using spring boot
After applying spring.jpa.hibernate.ddl-auto=update, my table is not updating, what should I do?
Thank you. Very well explanation. Which software and microphone do you use for recording?
super
Thank you !
Awesome video madam, thanks a lot really appreciate it, you've made lot of things simpler that I was struggling to understand. Just 1 question, how do I connect mySql with IntelliJ community?
thank you so much mam
Thank you!
Thanks a lot
Thank you !
Thank you ma'am ❤
Most welcome 😊 Keep Watching !
hi mam spring boot and microservices concepts and project
Mam when we delete a record ,id number also deleted then after getting student list ,it is not in order .
why you have not created service
i phasing j.LocalContainerEntityManagerFactoryBean this error mam
Which ide you are using in the video?
STS
Driver class in application property not mentioned thats why project not run
i am getting empty student JSON [{},{}]values from the database
Which MySQL software are you using
MySql workbench
Mam if it is possible please make a vedio on restful API consumer application and provider application
Sure, Thank you !
Thank you ❤❤❤
Keep watching!
video in 38mint 14 sec r u using on local variable but in my project not came in suggestion how can transfer in local variable please give me suggestion
Right click and there will be option " show context option " click on that then you will get assign local variable option
@@SJProgrammingSolutions please clear it how can came local variable option
how can we make update data records in post man like provide data while add the students
and one more thing is update data can do any field like if one student name mistake we need to change or marks only need to change only give those information which we need to update can you teach how to achieve this
Sure , will make video to explaine this
Response entity crud
Mam, Why did you hard coded a value in put mapping....can we pass via Postman?
yes we can pass in postman also
@@SJProgrammingSolutions how
@@suraj17_17 in the request body you can pass
I am getting WhitaLable error in browser and SErver port 8080 already in use from console
give me solution
may be your application is running on 8080 port already , so stop the application and rerun or in application.properties add different server port this way , server.port=8089
how can go jparepository inside explain please
will create one video to ecplaine this flow internally
How to retrive data using some string value instead of integer id?
Suppose you want to get data based in name then you have to create a method like findByName() in repository. Now by using this method you can get the data easily by passing name..
I'm doing same but table not creating in MySQL databases.. why? Can you guide
In application.properties file you need to add ddl auto as create and in entity class you need to add annotation @Entity
@@SJProgrammingSolutions I have already added but still not generating table
@@vlogskiduniya_official schema is already there I'm your sql ?
If the issue is not resolved please share your project on sjprogrammingsolutions@gmail.com
@@SJProgrammingSolutions ok thanks
mam why we haven't use service layer in this project
just for the simplicity I had not added service layer but you can add a service layer as it's good programming practice. Thank you !
❤❤
53:40 are you kidding why would someone update data from code ? it needs to be updated from client side
Which mysql version you are using?
MySql 8.0
I am not able to connect to mysql
How to update row by entering data in response body itself rather than in controller method
You can use @RequestBody annotation and pass the Student object in request body itself with updated data. you can refer below code @PutMapping("/student/update")
public Student updateStudent(@RequestBody Student student) {
repo.save(student);
return student;
}
Hello why I got Exception during pool initialisation at 21:41 though my surname password of MySql is same
What is the exception ?
@@SJProgrammingSolutions Exception during pool initialisation
@@sahilk6928 in application properties spring.datasource.name to spring.datasource.username
ma'am plz clear update mapping
Mam why you did not use service layer here?
We can add service layer , Thank you !
How to provide update details in the body?/
yusing @RequestBody Annotation you can pass the details in body
My table is droped how can solve this problem
Make spring.jpa.hibernate.ddl-auto=update then table will not drop
hlo mam can you send extracted folder of sts tool pls mam it help me lot's
You directly download from internet
Where is service class and why some developers using service class for this same program
Service layer was not created for this project but you can create it
mam hibernate error is coming give me soloution tommorow is my exam
What is the error can you share on sjprogrammingsolutions@gmail.com
how to add frontend
You can use React or Angular