I am 5+ year experienced dev and wanted to learn Java Spring and i must say that you have really provided great content for a free to the community, everything explaining from the basics and in very easy and simple way . I had to take a time and comment this down, please like and comment this guy he is doing really awesome job . 👍
¡Muchas gracias! Necesitaba refrescar todos los contenidos de Spring Framework para entrevistas de trabajo, tu video y el nivel de calidad del contenido es genial.
This is marvelous. In naming could be also REST, Spring DATA JPA and Validation and so on. And everything is so easy to understand because tutorial cool!
As a developer with 5+ years of experience, this was very helpful! I love the details and the extra bits here and there. Not to mention the depth, the great explanation style, or even the quality of it! Dear Mr. Ali, thanks so much, God bless you!
hello mr ali i am a student from sri lanka if this content i dont know how o express my gratitude for you may your all dreams come true thank you very much
you are really a master. everyone i know told me that spring boot is hard and adviced me not to learn it and learn oter framework, but thanks to you i learned it and found it very easy
good refresher for those who usually program frontend. you did a really god job of going over JPA mapping, this is the first time I actually understood the process, other mess this up badly. suggestion: for the REST section you should have went over error handing. how to create error exception classes and then handing them to generate custom responses. next logging, these are a must for any developer.
I am really grateful and happy for people like you, that have taking up the challenge to go ahead of everyone, research, learn, understand and come back to share the knowledge with us for free, with a just a request from us to just like and subscribe. UA-cam doesn't even have double like. I wanted double like. Thank you for this great resource.
(53:37) How to change default Spring banner (56:21) Creating a Bean with @Bean in the main (1:01:22) Creating a Bean with @Component / @Service / @Repository (1:05:06) Splitting configuration: ApplicationConfig class -> @Configuration (1:06:40) Bean naming (1:10:42) Dependency Injection (1:14:39) Constructor DI (1:17:17) managing two or more beans of the same type. How to tell Spring which one use -> @Qualifier & @Primary (1:22:32) Field DI
Best course I've ever seen. I've been trying to learn Spring Boot for 2 weeks and this video summarized all the thing I learned in 2 weeks. Thanks for this awesome video bro 💚
Great tutorial. Thanks for sharing it for free with the community, Ali. +1 for also talking about testing and not only the implementation part. I've seen many students struggle with testing in their daily work when courses & books only talk about the implementation.
Could you make a video on Kubernetes? I know there are many videos and documentation on the internet, but I really understand it well when it's from you
thank you for this course. Being a mern developer i wanted to transition towards java. I have been searching courses and yours is the best. Please create some more small projects using springboot and we would love to see small microservices app. Thanks
Your course really impressive, found one of the best explanation in youtube. Please, keep it up. Again appreciate your time and effort. I will also continue your other tutorials.
thank you so much, for this video i was looking for spring boot tutorial merciiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
You are amzing , truly great in teaching , but honestly i didn't like the last par in testing its been too much , no execution or real understand about what going on in testing phase and what is the use of what we were doing , maybe i'm lost or i should had knowledege about test before i watch that part . thank you anyway you are great deserve all support ♥
Great course and thanks for everything Can you please create a course about hexagonal architecture with microservice for real project. Please please thanks in advance ?
great course, i'm halfway through, i have a question, is lombok's @Data annotation recommended instead of using getters and setters for Entities/models??
@@shashiprakash6132 yes it really worth cause he explain each topics from the beginning and with really memorable and excellent examples but you need to take notes and finally try to understand the code by yourself after finishing. Also try to not remember everything from first time just take notes nd move and by each topics you will understand the previous ones.
This is how I handle timestamp in the model: @CreatedDate @Column(name = "created_at", updatable = false, columnDefinition = "TIMESTAMP") private LocalDateTime createdAt; @LastModifiedDate @Column(name = "updated_at", columnDefinition = "TIMESTAMP") private LocalDateTime updatedAt; I then create a new empty class (same level as the main class) called: "JpaConfig" with the following annotation: @Configuration @EnableJpaAuditing With the following, I don't need to set the create manually call (created_at and updated_at)setters when creating or updating db records. hope this helps :)
Wow, Bro thank you for the effort you put in. I have a note I guess this course it for totally beginners. For me it wasn't that helpful and so long cuz maybe I have a litter bit info here and here, otherwise it's well course.
Hey everyone i'm new to spring world , i already worked with Flutter , Dart , Java, now i want to start and get hired as Backend developer (Java+Spring), is this tutorial covers market concepts for spring boot ???
I am 5+ year experienced dev and wanted to learn Java Spring and i must say that you have really provided great content for a free to the community, everything explaining from the basics and in very easy and simple way .
I had to take a time and comment this down, please like and comment this guy he is doing really awesome job . 👍
Wow, thanks!
¡Muchas gracias! Necesitaba refrescar todos los contenidos de Spring Framework para entrevistas de trabajo, tu video y el nivel de calidad del contenido es genial.
Happy you liked it.
Thank you for the contribution. Mich appreciated
This is marvelous. In naming could be also REST, Spring DATA JPA and Validation and so on. And everything is so easy to understand because tutorial cool!
As a developer with 5+ years of experience, this was very helpful!
I love the details and the extra bits here and there. Not to mention the depth, the great explanation style, or even the quality of it!
Dear Mr. Ali, thanks so much, God bless you!
I love how your teaching pace is...
Done 2:28:13. Love from Pakistan
How's it is going?
Thanks!
wow, thank you so much for the contribution. this is so generous
Your approach to teaching is fantastic. Great job! I found your channel by chance and I am glad I did!
hello mr ali i am a student from sri lanka if this content i dont know how o express my gratitude for you may your all dreams come true thank you very much
It's my pleasure
Greetings from a Moroccan student studying in France, you're content is so precious. I really appreciate it ! Keep going sir !🤗🤗
Completed this Course Successfully, all the Contents and Delivery part was Fantastic.
Great job
you are really a master. everyone i know told me that spring boot is hard and adviced me not to learn it and learn oter framework, but thanks to you i learned it and found it very easy
if someone tell you the same thing again, show him this video 😂
good refresher for those who usually program frontend. you did a really god job of going over JPA mapping, this is the first time I actually understood the process, other mess this up badly.
suggestion: for the REST section you should have went over error handing. how to create error exception classes and then handing them to generate custom responses. next logging, these are a must for any developer.
Sir, Spring boot ka ye course achha rahega?
This is the best damn course I've seen on youtube. Thanks
Glad you think so!
Thanks so much, this is very helpful to understand Spring for beginner 🫶
I have searched all over the internet.. And this is the only best course i could find for springboot
Love your way of teaching. I not only inspired but I also feel confident to search through documentation because of you. Thank you so much!
I am really grateful and happy for people like you, that have taking up the challenge to go ahead of everyone, research, learn, understand and come back to share the knowledge with us for free, with a just a request from us to just like and subscribe. UA-cam doesn't even have double like. I wanted double like. Thank you for this great resource.
you took your time in making the most helpful tutorial for spring developers and i respect that...
Glad you liked it!
(53:37) How to change default Spring banner
(56:21) Creating a Bean with @Bean in the main
(1:01:22) Creating a Bean with @Component / @Service / @Repository
(1:05:06) Splitting configuration: ApplicationConfig class -> @Configuration
(1:06:40) Bean naming
(1:10:42) Dependency Injection
(1:14:39) Constructor DI
(1:17:17) managing two or more beans of the same type. How to tell Spring which one use -> @Qualifier & @Primary
(1:22:32) Field DI
Best course I've ever seen. I've been trying to learn Spring Boot for 2 weeks and this video summarized all the thing I learned in 2 weeks. Thanks for this awesome video bro 💚
Great to hear!
hey need some help ,from should i learn spring framework first(is it also covered here or else where) also where did u learn spring boot from before
I must say it was incredibly informative! I learned so much, and your explanations were super clear. Thanks for creating such valuable content!
Badly looking for new spring boot course and found yours. So thankful.
have you completed this video or not? if yes should i go for other video or watch this?
Glad you think so!
go for it, you will never regret ir
Better tutorials than Amigo(but thanks him also), really easy to understand and good steps of explanation. You are talented teacher!
Thank you so much 😀
Great tutorial. Thanks for sharing it for free with the community, Ali. +1 for also talking about testing and not only the implementation part. I've seen many students struggle with testing in their daily work when courses & books only talk about the implementation.
Glad you enjoyed it!
Just finished your awesome video course, I must say that your channel is so much helpful. Thanks for making great quality content
Glad you like them!
Awesome course, and channel too! The most complete one I've found on UA-cam so far! Thank you!!
glad you liked it!
Awesome video, learnt so much. Just waiting for the video on handling exceptions. Stay blessed Ali.
You're a time saver. Thanks for your hardwork, sir.
this is definitely worth watching. Highly recommend
You are an exceptional teacher.
Glad to hear that!
Could you make a video on Kubernetes? I know there are many videos and documentation on the internet, but I really understand it well when it's from you
sure
Could you make video for orchestration microservice on kubernetes ?
Thank you 💕
You changed my life🎉
thank you for this course. Being a mern developer i wanted to transition towards java. I have been searching courses and yours is the best. Please create some more small projects using springboot and we would love to see small microservices app. Thanks
Glad you think so!
Check the book social network playlist
Please add one line definition on each point which is important so that it will be really helpful during interview
Awesome and very needed course! Thank you
Glad you think so!
Great course sir ,thank you for uploading this amazing course.... keep doing like this and educate us
Amazing ! And I have only watched the first hour yet. Thx for your work.
Glad you liked it!
Thanks for the amazing content. We'll wait for tutorials on Redis and Kubernetes.
Sure thing!
Excellent course 💗
Thank you
Hey there Ali, your course is a goldmine🙂. Keep it up with your good work.
Glad you liked it!
Content and teaching style is really good! Loved it!!
Happy to hear that!
Thank you for this video, it was very helpful sir
Best tutor ever, hope you do another course on Angular.
Glad you liked it!
sone, check the latest videos
Thank you ali you're always asking my mind's questions waiting for kubernetes content
soon
such a wonderfull content bro am just listening to the intro but I can say that this is a wonderfull job
Best comment from the best
Thank you Mr. Bouali Ali! It will be great if do some videos about integration tests
soon
Bravo Coach Ali your the best my dear...big respect
thank you!
Can anyone help, at 1:45:05 I am not able to see any of Active Profile section on clicking on Edit configuration in IntelliJ IDE . Please Help
Thank you Mr Ali
This is really good and in depth explanation. Thanks for all the efforts. 🙌
Glad you liked it!
Your course really impressive, found one of the best explanation in youtube. Please, keep it up. Again appreciate your time and effort. I will also continue your other tutorials.
thank you so much Good Sir , great tutorial.
Glad you liked it!
Thank you, my brother. This is exactly what I needed.
Glad it helped
Merci beaucoup frère, ton effort est apprécier, je te souhaite tout le succès du monde 🙏🏻
Merci beaucoup
very nice review
Fantastic tutorial, thank you! 👏👏👏
thank you so much, for this video i was looking for spring boot tutorial
merciiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
Glad you liked it!
You rock man, bless you!
Glad you liked it!
Thank you for this wonderful tutorial.. Trust me I see your Channel growing
I appreciate that
thank you so much, for this video i was looking for spring boot tutorial
Glad you liked it!
I love you more than myself 😚💖.
Alluh bless you
Allah bless you too brother
Great tutorial. Thanks Ali
My pleasure!
You are amzing , truly great in teaching , but honestly i didn't like the last par in testing its been too much , no execution or real understand about what going on in testing phase and what is the use of what we were doing , maybe i'm lost or i should had knowledege about test before i watch that part . thank you anyway you are great deserve all support ♥
Great course and thanks for everything
Can you please create a course about hexagonal architecture with microservice for real project. Please please thanks in advance ?
Glad you liked it!
Thank you for providing quality content, it's really great
Glad you enjoy it!
Really appreciate. Especially the font size.
Other tutorials make it hard with small fonts.
Glad you think so!
thank for your effort
welcome
really good job! Just an ad every 3 min make difficult follow you
thank you for this amazing course
Glad you liked it!
Thank you for this great video, can you create a specific video about the @Annotations and their use for each one.
Great suggestion!
Just in time 😭
Thanks man
my pleasure
best course
Alibou the best 🎉
Can you please create a course about hexagonal architecture with real example ? 🙏
sure
great course, i'm halfway through, i have a question, is lombok's @Data annotation recommended instead of using getters and setters for Entities/models??
Awesome work ! Thanks a lot
Glad you liked it!
Thanks guy for your work hard.
my pleasure
Brillant Tutorial 🙂
amazing explanation , thanks a lot
can you tell me it is worth watching because i know only jdbc and servlet.
@@shashiprakash6132 yes it really worth cause he explain each topics from the beginning and with really memorable and excellent examples but you need to take notes and finally try to understand the code by yourself after finishing.
Also try to not remember everything from first time just take notes nd move and by each topics you will understand the previous ones.
ha man we dont derseve this for free, thank you Bouali Ali
Enjoy it
Nice thank you so much for sharing awesome contact, liked 👍 and subsribed
Glad you liked it!
You're a hero
thank you
6:28:47 the tool to show the diagrams is it only in the ultimate edition ??
Thank you Mr Ali ! But could you show us how to intercept and modify a SQL statement in spring boot 3
I will try to
thanks a lot Mr Ali
welcome
I have one quick question. How to generate diagram like in the video 6:30:01
Please Bring a course With Spring boot Masterclass with advance topic or a microservices course please🙏
Upvote please
working on it
buen videito :)
It would be more useful if you included more detailed time stamps as it is a long tutorial.
During watching please add by yourself it will be helpful for other e.g
1:23:00 JPA
This is how I handle timestamp in the model:
@CreatedDate
@Column(name = "created_at", updatable = false, columnDefinition = "TIMESTAMP")
private LocalDateTime createdAt;
@LastModifiedDate
@Column(name = "updated_at", columnDefinition = "TIMESTAMP")
private LocalDateTime updatedAt;
I then create a new empty class (same level as the main class) called: "JpaConfig"
with the following annotation:
@Configuration
@EnableJpaAuditing
With the following, I don't need to set the create manually call (created_at and updated_at)setters when creating or updating db records. hope this helps :)
@@abdurrazaq8127he is talking about video timestamps 😂😂😂
@@Sumeshkumarback Oh 😂, I misunderstood him, but anyway hope that helps someone else
great tuto from tunisia
Glad you liked it!
Wow, Bro thank you for the effort you put in. I have a note I guess this course it for totally beginners. For me it wasn't that helpful and so long cuz maybe I have a litter bit info here and here, otherwise it's well course.
seems like this two videos were merged in wrong order at 1:39:30
Hey everyone i'm new to spring world , i already worked with Flutter , Dart , Java, now i want to start and get hired as Backend developer (Java+Spring), is this tutorial covers market concepts for spring boot ???
sure
thank's
hi ali
thank you for this amazing course
is it possible to share micro services course like this after a while?
Glad you liked it!
working on it
Amazing ❤
thank you
please provide notes which help us during interview or any source which can help to revise
Les tutoriels sont incroyables ! Serait-il possible d'avoir des formations disponibles en français ?
Glad you think so!
Awesome❤❤
Glad you liked it!
Thanks sir