Home > Spring Framework
Outlines the foundational and advanced topics for mastering Spring Framework.
Introduction
| Module | Topics | Hands-On | Assessments |
|---|---|---|---|
| Overview of Spring | Introduction to Spring Spring Architecture Spring Modules |
Setup Spring Project | |
| Spring Core | Spring Beans Bean Lifecycle Dependency Injection Application Context |
Spring Project |
Spring Boot
| Module | Topics | Hands-On | Assessments |
|---|---|---|---|
| Getting Started | Spring Boot Basics Spring Initializr Configuration & Properties |
Spring Boot App | |
| Spring Boot Features | Auto Configuration Spring DevTools Actuators |
Monitor with Actuator |
Spring Web
| Module | Topics | Hands-On | Assessments |
|---|---|---|---|
| Spring MVC | MVC Architecture Controllers & Views Request Handling |
Build a REST API | |
| RESTful Services | RESTful Concepts Spring WebClient Exception Handling |
Consume API using WebClient |
Spring Data
| Module | Topics | Hands-On | Assessments |
|---|---|---|---|
| Spring Data JPA | JPA Basics Repositories Entity Mapping |
CRUD Operations with JPA | |
| Advanced Data Features | Transaction Management Native Queries |
Implement Native Queries |
Spring Security
| Module | Topics | Hands-On | Assessments |
|---|---|---|---|
| Authentication & Authorization | Custom UserDetailsService Security Basics OAuth2 & JWT |
Secure API with JWT | |
| Advanced Security | Spring Security Filters Method-Level Security Security Configurations |
Custom Security Implementation |