Fix grammatical error in architecture documentation (#9350)

This commit is contained in:
Yash Gupta
2025-11-12 16:06:11 +05:30
committed by GitHub
parent 0c9d877fed
commit ec7d65e2d9

View File

@@ -1,6 +1,6 @@
# Architecture
Spring Boot follows a layered architecture in which each layer communicates with the layer directly below or above (hierarchical structure) it. There are four layers in Spring Boot are as follows:
Spring Boot follows a layered architecture in which each layer communicates with the layer directly below or above (hierarchical structure) it. The four layers in Spring Boot are as follows:
* **Presentation Layer**: handles the HTTP requests, translates the JSON parameter to object, and authenticates the request and transfer it to the business layer.
* **Business Layer**: The business layer handles all the business logic. It consists of service classes and uses services provided by data access layers. It also performs authorization and validation.
@@ -10,4 +10,4 @@ Spring Boot follows a layered architecture in which each layer communicates with
Visit the following resources to learn more:
- [@article@Spring Boot Architecture Detailed Explanation](https://www.interviewbit.com/blog/spring-boot-architecture)
- [@feed@Explore top posts about Architecture](https://app.daily.dev/tags/architecture?ref=roadmapsh)
- [@feed@Explore top posts about Architecture](https://app.daily.dev/tags/architecture?ref=roadmapsh)