Update documentation.md

This commit is contained in:
Kiyan 2026-01-03 01:17:36 +02:00
parent 6606dc2611
commit 01ff7dbe5d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This document provides instructions on how to set up, run, and understand the pr
## Project Structure ## Project Structure
The project follows a standard Spring Boot application structure: The project follows a standard Spring Boot application structure:
- `src/main/java/com/example/Portfolio`: Root package. - `src/main/java/com/example/PhotoGallery`: Root package.
- `Controllers`: Contains Spring MVC controllers for handling web requests. - `Controllers`: Contains Spring MVC controllers for handling web requests.
- `Services`: Houses business logic, such as fetching project data from Gitea and sending emails. - `Services`: Houses business logic, such as fetching project data from Gitea and sending emails.
- `DTO`: Data Transfer Objects used to shape data for the views. - `DTO`: Data Transfer Objects used to shape data for the views.