Thanks!, You are such a great teacher because you are really showing the problem which we naive people do, people who only knew plain old java and you take it from there and show how springboot helps. CLAPS . You have clarity and you are giving us clarity ! Ace. I have completed this course and sent it to production :D . super clear :) thanks thanks thanks . your stuff is gold. really
RUclips is doing you and everyone a disservice by not having your channel be the first thing when I search for anything relating to spring boot. Please keep posting videos like these. Would be nice if you did a intermediate and advanced course on building complex applications. Thanks again for the great content
By far the best crash course I've seen for springboot. Dan, this video is insane. As a student, you've answered questions that other youtubers and even professors don't take a second to even explain, thus making understanding vital concepts so much easier so thank you for that. The only bone I have to pick is that the frontend part of the project wasn't included in github or explained really in the video making it a bit harder to follow along.
10 месяцев назад+3
Decent tutorials. From now on, These will be my cornerstone before watching other tutorials. You explain answering what, how, and why questions based on the foundations. Thank you so much for sharing. God bless you!
Coming from Django and Next.js, Spring and Spring Boot is very low level and very difficult to grasp the concept of, especially with the way that their documentation is laid out for Java/Spring beginners. Thank goodness I had prior C++ experience, otherwise the concepts would be too difficult to understand... Thank you so much for all your hard work into putting these long practical videos out there, for free. It would've been waaaaay harder to learn Spring without your channel! I hope you get the recognition that you deserve. You definitely earned a sub!
You are a genius in teaching , after I have been learning Java for nearly 3 months I can build something and understand a lost how this server works and how strong the JAVA environment is
Thank you so much Mr. Vega. I'm a self taught software developer myself and I'm learning Spring Boot but most tutorials I found were made with Spring Boot 2, so I have to change many things in my code because it crashes often. And the worst: the teachers are indians with horrible accents that I can't understand most of the time. So I'm glad RUclips finally recommends a great tutorial: updated and in properly spoken english. 👏👏👏
I'm studying CS and got a new course about Java and Spring. Lectures were terrible and then I got into your channel. You are doing such a great job and after seeing some of your videos I really understood and loved Spring. Thank you so much for that Dan ! Greetings from Poland.
I'm kind of envious that your classes even touch on something like Spring. I just finished a CS Bachelor degree a little over a year ago and we never touched anything like Spring. It was all just pure Java, Python, C, or whatever language that class happened to be using.
I watched many tutorials with java + spring and wasn't exactly sure of java logic as it has been a while since i have messed with java. Other spring tutorials zipped past java logic (rightfully so since it is focused on spring) however your video went the extra step and explained the java code (before spring came into play) and made it clear. thank you!
It's been 10+ years since I coded. Used to be rather proficient in Java, Spring, Maven, etc... But obviously in 10 years a LOT has changed (I really didn't anticipate this amount of change to be honest, so I though I was facing a rather steep learning curve🙂 ) I am currently 1h30min into the video and so far: absolutely loving it. Clear, step-by-step tutorial. Once in a while had to pause to look up some small things. You are a natural teacher and I am very very very impressed with what you're doing here. However, if I may, at this point you suddenly add a Vite-front-end project you're using as a test setup for browser usage and I'm lost at this point... I have spent 1+hr now to find a 'short' intro into how I can get this thing up and running on my setup and I am a bit lost... So if at all possible, where should I go to to get a quick-get-up-to-speed on this Vite thing and get it up and running so I can continue following the rest of this awesome tutorial?
What I did in the end: - Added the VITE plugin to IntelliJ - Created a new project in IntelliJ - copied the content of 'main.js' from the video to the one in the newly created project - ran the project using "npm run dev' command in the IntelliJ console
Man, this is top tier content. Your explanations are so good. You clearly explain why you're doing things a certain way, and why you like certain implementations. Really puts things in perspective about why they're useful.
I would also like to say "Thank you very much!". Very nice approach from you to first show how to implement things by hand and then demonstrate what Spring / Boot has to offer to just not have to write a lot of things yourself. Big kudos.
For someone getting back to Java after couple of years, this has been an excellent overview of what is current and to be equipped to start writing Java Microservice!!!
Thanks Dan, I found this tutorial very helpful! The course was well structured and you explained everything with great clarity. Subscribed and will be looking more of your tutorials in the future. :)
I would explain a Dependency Injected object as an object that (1) is created by the Spring Container Software as it scans through all code. (2) If the scan finds an appropriate annotation (including @Component, @Controller, @RestController, @Service, @Repository for classes and @Bean for methods in @Configuration classes and others??) on an object the container then creates an Object of the appropriate class. Subsequently the Spring container passes this object to your methods when needed. Please explain if this is incorrect. It sure seems a simpler explanation than the documentation, at least to me.
Thanks for the great video. I would recommend in almost all web programming videos, discussing what is "the problem we are trying to solve" and "what are the advantages and disadvantages of our options."
on 01:30:20 line 41 -> this method not check if the pathvariable `{id}` is equal to the `content.id` -> i would add an additional check if it not match or do a `content.id = id` to be sure that they are equal
Hi Dan Merry Christmas!!! I finished this video today! I am a completed beginner of spring boot! Your video really helps me build a good foundation of it. I wonder if I would like to deep dive into the next level of spring boot, what are the videos would you recommend me to watch next ? And, really appreciated for putting the great effort on creating this crash course video ! ❤
Omg finally I found I video that explain spring boot with simple way no complicated explanations I really recommended for you guys. Thank you Mr Dan Vega you are my angel ❤
Please be reminded that for the Railway App, it is important to delete your project after testing and deployment to avoid it from continuing to run and reducing your free usage hours. It is worth noting that unlike Heroku, there is no pause button available.
Thank you very much for sharing your knowledge, you are the best. It would be great a video with advanced concepts that are often used in a business environment.
Greetings, Dan! First of all I want to admire your work - you have the best content out there regarding software engineering. I did really like the way you've explained JWT and Spring Security 6. There is one thing I've wondered - do you plan publishing a video about securing microservices? In case you don't can you recommend any channels, topics, books or whatever which is explanatory and useful enough. I do understand most of the concepts out there but I suck at making them work altogether. Is it worth even using JWT? What are the differences between having security in dev vs production environments? Is Spring Security even good in Production? Should I have different implementations for requests comming from external calls and the ones comming from internal service? Is the Authentication one another service? Have an amazing day!
Dan what a great Crash Course, very valuable information here! I will look for more videos from you. Quick question if we leave the actuators open, is it dangerous ? Or should be use just in non-prod environments ?
Haven't been through the whole video and the course yet, but I have a feeling that this crash course quality is quite better than plenty rubbish things on Udemy (which I wasted a lot of money for them) as I skim through your clip. Thanks very much for this.
Great crash course dan, I really liked your IDE and the way it shows the tips for you for easy coding, can you tell me more about your IDE and installed Extensions please
Hi Dan! Wonderful video. I'm almost switching to constructor injection but I'm now thinking about my components that extend (inheritance) an abstract class that has some code using other dependencies. Today I can just @Autowire them in the abstract class and spring will solve them for me without my components needing to know anything about it. What do you think about this? I already do composition over inheritance whenever I can, but some problems are solved better with inheritance.
Thanks so much Dan, it was a rollercoaster ride of Springboot very well structured and explained. I was able to learn and refresh a lot of concepts with hands-on. Big fan!!
I would say that I was lucky to find this video. I can't stop watching it! It's easily on my top 3 of crash course videos. I will subscribe right after this comment. Do you have any complete courses in the Java environment, even if it's a paid one? If so, then how do I enroll?
Great video Dan. However, please consider explaining what you're doing in intellij - instead of just saying "command o", tell us Windows users either how to navigate to it or what it is we're supposed to be navigating to. "command o" that dan uses to search all classes is shift shift on Windows
Thank you so much for this. It really helped me understand better how the Spring Boot framework works and what a lot of the annotations do. And I finally understand how the Spring Boot framework automatically instantiates the classes that we create in our project (with the proper annotations), and thus can automatically be injected into other classes that require them.
I want to ask something, I would be glad if someone who knows can answer. Now, we provided crud operations by extending ListCrudRepository in the repository layer, and we were able to provide the same operations by using jdbctemplate. One is class structure and one is interface. If we want more access on the database, I guess we need to use jdbctemplate. Which would be more effective? I am confused :(
@@DanVega Thank you for the awesome content. Could you please share the link to the design drawings you have used in the introduction part? You mentioned you will share it in the resources.
Thanks! Really enjoying the Spring Boot 3 crash course
Wow, thank you so much Timothy! I really appreciate it 🙏
Thanks!, You are such a great teacher because you are really showing the problem which we naive people do, people who only knew plain old java and you take it from there and show how springboot helps. CLAPS . You have clarity and you are giving us clarity ! Ace.
I have completed this course and sent it to production :D . super clear :) thanks thanks thanks . your stuff is gold. really
Oio😅hiiiii😅i😅zuiuhiiiuii😅 😅uiuuiuuuiiii😅😅😅iuiuuuuiuuiiiiiihiiiiuuiuuiiiuuiiuiiuiiiioiuiiuiiiiuiuiiiiiuiiiuiio 😅ziuuuiiuiiiiiiiiuuiigiiiiiiuiu😅iiiii 1:40 iiiiiiiiiiiiiiiiiiiiiiiuuiiiiii😅😅iiii😅😅zooiiiii😅uikiiui😅iii😅i😅😅i 2:19 2:35 2:35 i 2:35 zuu 2:36 i😅😅😅😅iiu😅😅 3:00 iiiiiiuuuiuuiu😅u😅😅😅😅😅😅😅😅😅😅i😅😅😅u😅😅i 3:22 😅uu😅iu 3:24 i😅ii 3:25 😅iiii😅😅uiuuiuui 3:31 😅😅ii 3:34 iz 3:35 😅uzzziiu 3:39 i😅 3:41 😅😅ui😅z😅ui 3:47 i 3:49 iz 3:51 i 3:52 3:52 i 3:57 3:58 😅😅 4:05 4:05 😅😅😅😅😅😅😅 4:14 😅😅😅😅 4:19 4:20 4:20 4:22 4:22 4:23 4:30 4:31 h😅 4:34 😅 4:34 😅 4:34 i😅😅😅h😅😅😅😅😅😅 4:39 i😅😅😅😅 4:44 4:45 4:48 😅 4:50 😅 4:56 😅 4:58 4:58 😅 5:00 😅😅z😅😅 5:02 5:02 5:02 5:02 😅😅😅😅u 5:08 😅😅😅 5:11 😅z 5:12 i😅😅😅😅😅 5:14 😅iuuiiuuuuiiuiuuu 5:16 5:16 iuuiuiuuii 5:19 u😅iuhioouuiiiiiuuuiuuuu 5:23 i😅😅i😅uuuii😅u 5:25 😅😅u 5:27 5:27 😅 5:28 5:28 😅u😅😅 5:30 5:31 i😅😅😅u😅😅😅😅😅😅😅 5:33 iii😅ii 5:34 5:34 uo 5:34 5:34 iiu 5:35 5:35 5:35 5:35 😅 5:35 5:35 5:35 5:35 5:35 😅😅😅😅😅iiii😅uuiiu😅i 5:37 huiiiuuuuuuou 5:38 5:38 5:38 😅 5:38 😅😅 5:39 😅😅i 5:39 😅ui 5:39 5:40 😅 5:40 😅😅i 5:41 😅😅😅😅😅i😅i 5:43 5:43 😅😅😅😅😅😅😅😅😅 5:45 iuiu😅uiuiiu😅uiiuiiii 5:45 5:45 878 5:46 7😅7+78887 5:46 5:46 5:46 5:46 87 5:47 5:47 7 5:47 5:47 😅8 5:47 8 5:47 😅😅😅😅😅 5:48 888777877777778 5:49 8877888887777😅 5:49 7777😅 5:50 😅8 5:50 5:50 5:50 😅😅😅887888😅777787😅😅😅😅😅7😅 5:53 5:53 😅 5:53 5:53 😅😅😅😅 5:54 7 5:54 5:54 😅777787877878787😅7787 5:55 😅😅😅 5:56 😅😅 5:56 😅 5:56 5:56 7 5:57 5:57 😅😅😅😅777777778 5:58 😅9😅9877877😅 5:59 5:59 5:59 7😅 5:59 6:00 7 6:00 6:00 😅😅😅😅7 6:01 6:01 7😅87 6:02 6:02 8 6:02 7 6:03 777 6:03 8 6:03 😅😅87😅😅😅😅😅😅😅😅😅😅77😅😅877😅 6:05 😅 6:05 😅7 6:06 6:06 7😅😅7 6:06 7😅78877777777877877778 6:09 😅 6:10 7 6:10 6:10 8😅😅777uhyuyuuyyuuuhuhu 6:12 yh😅😅hhhhhzhhzh😅uuu 6:12 6:12 6:12 😅uyuuu87778😅767*7😅67--7--7687-uu😅 6:12 z😅😅😅😅 6:12 😅76776666676-7----7--😅-7+---77
I'm pretty new to Java and Spring Boot. This course with it's practical example helped me a lot to learn the fundamentals and get started. Thanks!
RUclips is doing you and everyone a disservice by not having your channel be the first thing when I search for anything relating to spring boot. Please keep posting videos like these. Would be nice if you did a intermediate and advanced course on building complex applications. Thanks again for the great content
is this video good for someone who doesn't develop with Java? can I learn something from it ?
how much basics, cuz i already know some other languages @TheSupremeEmperor
Not really a beginner friendly after few minutes
Dan Vega has the best Spring Boot videos on RUclips, hands down. Other contributors leave me with questions that Dan answers right away.
After dabbling through a bunch of starter videos I find this just a perfect spot to start my spring boot journey.
Thanks, Dan.
Nice and neat tutorial! Thanks a lot for your effort.
Thank you so much for that, I really appreciate it ❤️
By far the best crash course I've seen for springboot.
Dan, this video is insane. As a student, you've answered questions that other youtubers and even professors don't take a second to even explain, thus making understanding vital concepts so much easier so thank you for that.
The only bone I have to pick is that the frontend part of the project wasn't included in github or explained really in the video making it a bit harder to follow along.
Decent tutorials. From now on, These will be my cornerstone before watching other tutorials. You explain answering what, how, and why questions based on the foundations. Thank you so much for sharing. God bless you!
Thanks, Dan! This is an amazing course. ❤
You're so welcome! Thank you so much for the donation my friend 🤩
Coming from Django and Next.js, Spring and Spring Boot is very low level and very difficult to grasp the concept of, especially with the way that their documentation is laid out for Java/Spring beginners. Thank goodness I had prior C++ experience, otherwise the concepts would be too difficult to understand...
Thank you so much for all your hard work into putting these long practical videos out there, for free. It would've been waaaaay harder to learn Spring without your channel! I hope you get the recognition that you deserve. You definitely earned a sub!
This is by far one of the best Springboot tutorials for beginners that I have encountered
I've been working with Spring Boot for many years. You've put together a very detailed yet succinct tutorial here. Thanks!
Thank you for the kind words!
You are a genius in teaching , after I have been learning Java for nearly 3 months I can build something and understand a lost how this server works and how strong the JAVA environment is
Thank you so much Mr. Vega. I'm a self taught software developer myself and I'm learning Spring Boot but most tutorials I found were made with Spring Boot 2, so I have to change many things in my code because it crashes often. And the worst: the teachers are indians with horrible accents that I can't understand most of the time. So I'm glad RUclips finally recommends a great tutorial: updated and in properly spoken english. 👏👏👏
LETS GO!!!!!! 🥳 My weekend to do list
Yay! Let me know what you think of the course.
I'm studying CS and got a new course about Java and Spring. Lectures were terrible and then I got into your channel. You are doing such a great job and after seeing some of your videos I really understood and loved Spring. Thank you so much for that Dan ! Greetings from Poland.
I'm kind of envious that your classes even touch on something like Spring. I just finished a CS Bachelor degree a little over a year ago and we never touched anything like Spring. It was all just pure Java, Python, C, or whatever language that class happened to be using.
I watched many tutorials with java + spring and wasn't exactly sure of java logic as it has been a while since i have messed with java. Other spring tutorials zipped past java logic (rightfully so since it is focused on spring) however your video went the extra step and explained the java code (before spring came into play) and made it clear. thank you!
Dan, a damn good talk on Spring boot with meticulously knitted content. Thanks again for the great content.
It's been 10+ years since I coded. Used to be rather proficient in Java, Spring, Maven, etc... But obviously in 10 years a LOT has changed (I really didn't anticipate this amount of change to be honest, so I though I was facing a rather steep learning curve🙂 )
I am currently 1h30min into the video and so far: absolutely loving it. Clear, step-by-step tutorial. Once in a while had to pause to look up some small things. You are a natural teacher and I am very very very impressed with what you're doing here.
However, if I may, at this point you suddenly add a Vite-front-end project you're using as a test setup for browser usage and I'm lost at this point... I have spent 1+hr now to find a 'short' intro into how I can get this thing up and running on my setup and I am a bit lost... So if at all possible, where should I go to to get a quick-get-up-to-speed on this Vite thing and get it up and running so I can continue following the rest of this awesome tutorial?
What I did in the end:
- Added the VITE plugin to IntelliJ
- Created a new project in IntelliJ
- copied the content of 'main.js' from the video to the one in the newly created project
- ran the project using "npm run dev' command in the IntelliJ console
Definisjon of bean: 43:00
Controller definisjon: a class that accepts requests and returns a respons: 58:14
I like that Dan's English is easy to follow, listen to, and understand.
Man, this is top tier content. Your explanations are so good. You clearly explain why you're doing things a certain way, and why you like certain implementations. Really puts things in perspective about why they're useful.
I would also like to say "Thank you very much!". Very nice approach from you to first show how to implement things by hand and then demonstrate what Spring / Boot has to offer to just not have to write a lot of things yourself. Big kudos.
Great video. I have been working on Spring Boot quite while now and found this as great refresher. Thanks Dan.
For someone getting back to Java after couple of years, this has been an excellent overview of what is current and to be equipped to start writing Java Microservice!!!
Thanks Dan, I found this tutorial very helpful! The course was well structured and you explained everything with great clarity. Subscribed and will be looking more of your tutorials in the future. :)
The best Crash course; actually more than a crash course!!!
The best course on youtube so far. I am coming from a python & golang background and I must say this course is just too nice.
I would explain a Dependency Injected object as an object that (1) is created by the Spring Container Software as it scans through all code. (2) If the scan finds an appropriate annotation (including @Component, @Controller, @RestController, @Service, @Repository for classes and @Bean for methods in @Configuration classes and others??) on an object the container then creates an Object of the appropriate class. Subsequently the Spring container passes this object to your methods when needed. Please explain if this is incorrect. It sure seems a simpler explanation than the documentation, at least to me.
Came here with a lot of questions and got a clear answer. Thank you, Dan!!!!
Thanks for the great video. I would recommend in almost all web programming videos, discussing what is "the problem we are trying to solve" and "what are the advantages and disadvantages of our options."
Great content Dan! That is amazing! Very helpful for everyone to go through the course! Making more of these would be awesome!
Thank you so much, this is so good! get everything started from dev to prod most importantly the core concepts of Spring, thank you Dan!
Thanks for putting in the hours for this! Would love something similar for Spring Security as well :)
on 01:30:20 line 41 -> this method not check if the pathvariable `{id}` is equal to the `content.id` -> i would add an additional check if it not match or do a `content.id = id` to be sure that they are equal
Dan, you are the man! Thank you very much for all your work! I will not let you down!
Awesome Spring Boot Crash Course!
I will be starting this course. This is just what I need. Thank you so much!
Nice, Dan!
I have question. About the JDBC. Can I change to hibernate framework. Tks for reading!
Just wanna give you a huge thanks! The last two sections are super helpful and intuitive!😁
Hi Dan Merry Christmas!!!
I finished this video today! I am a completed beginner of spring boot! Your video really helps me build a good foundation of it. I wonder if I would like to deep dive into the next level of spring boot, what are the videos would you recommend me to watch next ? And, really appreciated for putting the great effort on creating this crash course video ! ❤
Thank you so much for explaining it easily so that a beginner can understand.
Love from 🇮🇳
This is really amazing. Thank you so much for the great content and clear explanation in spring framework.
This is the best Springboot Crash Course
Omg finally I found I video that explain spring boot with simple way no complicated explanations I really recommended for you guys. Thank you Mr Dan Vega you are my angel ❤
i really admire your work ,Thanks for all the effort you did. I have one question : why did you chose to work with jdbc and not jpa ?
Great content Dan!
This was a super helpful tutorial. Thank you for putting out this content.
Hello, how is it possible that some of the Spring Boot internal classes you showed, like ConfigurableApplicationContext, extend multiple classes?
Learned so many new things in spring
Thanks so much ☺️
Please be reminded that for the Railway App, it is important to delete your project after testing and deployment to avoid it from continuing to run and reducing your free usage hours. It is worth noting that unlike Heroku, there is no pause button available.
You really save me thanks ! Difficult to find a real complete tuto on this subject. I am greatful.
Thank you very much for sharing your knowledge, you are the best. It would be great a video with advanced concepts that are often used in a business environment.
Greetings, Dan!
First of all I want to admire your work - you have the best content out there regarding software engineering. I did really like the way you've explained JWT and Spring Security 6. There is one thing I've wondered - do you plan publishing a video about securing microservices?
In case you don't can you recommend any channels, topics, books or whatever which is explanatory and useful enough. I do understand most of the concepts out there but I suck at making them work altogether. Is it worth even using JWT? What are the differences between having security in dev vs production environments? Is Spring Security even good in Production? Should I have different implementations for requests comming from external calls and the ones comming from internal service? Is the Authentication one another service?
Have an amazing day!
Very well-structured content. Thanks a lot for your all efforts to bring this tutorial to us. It really helped me to understand Spring Boot!
Love the infographic at 12:20. Thanks!
This tutorial is awsome!! Thank you so much Dan!!
this is insane Dan! Thank you soooo much!!
Thank you. Please let me know what you think of the course
@@DanVega Awesome trip Dan! Thanks from Spain!
Dan what a great Crash Course, very valuable information here! I will look for more videos from you.
Quick question if we leave the actuators open, is it dangerous ? Or should be use just in non-prod environments ?
Hey Dan, I appreciate your high-quality tutorial video. Could you tell me which theme you're using?
Haven't been through the whole video and the course yet, but I have a feeling that this crash course quality is quite better than plenty rubbish things on Udemy (which I wasted a lot of money for them) as I skim through your clip. Thanks very much for this.
I was searching on How to develop microservices in spring boot and deploy to GCP. @Dan Vega, you made my day. 👍
Should i follow this as fresh starter with springboot??
Wonderfully explained, Thanks
omg, instantly like before watching, greate job, Dan
This helped me to redo the project I did in python flask when I started learning about rest apis
Dan, you're awesome. Thankss for the content.
Thank you for the course! What icon theme and ui theme are you using?
Thank you so much Dan. How does the ContentList values are retained even after the server is restarted.
Great video Dan, thank you
Thanks Dan.
You had a very good explanation of Profiles. And I learned some new Annotations for the Rest Endpoints.
simple to understand, thanks for your efforts!
You are welcome!
Thank a lot; you justify the code by explaining the theory behind Spring and it's very interesting and improve the understand !!!
I love
Nice video thanks.
Pls what icons plugin do you use for your intelijIdea?
Awesome content. It is absolutely pro. I have subscribed and bookmarked your channel.
Awesome, thank you! Glad you enjoyed this crash course.
I really love your course. Hope to watch and learn more from your lesson in the future!!!
Great crash course dan, I really liked your IDE and the way it shows the tips for you for easy coding, can you tell me more about your IDE and installed Extensions please
Amazing video Dan. Loved it!
2 hours in. great tutorial. thanks for your work mister.
I from India but your teaching style is amazing
Sir
Hi Dan! Wonderful video. I'm almost switching to constructor injection but I'm now thinking about my components that extend (inheritance) an abstract class that has some code using other dependencies. Today I can just @Autowire them in the abstract class and spring will solve them for me without my components needing to know anything about it. What do you think about this? I already do composition over inheritance whenever I can, but some problems are solved better with inheritance.
thank you dan! this was very helpful
great course dani. Amazing !
It would be great idea to add your shortcuts to your youtube video that you use
Thanks so much Dan, it was a rollercoaster ride of Springboot very well structured and explained. I was able to learn and refresh a lot of concepts with hands-on. Big fan!!
I would say that I was lucky to find this video. I can't stop watching it! It's easily on my top 3 of crash course videos. I will subscribe right after this comment. Do you have any complete courses in the Java environment, even if it's a paid one? If so, then how do I enroll?
Very good tutorial! Really helpful! Keep up the good work👍
Great video Dan. However, please consider explaining what you're doing in intellij - instead of just saying "command o", tell us Windows users either how to navigate to it or what it is we're supposed to be navigating to.
"command o" that dan uses to search all classes is shift shift on Windows
Really great content! Thanks a lot!
Thank you so much for this. It really helped me understand better how the Spring Boot framework works and what a lot of the annotations do. And I finally understand how the Spring Boot framework automatically instantiates the classes that we create in our project (with the proper annotations), and thus can automatically be injected into other classes that require them.
Thank you, great video!
Thanks for this great tutorial. I wonder what your intelliJ Idea theme and font is.
I want to ask something, I would be glad if someone who knows can answer. Now, we provided crud operations by extending ListCrudRepository in the repository layer, and we were able to provide the same operations by using jdbctemplate. One is class structure and one is interface. If we want more access on the database, I guess we need to use jdbctemplate. Which would be more effective? I am confused :(
Good job man very good course. To the point and very informative!
Hey. Many thanks for your videos. Iam currently learning Spring 🎉🎉🎉😂😂😂❤❤❤
what theme are you using? looks really nice!
Awesome job, Dan! Which code formatter do you use to put each record property on its own line?
This is massive , thank you!!
Thank you. I hope you enjoy it.
@@DanVega Thank you for the awesome content. Could you please share the link to the design drawings you have used in the introduction part? You mentioned you will share it in the resources.
Amazing content!!!