Excellent explanation! Im very surprised spring doesn't provide their own implementation of a JwtService and JwtFilter, this takes up so much time
@StoyanDimitrov-qo3nrКүн бұрын
When you are doing a course please specify that is for apple users. On widows the commands are different. The process is different.
@jimos9878Күн бұрын
Question about 1:00:04 since i have a little issue. javax does not have the persistence package. And the auto import uses jakarta instead? This is correct still now that javax migrated to jakarta or whatever?
@dalexispaul-emile63682 күн бұрын
simple way to do the exercise : numbers=[1,3,5,6,7,9] results=sum(numbers) print(results)
@NiggleNandu-g7t2 күн бұрын
You code because u know concept loll
@reubenmwangikibara44342 күн бұрын
exolain how to use the power shell, using wondows and i am having problems. Ny helps is appreciated
@DaliaFouad-b9s3 күн бұрын
thank you for this tutorial
@taherparda65823 күн бұрын
please share the link to the code files. Thanks!
@LizyAd4 күн бұрын
This is a very well done tutorial. Thank you.
@anandjaisy4 күн бұрын
How do we auto create the migration SQL DDL with the Java POJO class instead of writing SQL query manually. Is there any tool or library while using JDBC
@1337ArMaAa4 күн бұрын
Amazing tutorial :D ! Keep up the good work man!
@Chernov19845 күн бұрын
+
@abolfazl32735 күн бұрын
Thank you for this complete tutorial ❤
@maxrabid44295 күн бұрын
Super helpful, thanks
@micha50025 күн бұрын
I like to add @Autowired still, because then it is clear and transparent what is going on.
@ray3n5636 күн бұрын
السّلام عليكم ورحمة الله وبركاته جزاك الله خيرا
@nataly9a7 күн бұрын
Thank you very much, Amigo, this topic has always been too vague and unclear for me.
@murattasova75987 күн бұрын
aleykumselam young brother :) masAllah
@karnikasubarani48957 күн бұрын
2:06:33 Done on the first day🎉❤
@AppUse-vl8qv7 күн бұрын
my exam is tomorrow and I need to take the whole term courses tonight , hope this mister helps
@jelenajankovic-vj9ij8 күн бұрын
What is the preffered naming convetion ofr tests?
@KamiKomplex5048 күн бұрын
Half of this is nonsense. For example, "return boolReturningFunction" instead of explicit comparison is dumb for a multitude of reasons. Firstly, this is a private function, you aren't even providing an interface and this is just distracting from the fact that you should just call the wrapped function directly. Second is the fact that in this case, equals returns a bool and a bool is a bool so no issues but you are relying on implicit rules. Being explicit is never a bad thing. No one cares if you add 1 line in a million line codebase to never ever have to worry about bad implicit casts silently failing or some typing issues down the line. What if a function returns a tribool or an optional? There are many more situations where such a simplistic reductionist rule will lead you down the right path. Spend time thinking about the important things and the rest will fall in line.
@db-channel20238 күн бұрын
Nice 😊😊😊
@TestDemo-d7r9 күн бұрын
Walekum-Assalam wa rahmat ullah e wa barakatuh
@VivekBhalke9 күн бұрын
Man this really helped , thankyou very much😀
@ipodtouch47010 күн бұрын
This should not be an exception imo. Since this logic flow is so common. We should have something else that signifies that a user could not be found
@rajrajesh166910 күн бұрын
Wa alaikum salaam
@LiveAndLaugh52410 күн бұрын
this might be the only good spring boot course on KZbin
@adventurer239511 күн бұрын
lol makes a lombok tutorial then a video telling people not to use lombok 🤣
@iamvoncook12 күн бұрын
Super helpful vid, bruv! Thanks a million times over
@TimNobug12 күн бұрын
bro i write this code even in 2024, i need this asap
@hidayat199913 күн бұрын
The best tutorial is included with examples. Thank you!