From 01ff7dbe5dac4caa84729d59a08b449b985cfc8e Mon Sep 17 00:00:00 2001 From: Kiyan Date: Sat, 3 Jan 2026 01:17:36 +0200 Subject: [PATCH] Update documentation.md --- documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index 819e8a9..edfd07c 100644 --- a/documentation.md +++ b/documentation.md @@ -4,7 +4,7 @@ This document provides instructions on how to set up, run, and understand the pr ## Project 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. - `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.