Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 692 Bytes

File metadata and controls

25 lines (19 loc) · 692 Bytes

☕ Java Spring Boot Projects

A collection of Java Spring Boot projects exploring different concepts and patterns.

📚 Projects

Project Description Key Concepts
AsyncSpring Asynchronous Spring Boot @Async, CompletableFuture, Thread pools
Asenkron1 Async programming practice Asynchronous processing
Blog Blog REST API CRUD operations, REST architecture

🛠� Tech Stack

  • Language: Java
  • Framework: Spring Boot
  • Build: Maven/Gradle

📦 Getting Started

Each project is self-contained:

cd <project-name>
mvn clean install
mvn spring-boot:run