Next recommended tutorial - Pagination and Sorting with Spring Boot, ThymeLeaf, Spring Data JPA, Hibernate, MySQL at ruclips.net/video/Aie8n12EFQc/видео.html
17:00 Repo creation 17:38 Service interface creation - also Calls method 18:50 ServiceImpl class creation (implements Service interface - need to annotate @Service at class level) 21:18 Controller creation 24:34 Thymeleaf for index html page (should be located in src/main/resources/templates) 32:12 new Service interface method addition
Thank you so much Ramesh ji. Just now I finished this project. Update and delete function works fine. But I had a white label error page while adding employee. I resolved it by giving AI(auto increment) option to the ID(i.e.primary key) in MySQL workbench. Then again i run my spring boot project and now i can able to add the employees in webpage. Those who are facing the difficulty while adding employees in your project, make a change in ID by giving auto increment.
Hi Ramesh, Nice video. I just finished to getall employees list. FYI-I am trying to use MSSql and was able to connect to the SQL server, JDK 11 and retrieve data only after I set the employee properties to public instead of private. And for Add-new-employee.html th:field is not recognized. Use attribute name="firstName"...and worked
Thank you so much for your efforts! Very good tutorial. Thanks for tutorial divided by parts, because its lot better to see a result after adding each feature!
This is very useful to me. My project is running on spring boot. I have no idea about spring boot. Now u've cleared my doubt. So, plz send me this video.
Hello Thanks for this video. I have created this application but as I am trying to update the employee It is adding one more employee in the employee list rather than updating the previous one .
Sir program was run sucessful... But I have one small doubt please clarify my doubt.. At 24:44 you pasted some code .. on that code employee is where it is come from please say...
Free course - Angular + Spring Boot CRUD Full Stack Application at ruclips.net/p/PLGRDMO4rOGcNzi3CpBWsCdQSzbjdWWy-f Free Course - ReactJS + Spring Boot CRUD Full Stack Application at ruclips.net/p/PLGRDMO4rOGcNLnW1L2vgsExTBg-VPoZHr
for people getting error in hibernate because you are using MySql 8 try this spring.jpa.properties.hibernate.dialect = org.hibernate.MySQL8Dialect in application.properties
I have created the demo table in MySql Workbench, but in my Employee.java class under model, if I hover over "@Table(name = "employees)" it says "Cannot resolve table 'employees'", do we have to create the table first in MySql? I don't know what I doing wrong. While i run my application on Intellij, I get this error Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-03-15 10:52:54.020 ERROR 6664 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed
This is a good tutorial , I followed it but i am getting the following error Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Wed Jul 22 20:39:03 CAT 2020 There was an unexpected error (type=Bad Request, status=400). form the console , the error is described as follows Resolved [org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'long'; nested exception is java.lang.NumberFormatException: For input string: "saveEmployee"] how can i resolve it
Hello! I followed your tutorial step by step but spring boot doesnt seem to fetch the data entries of the mysql table..It just loads the index.html without data! Thanks
Hi, for my sake please make more videos on Springboot, Rest, Angular, SpringMVC, Java-Lambda, and other concepts on Java with easy-explanation with time-to-time notion.
hi i have a problem to run the the app "Identify and stop the process that's listening on port 8080 or configure this application to listen on another port." i changed the web server port to 80 but always not running any idea please ?
My view resolver is not working I don't know why I have the thymleaf dependency in pom (I had forgot to add it while creation of the project, So added later in pom.xml)
Hi. This video has been very helpful. Is there any way to use Postman for API manipulation from this application? I want to hit my CRUD services via POSTMAN. How can I do this?
would be nice if he would scroll to the right on his application.properties so we can see all that is typed on the first line, since he isn't wrapping his text to make it all visible.
Next recommended tutorial - Pagination and Sorting with Spring Boot, ThymeLeaf, Spring Data JPA, Hibernate, MySQL at ruclips.net/video/Aie8n12EFQc/видео.html
Hello Java Guides, on updating the employees a new employee is being added instead of updating the old one. Where might be the problem please?
Bro data is not saving when I enter localhost:8080
@@snex-techprogrammer5110 Yes Update is not working it is just adding a new employee instead
instablaster...
I am getting error during template parsing(template:"class path resource)
It work properly without any issue. Finally got an appropriate tutorial.
17:00 Repo creation
17:38 Service interface creation - also Calls method
18:50 ServiceImpl class creation (implements Service interface - need to annotate @Service at class level)
21:18 Controller creation
24:34 Thymeleaf for index html page (should be located in src/main/resources/templates)
32:12 new Service interface method addition
Mr.Ramesh You are a rock man.. Seriously.
One of the best CRUD tutorial out there. Thanks a lot Sir !!
Thank you so much Ramesh ji. Just now I finished this project. Update and delete function works fine. But I had a white label error page while adding employee. I resolved it by giving AI(auto increment) option to the ID(i.e.primary key) in MySQL workbench. Then again i run my spring boot project and now i can able to add the employees in webpage. Those who are facing the difficulty while adding employees in your project, make a change in ID by giving auto increment.
This was a great tutorial.Straight to the point with good examples to learn from. Love from Texas
hello can you share a git hub link for this project
Hi Ramesh, Nice video. I just finished to getall employees list. FYI-I am trying to use MSSql and was able to connect to the SQL server, JDK 11 and retrieve data only after I set the employee properties to public instead of private. And for Add-new-employee.html th:field is not recognized. Use attribute name="firstName"...and worked
Amazing tutorial, thanks so much. The step by step explanations were much appreciated, and now I understand this a lot better! Thanks again so much!
Really useful content . Good job. the best part is no unwanted discussion .
Thank you so much sir...i just did this project and it worked..tons of thanks for boosting my confidance
Thank you so much for your efforts! Very good tutorial. Thanks for tutorial divided by parts, because its lot better to see a result after adding each feature!
This is very useful to me. My project is running on spring boot. I have no idea about spring boot. Now u've cleared my doubt. So, plz send me this video.
wdym send me this video? :)
Bro thanks a lot. You just made my day. I fully understand the process and how to create, save, update and delete an employee.
I don't know why I laughed so much when he added John Cena as the employer. Lol. Anyways great tutorial!!
You cannot see him, but you can email him
I found this tutorial extremely helpful in my work.
Finally found the best video , thank you so much sir
tks for this tutorial.This help me a lot in my next exam
Thank you so very much for this video. You earn my subscription
Thank you a lot! I made awesome things thanks to your videos
Great content & clear explanation in such a short time...!!!
Excellent!!! Tutorial buddy! Thank you so much. You are the perfect mentor.
My pleasure!
@@JavaGuides bro data is not saving from SQL to dashboard
Nice tutorial! Thank you for your efforts to put all basics all together.
very nice and well-arranged tutorials, from Egypt too many thanks bro.
At 28:44, when I refresh, the data I just entered does not show up. Any suggestions?
I'm also facing that issue, would you resolved?
@@jenithaj278 me too. Did you fixed that?
Fantastic tutorial. Greetings from Poland.
Good job, your channel helps me learn a lot.
Thanks man.
Hi here at 13:57 u have created entity. I am unable to do that.please help.me
Hello Thanks for this video. I have created this application but as I am trying to update the employee It is adding one more employee in the employee list rather than updating the previous one .
Best intructor !!! I love you
Great video with very clear explanations! Thank you.
Thnx so much sir for the video I was easily able to understand everything pls tell how much time is needed to learn JavaScript and angular js
Nice tutorial ..good job🇵🇭🇵🇭🇵🇭😍😍😍
Hi Sir Thank you so much for this tutorial, it helped me a lot
Thanks for this very good video, I was able to solve my problem with it (y)
My data has been not saving from SQL to dashboard sir what 2 do
excellent... but can you make with IntelliJ ?
Thank you for taking your time to make this great tutorial and educate us! You have earnt my subscribe
sir at 11:40 from where u get all these properties and url link ?
please help i'am stuck in that portion.
wow😎😎, amazing tutorial got some good hands-on practice, thankyou so much for the efforts you have to put in to make this video.
Glad you liked it!
Thanks dear, its very usefull topic. tutorial explainig also very clear.. again tanks..
Sir program was run sucessful...
But I have one small doubt please clarify my doubt.. At 24:44 you pasted some code .. on that code employee is where it is come from please say...
You can get code from my blog or GitHub repository. Link in the video description
my data has not been saving from mysql to dashboard what to do?
You are really awesome bro 😌Thank you for your tutorials. Appreciated 🙏❤️Keep uploading videos, it's really easy to understand.
Great tutorial, Thank you
Free course - Angular + Spring Boot CRUD Full Stack Application at ruclips.net/p/PLGRDMO4rOGcNzi3CpBWsCdQSzbjdWWy-f
Free Course - ReactJS + Spring Boot CRUD Full Stack Application
at ruclips.net/p/PLGRDMO4rOGcNLnW1L2vgsExTBg-VPoZHr
for people getting error in hibernate because you are using MySql 8
try this
spring.jpa.properties.hibernate.dialect = org.hibernate.MySQL8Dialect
in application.properties
how and from where do u get the datasource url ?
Excellent teaching, very grateful
It was a good tutorial and informative one....thank you for the clear explanation...😁
Invest in a good microphone, your videos are worth it!
I have created the demo table in MySql Workbench, but in my Employee.java class under model, if I hover over "@Table(name = "employees)" it says "Cannot resolve table 'employees'", do we have to create the table first in MySql? I don't know what I doing wrong.
While i run my application on Intellij, I get this error Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-03-15 10:52:54.020 ERROR 6664 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed
Do we need to do some setup in My Sql first?
You need to create database in workbench, hibernate will create tables automatically.
Hello i`m using InteliJ comunity eddition. How do i add the Thymeleaf tamplate ?
Can add a view button so if we click on view it should display the particular id details with image also backend
Can u please create that and show
Amazing tutorials...very helpfull
11:50 from where did you copy all data resources n all in application properties
Check links in video description
@@JavaGuides got it!! thanks . Can we do this project using jpa not hibernate?
Hi, I am getting white labeled Error Page with update and delete option. Not sure why?
This is a good tutorial , I followed it but i am getting the following error
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Wed Jul 22 20:39:03 CAT 2020
There was an unexpected error (type=Bad Request, status=400).
form the console , the error is described as follows
Resolved [org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'long'; nested exception is java.lang.NumberFormatException: For input string: "saveEmployee"]
how can i resolve it
Did you find a fix?
I am getting the whitelabel error as well?? cannot figure out why??
did you find the error?? I am having the same issue?? Cannot locate problem??
did you fixed it?
Sir database configuration me aap konsi key kr rhe hai ki database related information aa ja rhi hai
Thank you so much for this tutorial.
hey thank you very much for the video, the submit button dose not work in my program, dose anybody know why?
After the first run automatically table is not created in the database..can someone pls address this?
thank you so much for this tutorial.
Why my update is saving new Employee instead of updating the exiting one?
helpful tutorial thanku sir🤘🤘🤘🤘🤘
sir can u pls call me on this no 9728457113....i wana talk to u ...if u dn mind ....
i want to learn spring boot.......pls call me sir...u cb trust on me sir
I have changed many ports .. 8080 also already in use... Help me
Hello! I followed your tutorial step by step but spring boot doesnt seem to fetch the data entries of the mysql table..It just loads the index.html without data! Thanks
For me also.. what you did? Please tell me
@@jenithaj278 just check the application properties,i got it correctly
I've same problem. Not able to create table in Oracle db, just index.html works for me. Does anyone know application properties for Oracle?
Did you fixed that? I am having the same error. Can you help me
@@jithinwilfred8633 if i am not mistaken it was something with the db connection configuration..not quite sure though
Thank you for your helpful tutorial ❤️👍
Hi , Im Unable to display records on local host from mysql workbench , could you please help
Good one , Keep Teaching .
Thanks, it is helpful and easy to understand.
Who was the second employee you added? I couldn't see him??
Parabéns pelo trabalho, ultimamente material de boa qualidade está escasso. 🇧🇷🇧🇷🇧🇷 :D
In this project Mysql Connector Jar is not used?
Really helpful content ..explanation is too awesome 👌
Thank you.
If our recruiter or professor ask us that what problem this project is solving then what we can answer to make it scalable.
Hello Everyone. could anyone plzz help me what we have to do at 11:30 to get the SQL configuration?
You can copy the database configuration from blog post or GitHub repository.
Links given in a video description.
Hi, your videos are amazing. But I have a problem, the add method does not work well, I don't know why, if I do everything as you do in the video.
sir can you make a video where we use modal form for add and edit (popup buttons)
please
The Employee table is not getting reflected in mysql
Greate job bro i was looking for the exect same video
how to to create that after running the dashboard will show then buttons on the dashboard directed to list of entity. how to do that?
Hi! Thank you for this tutorial. In my case i must add to the JDBC allowPublicKeyRetrieval=true. I ran MySQL on Docker.
Hi, for my sake please make more videos on Springboot, Rest, Angular, SpringMVC, Java-Lambda, and other concepts on Java with easy-explanation with time-to-time notion.
Videos on these concepts are already available on this channel.
hi i have a problem to run the the app "Identify and stop the process that's listening on port 8080 or configure this application to listen on another port."
i changed the web server port to 80 but always not running any idea please ?
My view resolver is not working I don't know why
I have the thymleaf dependency in pom (I had forgot to add it while creation of the project, So added later in pom.xml)
Hi.
This video has been very helpful.
Is there any way to use Postman for API manipulation from this application? I want to hit my CRUD services via POSTMAN. How can I do this?
Why we are using viewHomePage(Model model){}? What is Model and why we are using it as arguements?
(@19.47)
Databse data is not showing in my output ...wht i have to do
Awesome tutorial th you very much!
Sir, you're awesome!
Getting error in pom.xml if adding starter-web
thank you sir. It's really help me
Can I perform this in Intellij without any issues ??.. please reply
Very useful bro,thank U
good tutorial thanks a lot!
would be nice if he would scroll to the right on his application.properties so we can see all that is typed on the first line, since he isn't wrapping his text to make it all visible.
thanks i learned a lot!
Please make a video how to make a website using Spring core and not using Spring boot to authorize usera in the system.
Great tutorial Thanks
very well explained bro.
This is awesome 👏