Update documentation.md
This commit is contained in:
parent
01ff7dbe5d
commit
9f29e35e03
|
|
@ -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/PhotoGallery`: Root package.
|
||||
- `src/main/java/com/example/Portfolio`: 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue