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 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
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 . 💯
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?
Thank you for your great explanation but I want to ask one question please, is the Business Logic layer available in the form of APIS , or will every function in Business Logic be represented in API form or can we consider business logic layer is APIS ?
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
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..
Mam plz do this CRUD operation with Srevice class[Entity class,Extends JPA repository interface in Repository interface,Service Class,Controller] plz mam🙏 do this last time for us
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
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; }
Thank you ma'am for this amazing beginner friendly tutorial 👍
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😅
This is an amazing video for refreshing spring boot JPA concepts!!
Thank you !
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 !
you are awsome your teaching is easy and way of explanation is too good..
Glad to hear that !
Your teaching is easily understandable mam❤ Thanks for sharing
Thank you !
This is the best of best tutorial I found, you explained beautifully. Thank you,
Glad it was helpful!
Thank you so much mam. This is the best video to perform all crud operations
Thank you !
Thank you for your help, sister! I finished my first CRUD with Spring Boot with your assistance. :)
Great job! Keep Exploring more !
Thanks @SJProgram.I understood crud operations very well♥
Thank you !
You are fantastic. Your explanation style is excellent and your teaching style is simple.
Many thanks!
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 !
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 !
Nice mam i understood Rest apis clearly.
Thank you !
The best spring boot beginner course. very focused, easy to follow. Thank you so much .
Great to hear!
Thank you mam.Just completed the given task using your tutorial.
Great ! Happy to hear this.
Thank you, well explained and straight to the point!
Thank you !
Thank you Mam..... I Like Your Way of Teaching
It's my pleasure ! Keep Watching
Very very helpful and clear explanation ♥️ thank u mam
Thank you
Most underrated tutorial found in RUclips
Clearly explained as per the need of novice programmers,this level is important
Best ever video for Spring CRUD operations. Thanks mam!👍
Glad it was helpful !
Sir is this fully responsive??
@@pkmkb-69 Yes 👍
Thanks for this content mam...very useful and easy to understand step by step...got a new sub
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
Well explained lecture..Appreciated Mam..👍👍
Thank you !
Excellent performance
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 !
Nice explanation mam....extremely useful mam..
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 !
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 very much for this guide. It is easy to follow.
Thank you !
super mam ,easy understanding .
Thank you !
Wow. just amazing. what a talent you are? very thank you for sharing this video...thank you somuch
Thank you ! Keep watching
great work mam
It's my pleasure !
Thank You So Much mam for this Tutorial
Thank you!
I wasted 2 hours with name username in application properties, i thought your syntax was correct thankfully chatgpt helped.
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. Understandable explanation
You are welcome!
Awesome mam thank you so much 🎉
Verymuch helpful Thankyou
Thank you !
Nice video mam, excellent explanation
Thanks a lot !
Nicely understandable..
Glad to hear that ! 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 !
Really useful👍Thank you mam🤗
Welcome , Keep Watching 😊
Amazing Tutorial ❤
Thank you!
Good Explanation
easy to understand
Its very helpful mam thank u😇
Thank you !
Very good.
Thanks you !
Superb mam and also explain the entity mapping also
Sure I will do
amazing tutorial
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 !
Excellent madam
I have subscribe your channel.
Thank you !
Thank you soo much ,wonderful video ❤❤
Glad you liked it!
Please cover Spring boot with thymeleaf but BTW thanks for this amazing project
Ur video is superb mam...plzz connect to frontend in this project
Sure I will
Great
Best tutorial 👍🏻
Thank you !
Why didn't you create service layer
usefull
thnx a lot mam you are bedst'
After applying spring.jpa.hibernate.ddl-auto=update, my table is not updating, what should I do?
excellent video!
Thank you very much!
nice oneeee....
Thank you !
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
super
Thank you !
Thank you for clear explanation 🎉
Thank you !
i request to you please make the simple project video using spring boot
thank you so much mam
Thank you!
Thank you ma'am ❤
Most welcome 😊 Keep Watching !
Thank you. Very well explanation. Which software and microphone do you use for recording?
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?
Mam when we delete a record ,id number also deleted then after getting student list ,it is not in order .
Thank you for your great explanation but I want to ask one question please, is the Business Logic layer available in the form of APIS , or will every function in Business Logic be represented in API form or can we consider business logic layer is APIS ?
Yes, business logic will be written in service layer
Thanks a lot
Thank you !
Thanks mam
i phasing j.LocalContainerEntityManagerFactoryBean this error mam
53:40 are you kidding why would someone update data from code ? it needs to be updated from client side
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
Which ide you are using in the video?
STS
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
i am getting empty student JSON [{},{}]values from the database
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 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..
❤❤
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
Thank you ❤❤❤
Keep watching!
I am not able to connect to mysql
How to use PATCH method mam
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 !
Guys in this video which one is api?
Driver class in application property not mentioned thats why project not run
how can go jparepository inside explain please
will create one video to ecplaine this flow internally
why you have not created service
Mam plz do this CRUD operation with Srevice class[Entity class,Extends JPA repository interface in Repository interface,Service Class,Controller] plz mam🙏 do this last time for us
Which MySQL software are you using
MySql workbench
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
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;
}
Mam why you did not use service layer here?
We can add service layer , Thank you !
Which mysql version you are using?
MySql 8.0