Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 2.26 KB

File metadata and controls

7 lines (4 loc) · 2.26 KB

Section 1: Create Project

This section showcases how to create a basic Spring Boot project using an API spec and configure the database.

Follow the steps detailed as detailed below:

Step 1: Create Project Generate project stub using API specs- prepare Swagger contractsgenerate-project-using-api-specs.md
Step 2: Create DatabaseCreate database tablescreate-database.md
Step 3: Configure Application PropertiesConfigure and customize the application propertiesconfigure-application-properties.md
Step 4: Import Core ModelsImport dependent services models for integrationimport-core-models.md
Step 5: Implement Repository LayerPerform business logic and configure data storesimplement-repository-layer.md
Step 6: Create Validation LayersAdd business data validation logic create-validation-and-enrichment-layers.md
Step 7: Implement Service LayerCreate the service layer required to process business requestsimplement-service-layer.md
Step 8: Build Web LayerImplement web controller layer to manage incoming REST requests build-the-web-layer.md