Update documentation.md

This commit is contained in:
Kiyan 2026-01-03 00:52:54 +02:00
parent 24788e1b85
commit 19ea3c0ce4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Project Structure
The project follows a standard Spring Boot application structure:
- `src/main/java/com/example/Portfolio`: Root package.
- `src/main/java/com/example/TaskManager`: Root package.
- `Controllers`: Contains Spring MVC controllers for handling web requests.
- `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.