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
Great demonstration, thank you very much! Im new to Spring Boot and i had so much fun implementing this myself and learned a lot along the way! Thanks good sir ☺
Nice content, I'm still confused on the REGISTRATION REQUEST Record, is it DTO, and while should a user enter their role themselves.please clarify these 😢
Hi, it is a great lesson. I have a problem If I using form login default of spring security I can login success, but if I login with my form login with jwt it will not work. It always 401 even the account activate. So can you create a video login with jwt
I want to build a website with users and this login/register feature. Why didn't you make the verfiyToken into a VerifyTokenService class(keyword Seperation of Concerns)? Thanks for the video. The next steps for me is to make some kind of Homepage for logged in users :)
Nice job, thank you so much, bro, please can you add the resend token functionality so that a user can get a new token in case the account was not enabled before the got expired?
@@dailycodework Hello Sr. I han the same suggestion. A full stack web app (spring - Angular) would be amazing. Off course using this part of Spring Security. Thanks in advance.
Hi bro, thank you very much, it helps me alot, but i encounter an error for smtp. its said that could not connect to host, port. the mail configuration is already similar from your repo in github. any advice is really appreciated. thank you !
Hey I have doubt what if the user use the proxy email ids and we are first storing it in our database and then verify the email id so if user continuously entering the different mails then that much amount of data would be accumulated in our database right So can we do like that we can verify first then enter the data in the database
Hi, make sure you have this Lombok annotation @RequiredArgsConstructor on your class, this will do the " constructor injection " for you using all "the final fields " in your class and thereby initializing them in the constructor for you.
Hi, in this demo, we didn't write the SQL manually, we create it through our JPA entity with Hibernate, you can check the properties file to go through the settings. Thanks for reaching out to us.
@@Yusuffaruq-c4y Yes, I see, please try to look here for a possible solution: docs.spring.io/spring-security/site/docs/current/api/deprecated-list.html or you can check to be sure you are using the same version with me
This is one of the best RUclips tutorial I've come across for springboot beside Amigoscode. I'd love to connect. Please let me know how I can connect with you.
Hi, please follow the link below the video to get the complete code from my git repo I have just updated the link. Thanks for calling my attention to it 🙂
I am actually having an issue while running the code on postman sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target It has something to do with adding the server's certificate to my truststore, how do I go about this?
Hi, sorry for that problem, there is a similar discussion here about this error please take a look maybe it can give you some insight on how to get rid of it. stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find
Hi. I'm trying to learn with your video, but ... my first try to run the app makes some errors like : 2023-07-17T20:51:26.236+02:00 INFO 9240 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.1.7.Final 2023-07-17T20:51:26.432+02:00 INFO 9240 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2023-07-17T20:51:27.616+02:00 ERROR 9240 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization. java.sql.SQLSyntaxErrorException: Unknown database 'registration_db' at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-j-8.0.32.jar:8.0.32] It seems like it cannot find the database, but you says - the db is creating while running app? Or maybe I'm wrong. I installed an sql server - I thought - it is necessary ... What can be wrong ?
Hi, sorry, I missed your message, that error means the registration_db schema does not exist in your system. You have to open your DBMS and create a scheme with that name so that the tables can be created inside.
Hello, thank you for your effort, but while running the code i found this error "java: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'" Do you have an idea, tank you in advance !!
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
I am learning a lot from this video please make a dedicated spring boot playlist 🙏
Good suggestion, I will work toward that
Great demonstration, thank you very much! Im new to Spring Boot and i had so much fun implementing this myself and learned a lot along the way!
Thanks good sir ☺
I'm glad to hear that 🙏🙏
spring boot tutorial including spring data jpa, security, and exception handling if possible sir and i love your all content 🥳
You are awesome. Thank you for taking the time to show us how to implement the login process. Helped me very much!
Love your work man, very educational
You are a really good teacher sir. God bless you
I learnt so much thank you my brother! Easy to digest and follow your lesson.
I'm glad to hear that, thanks so much🙏
Thank you so much for your effort. I have learnt a lot with this video: You are an amazing teacher!!!
I'm glad to hear that !!!
working and functioning all the way, thank for putting the time and effort dude!
is this a bot?? I saw this exact comment on other videos
Nice content, I'm still confused on the REGISTRATION REQUEST Record, is it DTO, and while should a user enter their role themselves.please clarify these 😢
Great video. Thank you. If you add React JS for this, it will be more surprising.
Perfect Tutorial. Thank you very much Sir 😊😊
Hello Sr. In any of your videos do you use role diferentiation? I mean, base on user's roles being able to access to an especific endpoint?
very nice job keep going brother 💕😁
Hi, it is a great lesson. I have a problem If I using form login default of spring security I can login success, but if I login with my form login with jwt it will not work. It always 401 even the account activate. So can you create a video login with jwt
I will check that out, but make sure your security configuration includes the path / URL to your custom login page
I want to build a website with users and this login/register feature. Why didn't you make the verfiyToken into a VerifyTokenService class(keyword Seperation of Concerns)? Thanks for the video. The next steps for me is to make some kind of Homepage for logged in users :)
Sure, it can be moved to the verifyTokenService as well.
Nice job, thank you so much, bro, please can you add the resend token functionality so that a user can get a new token in case the account was not enabled before the got expired?
Hi, please check this video for the resend verification token ruclips.net/video/_zbfs0_4dbE/видео.html
Hello sir i want the user when he clicks on the verification link to be redirected to login with a little pop up of email verified u can now login
Thanks sir, it is outstanding knowledge!
So nice of you
thank you I how can I add validation by twilio sms otp after email verification
your video so great. i'd love this video
I'm so glad 🙏
Thank you very much GOOD JOB. Can you do the front-end part with Angular?
Hi, thanks for your suggestion, we will work on that in some of our subsequent videos.
@@dailycodework Hello Sr. I han the same suggestion. A full stack web app (spring - Angular) would be amazing. Off course using this part of Spring Security. Thanks in advance.
@@especializacionIngenieriaSoftw Sure, I will work towards that soon 🙂
Superb video..,thank you...keep posting
Thanks so much 🙏🙏
u are amazing dude!
Thank you so much, buddy. 🙏🙏
which font family do you use on your Intellij IDE ?
Default font with Atom One Dark ( Material ) IntelliJ Ultimate Edition :-)
thanks sir ❣
Hi bro, thank you very much, it helps me alot, but i encounter an error for smtp. its said that could not connect to host, port. the mail configuration is already similar from your repo in github. any advice is really appreciated. thank you !
Same error for me also bro
It says unknown host error
Sir i recieved an email when i registered but when i click that application url it says that local host refused to connect how can i fix it😢
Can we do the front end part with react and integrate it with springboot the same service?
Sure, we can do that
Can you make a video on that too
Hello sir,new updated code not in your github?
Follow the link below to get the code from my git repo.
Heyy am working on a project, and I needed an assistance regarding the project as I am new in this field of development. How can I contact you sir?
Hey I have doubt what if the user use the proxy email ids and we are first storing it in our database and then verify the email id so if user continuously entering the different mails then that much amount of data would be accumulated in our database right
So can we do like that we can verify first then enter the data in the database
Brother I have a doubt, how can I join this back with my front(reacjs), obviously I added more tables, how could I do that? pls i need help
HI, you can just make a REST call to your Spring Boot backend from your React frontend
@@dailycodework I tried, but the roles are complicated for me.
thank you so much bro
@@eliueliezeranayagutierrez6650 Sure, I will look into that soon
Hi bro, i need help: in the userService part I get this error:the blank final field userRepository may not have been initialized, how can I fix that?
why the userRepository in the userService is final?
Hi, make sure you have this Lombok annotation @RequiredArgsConstructor on your class, this will do the " constructor injection " for you using all "the final fields " in your class and thereby initializing them in the constructor for you.
@@dailycodework Thank you so much!
sir please make a telegram group where we can ask doubt
Noted :-)
Could you show your sql?
Hi, in this demo, we didn't write the SQL manually, we create it through our JPA entity with Hibernate, you can check the properties file to go through the settings. Thanks for reaching out to us.
403 forbidden error occurs in my application please help me
Hi, sorry about that, please can you join my Facebook page so that you can paste the stackTrace there for me to check for you?
Sir it keeps telling me some method are deprecated.
Sir please what should i do
Hi, sorry to hear that, which of the classes you are getting this message from?
@@dailycodework Sir from SecurityFilterChain class .
It keeps telling me cors() is deprecated and I tried csrf() but same issue
@@Yusuffaruq-c4y Yes, I see, please try to look here for a possible solution: docs.spring.io/spring-security/site/docs/current/api/deprecated-list.html or you can check to be sure you are using the same version with me
@@dailycodework thanks sir
@@Yusuffaruq-c4y I'm glad you like the video :-)
This is one of the best RUclips tutorial I've come across for springboot beside Amigoscode. I'd love to connect. Please let me know how I can connect with you.
Hi, I have got a new page on FB you can reach me here: facebook.com/cDaily115
can you give complete code with login
Hi, please follow the link below the video to get the complete code from my git repo I have just updated the link. Thanks for calling my attention to it 🙂
@@dailycodework sorry ,but I stll can't find /login mapping in your git repo.
or I am missing something
Tutorial not complete
Please, stay tuned the part 2 has not finished uploading it will be available soon to complete the tutorial, 🙂
Hi, here is the second half of the video: ruclips.net/video/B7FiELbypBU/видео.html
@@dailycodework Video unavailable
This video is private
I am actually having an issue while running the code on postman
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
It has something to do with adding the server's certificate to my truststore, how do I go about this?
Hi, sorry for that problem, there is a similar discussion here about this error please take a look maybe it can give you some insight on how to get rid of it. stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find
49:57
Hi. I'm trying to learn with your video, but ... my first try to run the app makes some errors like :
2023-07-17T20:51:26.236+02:00 INFO 9240 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.1.7.Final
2023-07-17T20:51:26.432+02:00 INFO 9240 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-07-17T20:51:27.616+02:00 ERROR 9240 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
java.sql.SQLSyntaxErrorException: Unknown database 'registration_db'
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-j-8.0.32.jar:8.0.32]
It seems like it cannot find the database, but you says - the db is creating while running app? Or maybe I'm wrong. I installed an sql server - I thought - it is necessary ... What can be wrong ?
Hi, sorry, I missed your message, that error means the registration_db schema does not exist in your system. You have to open your DBMS and create a scheme with that name so that the tables can be created inside.
Hello, thank you for your effort, but while running the code i found this error "java: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'"
Do you have an idea, tank you in advance !!
Hi, sorry for that error, please, join our channel page on Facebook and the paste the error stacktrace on the chat facebook.com/cDaily115
Thanks man! my result -> i.imgur.com/xIgsMpN.png
👏👏👏
Sir i recieved an email when i registered but when i click that application url it says that local host refused to connect how can i fix it😢
You should open email in the same browser(device) where localhost is running