Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

📁 spring-deep-dive/README.md

# 🌱 Spring Ecosystem Nâng Cao

Khám phá sâu vào bên trong Spring Framework và Spring Boot.

## ✅ Mục tiêu
- Hiểu IoC, AOP hoạt động ra sao
- Sử dụng Spring Boot theo cách tùy biến
- Làm chủ Spring Data, Security
- Làm quen với reactive programming trong Spring

## 📁 Nội dung
- `ioc-aop/` – tạo bean thủ công, AOP logging
- `boot-autoconfig/` – custom starter
- `security-jwt/` – xác thực bằng JWT
- `data-jpa/` – JPA với projection & querydsl
- `webflux/` – reactive web app demo

## ▶️ Cách chạy
```bash
cd ioc-aop
mvn spring-boot:run