Getting no suitable driver found for jdbc:h2:mem:testdb
@olayemimichael342623 сағат бұрын
Please can you make a video on how to use the custom authorization server in a separate spring boot application?
@CodeJava16 сағат бұрын
yes, I will do soon.
@olayemimichael3426Күн бұрын
Awesome ❤
@CodeJava16 сағат бұрын
Thanks 🤗 Happy coding :)
@ranjitpkokareКүн бұрын
I got this in terminal macos14-x86_64/data/ranjits-MacBook-Air.local.pid ended
@34556ndmd2 күн бұрын
Hello, I am trying to install a program, and I havent any guide how to install it, can you help me?
@CodeJava16 сағат бұрын
what's the program?
@xuanlocluong99082 күн бұрын
After installing I can not find the spring beans configuration file. How to fix ?
@CodeJava16 сағат бұрын
XML config file is not mandatory anymore as you can use annotations & Java code configuration.
@notnav81112 күн бұрын
what should i do if the sha256 doesnt match?
@CodeJava2 күн бұрын
try to download again and verify one more time.
@RNPCandCellphoneRepairShop2 күн бұрын
this helps me alot. ty happy new year 2025
@7ife7832 күн бұрын
Thanks for this video!!!!!!!!
@CodeJava2 күн бұрын
You are so welcome! You will also find this video helpful: kzbin.info/www/bejne/fHzcXoGam8-Srtk
@7ife7832 күн бұрын
Hello after I ran this coed "cat > .zshrc" I was unable to proceed with running any code - please what do I do
@CodeJava2 күн бұрын
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
@twodots19902 күн бұрын
Can u please separate auth server and resource application run two different port ?
@CodeJava2 күн бұрын
yes, I will publish such video in next few days.
@furkanakdag76443 күн бұрын
Thank you. This video helped me a lot.
@CodeJava2 күн бұрын
Glad it helped! You may also find this video helpful: kzbin.info/www/bejne/Z6GkZ2djm9ScsJo
@ahmedkadry43013 күн бұрын
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
@CodeJava2 күн бұрын
you need to check the server's log files under TOMCAT_HOME/logs directory to know what happened.
@finninaama88624 күн бұрын
Thanx, this helped
@CodeJava2 күн бұрын
Glad it helped! Are you new to Java?
@rolandjost38235 күн бұрын
Thank you
@CodeJava5 күн бұрын
You're welcome. You learned something new?
@habib97se6 күн бұрын
Thank you for the video, this is what I was looking for. Would you mind sharing the repository for the project?
@CodeJava5 күн бұрын
you're welcome. Sorry, I haven't pushed the code to GitHub.
@NeonMoon9997 күн бұрын
thank youuuuu
@CodeJava7 күн бұрын
you're welcome. Glad it helped.
@sra3698 күн бұрын
How to customize access token url? /oauth2/token to abc/oauth2/token
@AmitVerma-ic7oh8 күн бұрын
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?
@CodeJava7 күн бұрын
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.
@firdewsmiftahakmel10 күн бұрын
thank you very much👏👏👏👏👏👏
@CodeJava10 күн бұрын
You're welcome 😊 Glad it helped.
@brunodesousa29411 күн бұрын
hello my friend. Your video helps me a lot. Thank you so much!!
@CodeJava11 күн бұрын
Glad you found it helpful! Check more Spring Security videos made by me here: kzbin.info/aero/PLR2yPNIFMlL9YIG5c1hXHnfo2Woq4OA3c
@SadLife-RIN13 күн бұрын
vl ông này người việt mà sao đọc tiếng anh thế =))
@saravananmarimuthu627816 күн бұрын
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.
@CodeJava15 күн бұрын
Tomcat 10 uses Jakarta Servlet instead of Java Servlet. So you need to change import package from javax.* to jakarta.*
@0Bucx16 күн бұрын
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?
@deyvidsalvatore17 күн бұрын
That's awesome Nam! It helped me a lot! A lot of thanks 🚀
@CodeJava17 күн бұрын
Glad it helped!
@Nihalnihal0786Khan19 күн бұрын
Mera Instagram login nahin ho raha hai
@priiyanshuu1721 күн бұрын
Thanks a lot... It works (For people who gonna watch this video , Dont type halloween , its actually the new pass you are gonna set)
@CodeJava21 күн бұрын
Glad it worked. Don't forget to change the password to something stronger.
@aemannnueva791321 күн бұрын
hi, how can I integrate API by using this to my Java Ant Application (Management System)? Hoping for your response.
@Voloshhka23 күн бұрын
thank you from ukraine, this tutorial indeed helped me
@CodeJava21 күн бұрын
You're welcome!
@littleronaldo-n1n24 күн бұрын
thanks for help from Brazil
@CodeJava24 күн бұрын
Happy to help
@GrafBazooka25 күн бұрын
Vidéo of the millenium no joke
@CodeJava24 күн бұрын
glad it helped. Watch more Spring Security videos here: kzbin.info/www/bejne/mmrXkKeoltyUl5I
@SilentTrading-for-u26 күн бұрын
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?
@CodeJava24 күн бұрын
let me check again and get back to you soon. It seems that AWS has changed some default security settings.
@CodeJava13 күн бұрын
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-u13 күн бұрын
@@CodeJava Thanks brother
@mohanrajveeramani28 күн бұрын
Why the Id is not mannual added
@CodeJava24 күн бұрын
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
@skanerkodowkreskowychqr379429 күн бұрын
Thank You so much. Perfect Job!!!!
@CodeJava29 күн бұрын
Glad you found this video helpful. Check more Spring Boot videos in this play list: kzbin.info/www/bejne/sHXGZ2aFfb6SrJo
@pj7922Ай бұрын
Thank you! Extremely helpful!
@CodeJava29 күн бұрын
You're welcome! Glad it helped.
@mercymettilda4485Ай бұрын
Thank you
@CodeJavaАй бұрын
You're welcome. Glad it helped.
@surendersardanaАй бұрын
thanks, nice and clean explanation
@CodeJavaАй бұрын
You're welcome! Glad it was helpful.
@Overlagsen12Ай бұрын
Thanks for for this helpful video Nam
@CodeJavaАй бұрын
Glad it was helpful!
@FrancescaChila-b4pАй бұрын
I learn a lot about Java Data JPA and Thymeleaf.Thanks!
@CodeJavaАй бұрын
Glad I could help!
@brazo98Ай бұрын
Awesome thx a lot dear Nam. 😻😻😻🌞🌞🌞🖖🏻🖖🏻🖖🏻
@CodeJavaАй бұрын
You're welcome 😊
@brazo98Ай бұрын
Awesome thx a lot for your movie Nam.
@CodeJavaАй бұрын
Great!
@TanuSingh-o9pАй бұрын
It is not working it doesn't accept fake card
@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Ай бұрын
I'm not sure because technologies changing fast. The PayPal REST APIs changed too.
@arrangedforlifeАй бұрын
works for openjdk 23.0.1, thanks!!
@CodeJavaАй бұрын
Glad it helped. I also published such video here: kzbin.info/www/bejne/p4fRoImvf8Z5j6c