Visit complete Spring Boot roadmap
Spring Boot Topic

Architecture

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:

  • 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.
  • Persistence Layer: The persistence layer contains all the storage logic and translates business objects from and to database rows.
  • Database Layer: In the database layer, CRUD (create, retrieve, update, delete) operations are performed.

For more information, visit the following links:

More Topics

Explore related content

View All Topics
Loved by 100K+ Developers

Start Your Learning
Journey Today

Join thousands of developers who are leveling up their skills with structured roadmaps and expert guidance

No credit card required
Always free
Track your progress