[!example]- Learning Roadmap
[!todo] Capstone Project: URL Shortener
Spring Core
- Basics - What & Why
- Architecture
- Config
- Beans
- Dependency Injection (DI)
- Inversion of Control (IoC)
- Spring IOC, AOP
- Annotations
- Bean Scope
Spring Data: JPA & JDBC
Spring MVC
- Servlet
- JSP Files
- Architecture
- Components
Spring Boot
- Starters
- Autoconfig
- Actuators
- Embedded Server
- Hibernate
Spring Security
- Auth: OAuth2 & JWT
Containerization and Deployment
- Docker
- Kubernetes
- Cloud platforms (AWS, Azure, GCP)
Code Samples
- RESTful Web Services
- Testing
- Microservices
-
Spring Start Here (Laurentiu Spilca) ⭐
-
Spring Boot: Up and Running (Mark Heckler) ⭐
- Thymeleaf