JSON Web Token JWT for Beginners
9:15
Пікірлер
@saikrishnaperavarapu1577
@saikrishnaperavarapu1577 2 сағат бұрын
Getting no suitable driver found for jdbc:h2:mem:testdb
@olayemimichael3426
@olayemimichael3426 23 сағат бұрын
Please can you make a video on how to use the custom authorization server in a separate spring boot application?
@CodeJava
@CodeJava 16 сағат бұрын
yes, I will do soon.
@olayemimichael3426
@olayemimichael3426 Күн бұрын
Awesome ❤
@CodeJava
@CodeJava 16 сағат бұрын
Thanks 🤗 Happy coding :)
@ranjitpkokare
@ranjitpkokare Күн бұрын
I got this in terminal macos14-x86_64/data/ranjits-MacBook-Air.local.pid ended
@34556ndmd
@34556ndmd 2 күн бұрын
Hello, I am trying to install a program, and I havent any guide how to install it, can you help me?
@CodeJava
@CodeJava 16 сағат бұрын
what's the program?
@xuanlocluong9908
@xuanlocluong9908 2 күн бұрын
After installing I can not find the spring beans configuration file. How to fix ?
@CodeJava
@CodeJava 16 сағат бұрын
XML config file is not mandatory anymore as you can use annotations & Java code configuration.
@notnav8111
@notnav8111 2 күн бұрын
what should i do if the sha256 doesnt match?
@CodeJava
@CodeJava 2 күн бұрын
try to download again and verify one more time.
@RNPCandCellphoneRepairShop
@RNPCandCellphoneRepairShop 2 күн бұрын
this helps me alot. ty happy new year 2025
@7ife783
@7ife783 2 күн бұрын
Thanks for this video!!!!!!!!
@CodeJava
@CodeJava 2 күн бұрын
You are so welcome! You will also find this video helpful: kzbin.info/www/bejne/fHzcXoGam8-Srtk
@7ife783
@7ife783 2 күн бұрын
Hello after I ran this coed "cat > .zshrc" I was unable to proceed with running any code - please what do I do
@CodeJava
@CodeJava 2 күн бұрын
it's because the > character overwrites the content of the file, causing the original value of the PATH variable lost due to the $ sign was missing. Solution: use a text editor to update the file to put this line: export PATH=$JAVA_HOME/bin:$PATH
@twodots1990
@twodots1990 2 күн бұрын
Can u please separate auth server and resource application run two different port ?
@CodeJava
@CodeJava 2 күн бұрын
yes, I will publish such video in next few days.
@furkanakdag7644
@furkanakdag7644 3 күн бұрын
Thank you. This video helped me a lot.
@CodeJava
@CodeJava 2 күн бұрын
Glad it helped! You may also find this video helpful: kzbin.info/www/bejne/Z6GkZ2djm9ScsJo
@ahmedkadry4301
@ahmedkadry4301 3 күн бұрын
can you help me plz after create my project and work very good on eclipse and after deploy on tomcat error FAIL - Application at context path [/WebPostApplication] could not be started plz help me
@CodeJava
@CodeJava 2 күн бұрын
you need to check the server's log files under TOMCAT_HOME/logs directory to know what happened.
@finninaama8862
@finninaama8862 4 күн бұрын
Thanx, this helped
@CodeJava
@CodeJava 2 күн бұрын
Glad it helped! Are you new to Java?
@rolandjost3823
@rolandjost3823 5 күн бұрын
Thank you
@CodeJava
@CodeJava 5 күн бұрын
You're welcome. You learned something new?
@habib97se
@habib97se 6 күн бұрын
Thank you for the video, this is what I was looking for. Would you mind sharing the repository for the project?
@CodeJava
@CodeJava 5 күн бұрын
you're welcome. Sorry, I haven't pushed the code to GitHub.
@NeonMoon999
@NeonMoon999 7 күн бұрын
thank youuuuu
@CodeJava
@CodeJava 7 күн бұрын
you're welcome. Glad it helped.
@sra369
@sra369 8 күн бұрын
How to customize access token url? /oauth2/token to abc/oauth2/token
@AmitVerma-ic7oh
@AmitVerma-ic7oh 8 күн бұрын
So basically now we have 2 application.properties file right? one inside the jar package and other one outside the package. If thats the case than why it's not referring to the internal package file?
@CodeJava
@CodeJava 7 күн бұрын
as I explained in the video, sometimes we need to have the application.properties file outside the JAR file so we can modify the settings easier than it is inside the JAR file.
@firdewsmiftahakmel
@firdewsmiftahakmel 10 күн бұрын
thank you very much👏👏👏👏👏👏
@CodeJava
@CodeJava 10 күн бұрын
You're welcome 😊 Glad it helped.
@brunodesousa294
@brunodesousa294 11 күн бұрын
hello my friend. Your video helps me a lot. Thank you so much!!
@CodeJava
@CodeJava 11 күн бұрын
Glad you found it helpful! Check more Spring Security videos made by me here: kzbin.info/aero/PLR2yPNIFMlL9YIG5c1hXHnfo2Woq4OA3c
@SadLife-RIN
@SadLife-RIN 13 күн бұрын
vl ông này người việt mà sao đọc tiếng anh thế =))
@saravananmarimuthu6278
@saravananmarimuthu6278 16 күн бұрын
When I implemented the same with Tomcat10/11 is not working as you mentioned. Throws an error with servlet filter issue. Exception jakarta.servlet.ServletException: Error instantiating servlet class [org.glassfish.jersey.servlet.ServletContainer] Root Cause java.lang.NoClassDefFoundError: javax/servlet/Filter can you help me to understand to solve the issue with latest tomcat server with latest EclipseIDE/STS IDE.
@CodeJava
@CodeJava 15 күн бұрын
Tomcat 10 uses Jakarta Servlet instead of Java Servlet. So you need to change import package from javax.* to jakarta.*
@0Bucx
@0Bucx 16 күн бұрын
still dont work i try to make an acc but the webside still dont work and i dont own it and i have nowere to put my keys so what am i supossed to do?
@deyvidsalvatore
@deyvidsalvatore 17 күн бұрын
That's awesome Nam! It helped me a lot! A lot of thanks 🚀
@CodeJava
@CodeJava 17 күн бұрын
Glad it helped!
@Nihalnihal0786Khan
@Nihalnihal0786Khan 19 күн бұрын
Mera Instagram login nahin ho raha hai
@priiyanshuu17
@priiyanshuu17 21 күн бұрын
Thanks a lot... It works (For people who gonna watch this video , Dont type halloween , its actually the new pass you are gonna set)
@CodeJava
@CodeJava 21 күн бұрын
Glad it worked. Don't forget to change the password to something stronger.
@aemannnueva7913
@aemannnueva7913 21 күн бұрын
hi, how can I integrate API by using this to my Java Ant Application (Management System)? Hoping for your response.
@Voloshhka
@Voloshhka 23 күн бұрын
thank you from ukraine, this tutorial indeed helped me
@CodeJava
@CodeJava 21 күн бұрын
You're welcome!
@littleronaldo-n1n
@littleronaldo-n1n 24 күн бұрын
thanks for help from Brazil
@CodeJava
@CodeJava 24 күн бұрын
Happy to help
@GrafBazooka
@GrafBazooka 25 күн бұрын
Vidéo of the millenium no joke
@CodeJava
@CodeJava 24 күн бұрын
glad it helped. Watch more Spring Security videos here: kzbin.info/www/bejne/mmrXkKeoltyUl5I
@SilentTrading-for-u
@SilentTrading-for-u 26 күн бұрын
I tried to do the same way but I'm getting 3 errors all related to Autocaling group does not exist for stack awseb, I know I've got this wrong somewhere. Can you please help me?
@CodeJava
@CodeJava 24 күн бұрын
let me check again and get back to you soon. It seems that AWS has changed some default security settings.
@CodeJava
@CodeJava 13 күн бұрын
I've checked and confirmed that AWS changed to launch template instead of launch configuration for new accounts. So I will try with this change and publish a new video in the future.
@SilentTrading-for-u
@SilentTrading-for-u 13 күн бұрын
@@CodeJava Thanks brother
@mohanrajveeramani
@mohanrajveeramani 28 күн бұрын
Why the Id is not mannual added
@CodeJava
@CodeJava 24 күн бұрын
auto-generated is the common practice for numeric ID columns. You can also use string primary key: www.codejava.net/frameworks/spring/spring-jpa-string-primary-key-example
@skanerkodowkreskowychqr3794
@skanerkodowkreskowychqr3794 29 күн бұрын
Thank You so much. Perfect Job!!!!
@CodeJava
@CodeJava 29 күн бұрын
Glad you found this video helpful. Check more Spring Boot videos in this play list: kzbin.info/www/bejne/sHXGZ2aFfb6SrJo
@pj7922
@pj7922 Ай бұрын
Thank you! Extremely helpful!
@CodeJava
@CodeJava 29 күн бұрын
You're welcome! Glad it helped.
@mercymettilda4485
@mercymettilda4485 Ай бұрын
Thank you
@CodeJava
@CodeJava Ай бұрын
You're welcome. Glad it helped.
@surendersardana
@surendersardana Ай бұрын
thanks, nice and clean explanation
@CodeJava
@CodeJava Ай бұрын
You're welcome! Glad it was helpful.
@Overlagsen12
@Overlagsen12 Ай бұрын
Thanks for for this helpful video Nam
@CodeJava
@CodeJava Ай бұрын
Glad it was helpful!
@FrancescaChila-b4p
@FrancescaChila-b4p Ай бұрын
I learn a lot about Java Data JPA and Thymeleaf.Thanks!
@CodeJava
@CodeJava Ай бұрын
Glad I could help!
@brazo98
@brazo98 Ай бұрын
Awesome thx a lot dear Nam. 😻😻😻🌞🌞🌞🖖🏻🖖🏻🖖🏻
@CodeJava
@CodeJava Ай бұрын
You're welcome 😊
@brazo98
@brazo98 Ай бұрын
Awesome thx a lot for your movie Nam.
@CodeJava
@CodeJava Ай бұрын
Great!
@TanuSingh-o9p
@TanuSingh-o9p Ай бұрын
It is not working it doesn't accept fake card
@TanuSingh-o9p
@TanuSingh-o9p Ай бұрын
Will it work if all the technology are same as you told and eclipse is of new latest version that is 2024??
@CodeJava
@CodeJava Ай бұрын
I'm not sure because technologies changing fast. The PayPal REST APIs changed too.
@arrangedforlife
@arrangedforlife Ай бұрын
works for openjdk 23.0.1, thanks!!
@CodeJava
@CodeJava Ай бұрын
Glad it helped. I also published such video here: kzbin.info/www/bejne/p4fRoImvf8Z5j6c