Java Full-Stack Development Course: Build a complete Secured Pet Clinic with Java / Spring Boot / Reactjs with full security. ( full course 50% off price ) www.udemy.com/course/a-complete-guide-to-java-full-stack-development-with-react/?couponCode=DCWDECCODE
Thank you very much for the video! At 26:50, you forgot to call the 'deleteById' repository method. I was surprised to see that it actually worked in Postman
I don't know how I can thank you for real!! This tutorial helped me a lot, I'm a android developer, wanted to learn spring, and I've ended up learning fundamentals of react and spring, thanks again!!
Thanks alot for this, what I like about your tutorials is that your voice makes it easy to hear and understand what you're saying and doing. I would like to connect with you on LinkedIn.
Your video is very good. can you make a video list about making a complete sales page, or an online movie site using spring boot security, JWT, ACL, lambda and react js?
You are showing the error messages like email already exists etc only in the backend but we have to show the message to the user right? So we should give a red indication error messages ?
I loved the moment at around 33:20 when you had forgotten to write the return type of updateStudent and was wondering and later after a couple of seconds realised and laughed at the silly mistake....because i also forget either return type or access modifier quite often😅.... Could you please make a project having many to one relationship and jwt security or could you modify this project itself to add these features. Thanks and regards!
It's beacuse in the StudentController return new ResponseEntity(studentService.getStudents(), HttpStatus.FOUND); If you change the HttpStatus.FOUND to HttpStatus.OK, it will return 200. Accordingly, loadStudents in StudentsView.js should be changed as 'result.status === 200'.
i follow all your instruction in the backend but somehow your exception is response in the postman but mine is only response in the terminal, can you please explain it, thank you
When trying to access the frontend server from another pc on the same LAN, I get the axios Error, even though I can get the data normally in the browser by access the backend server as a JSON, any Idea what modification should be done to the react code? Thanks.
i got the same error. Was trying to fiddle around with the CrossOrigin in Spring Boot, but no success. If you manage to find a solution, please share here. thanks.
Hello, I am on 51:45 and my delete method is not working in postman I have no error there and the code looks the same.. anyone having this problem? thank you all!
Pls put the full stack web application for myklass room web application using react js as a front-end tool and spring boot is backend tool and MySQL data base
at around 11:08. my @RequiredArgsConstructor isn't working. I am getting Variable 'studentRepository' might not have been initialized. I have followed your code. Can you suggest a fix or anybody have also experienced this? thanks
While running the source I got the following error org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'studentController' also 'studentService' and 'studentRepository' what is the issue but in DB the table created
Java Full-Stack Development Course:
Build a complete Secured Pet Clinic with Java / Spring Boot / Reactjs with full security. ( full course 50% off price )
www.udemy.com/course/a-complete-guide-to-java-full-stack-development-with-react/?couponCode=DCWDECCODE
Thank you so much for this tutorial. I was having so much hard time understanding reactjs before and nearly gave up.
Thank you very much for the video! At 26:50, you forgot to call the 'deleteById' repository method. I was surprised to see that it actually worked in Postman
🙂 I didn't take note of it, but if it works it means we called it somewhere.
The line 'studentRepository.deleteById(id)' exists in your GitHub repository, but not in the video
Same point I noted 😀
I don't know how I can thank you for real!! This tutorial helped me a lot, I'm a android developer, wanted to learn spring, and I've ended up learning fundamentals of react and spring, thanks again!!
I'm glad you like it 🙂
love it that you shared source code and thank you a lot
I have liked, commented and subscribed, thank you
🙏🙏
As always nice work waiting for the Spring boot and Thymeleaf Two Factor Authentication
Wow, thanks so much, bro. this is really nice!
Thanks alot for this, what I like about your tutorials is that your voice makes it easy to hear and understand what you're saying and doing. I would like to connect with you on LinkedIn.
🙏🙏🙏🙏
Lombok anotation is great 🔥🔥🤙🏼
thank you very much, very beneficial.
Your video is very good. can you make a video list about making a complete sales page, or an online movie site using spring boot security, JWT, ACL, lambda and react js?
thank you so much sir🤠
Thank you so much man🍎
You are showing the error messages like email already exists etc only in the backend but we have to show the message to the user right? So we should give a red indication error messages ?
Hi one question. I am a newbee in Java.
Is the backend Spring Boot Microservcice or just Spring Boot?
Thank you so much
I hope that the next lecture could be next js and typescript and jwt demo.
I loved the moment at around 33:20 when you had forgotten to write the return type of updateStudent and was wondering and later after a couple of seconds realised and laughed at the silly mistake....because i also forget either return type or access modifier quite often😅....
Could you please make a project having many to one relationship and jwt security or could you modify this project itself to add these features.
Thanks and regards!
😂😂 Sure, you know sometimes we can easily make some mistakes like that. I will try to make a video with entity relationship soon
"What is actually happening here😊"
@@nacigokmen2588 nothing special......just encountered a moment of laughter while taking knowledge
Why were you getting the error 302 @ 1:30:27 ? You didn't explain what was causing that
It's beacuse in the StudentController
return new ResponseEntity(studentService.getStudents(), HttpStatus.FOUND);
If you change the HttpStatus.FOUND to HttpStatus.OK, it will return 200.
Accordingly, loadStudents in StudentsView.js should be changed as 'result.status === 200'.
Hello sir, where is the video about authorization?
Hi, sorry, for the delay, I will get it done soon, currently, I'm working on a project that will soon be finished.
Drive link of html template not working
how to handle the student already exists error on the client side using React?
anyone have some idea to hosting free java back-end free?
Yo can I use sts or eclipse for my IDE instead? Also is this intellij ultimate?
Can you help me?
I don't find application.yml in resource
I only see file application.resource
@@TienQuocHo-j8w Get the complete code from Github repo
Can you post the login and registration with forget password in spring boot
Where is the second part in which the picture comes from the database, call, and message?
This is a dummy photo from Google
Can you please make this project using microservices
i follow all your instruction in the backend but somehow your exception is response in the postman but mine is only response in the terminal, can you please explain it, thank you
ahh sorry, i havent seen your handling exception class yet, now I get it
Thank u nice content as usual ....can u create a video to master java with spring boot and Angular please
Hi, thanks for being here, I will surely do a video on your request in our nearest future demos. :-)
Getting error in while posting the data
When trying to access the frontend server from another pc on the same LAN, I get the axios Error, even though I can get the data normally in the browser by access the backend server as a JSON, any Idea what modification should be done to the react code? Thanks.
i got the same error. Was trying to fiddle around with the CrossOrigin in Spring Boot, but no success. If you manage to find a solution, please share here. thanks.
could you create a video of spring boot security, JWT, ACL all together ?
Noted! I will work towards that
I tried POST request but it doesn't return anything and on postman it said 401 unauthorized do you know why?
It means you have to login before you can perform the operation you're trying to do
@@dailycodework Do you mean login to postman? I have logged in to my postman account
Hello, I am on 51:45 and my delete method is not working in postman I have no error there and the code looks the same.. anyone having this problem? thank you all!
Pls put the full stack web application for myklass room web application using react js as a front-end tool and spring boot is backend tool and MySQL data base
Great explanation! How can we host this project in web?
Sure, video coming soon ✌
Thanks
❤❤❤
thanks, actually
around 41.03 i cant able to get empty arrary as you mentioned in the video,instead of im getting an error
Hi, Sorry to hear that, please what is the error message?
and which port is 9192?@@dailycodework
at around 11:08. my @RequiredArgsConstructor isn't working. I am getting Variable 'studentRepository' might not have been initialized. I have followed your code. Can you suggest a fix or anybody have also experienced this? thanks
Oh, sorry to hear that, please make sure the field you are trying to inject with the annotation is a final field
solved by installing lombok plugin. thank you for the this content
@@dailycodework
View student profile html template ???
Hi, the link to the template is on the video description
2:10:42
hello sir ,which API key you has used
I can't remember if I used any API key in that demo, but don't think I used any API key there. :-)
While running the source I got the following error
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'studentController'
also 'studentService' and 'studentRepository' what is the issue but in DB the table created
Hi, check to make sure the dependency you are trying to inject is a spring bean. I think you are missing some annotations in some classes
@@dailycodework after download your source from github and execute the source that time also i got same error. please suggest what is the issue