Update stack.md

This commit is contained in:
Kiyan 2025-12-21 09:54:43 +02:00
parent 140f1c0756
commit b27440b06a
1 changed files with 10 additions and 10 deletions

View File

@ -1,21 +1,21 @@
# 🛠️ Technology Stack # 🛠️ Tech Stack
## Backend ## Backend
- **Language**: Java - **Language**: Java 25
- **Framework**: Spring Boot (Web, Data JPA) - **Framework**: Spring Boot (Web, Data JPA)
- **Template Engine**: Thymeleaf - **Template Engine**: Thymeleaf
- **JSON Processing**: JSON.simple - **JSON Processing**: JSON.simple
- **Concurrency**: Spring Async (`@Async`) - **Concurrency**: Spring Async (`@Async`)
## Frontend ### Frontend & Interactivity
- **Structure**: HTML5 * **Thymeleaf:** Server-side Java template engine for seamless HTML rendering.
- **Styling**: CSS3, Bootstrap 5 * **HTMX:** Powering fast, AJAX-like interactivity without the complexity of heavy JavaScript frameworks.
- **Scripting**: JavaScript (Vanilla) * **Scripting**: JavaScript (Vanilla)
## Data & Storage ## Data & Storage
- **Database**: H2 (Dev) / MySQL (Prod) * **Database**: H2 (Dev) / MySQL (Prod)
- **ORM**: Hibernate (via Spring Data JPA) * **ORM**: Hibernate (via Spring Data JPA)
- **File System**: `java.nio` for local file management * **File System**: `java.nio` for local file management
## Build & DevOps ## Build & DevOps
- **Build Tool**: Maven * **Build Tool**: Maven