In just 30 mins I'll share with you what I consider to be the most important concepts you need to know when learning Spring Boot.
🚀Join the private Devtiro community: https://go.devtiro.com/k8p5w
The goal here is not to teach you every little Spring Boot feature, but instead give you enough information to get you experimenting with the framework.
Once you're happy with the concepts this video, consider checking out these tutorials:
- Building a REST API: https://youtu.be/HmRVrAT4uA0
- Error Handling: https://youtu.be/cqzC-ntuCNY
- Databases with JDBC: https://youtu.be/igJ4DHQ0owU
- Databases with Spring Data JPA: https://youtu.be/DYDr8gDDByE
- Scheduling Tasks: https://youtu.be/YhZP6tSDXig
- Security: https://youtu.be/u94zpBiUKUg
- Calling REST APIs: https://youtu.be/XtXm9BHCiZM
- Using Apache Kafka: https://youtu.be/QngHCFFsa00
*Links*
🔗 Common Application Properties: https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html
🔗 Spring Framework Docs: https://docs.spring.io/spring-framework/docs/current/reference/html/
🔗 Spring Boot Docs: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/
*Timestamps*
0:00 Intro
0:26 What is a Framework?
1:57 Dependency Injection
3:36 Declaring Dependencies
5:09 Declaring Beans
7:13 Supported Languages
7:30 Build Tools
8:12 Spring Boot Starters
9:29 Spring Initializr Demo
12:36 Configuration
15:38 Component Scan
16:33 @SpringBootApplication
17:29 Running a Spring Boot App
19:27 Spring Boot App Tour
24:52 Logging 🎉
26:42 Testing
29:53 Next Up