Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.13 KB

Spring Template

Overview

This repository contains the source code for the Spring Examen project. The project is a Spring Boot application with various components like controllers, services, and repositories. It also integrates Swagger for API documentation.

Project Structure

  • Controller: Contains classes responsible for handling HTTP requests.
  • Service: Includes service classes that implement business logic.
  • Repository: Houses repository interfaces for data access.
  • Entity: Contains JPA entity classes representing database entities.
  • Config: Holds configuration classes for the application.
  • Service: Interface defining the contract for the ExamenService.

Build and Run

  1. Clone the repository: git clone https://github.com/malek-labidi/template-spring.git
  2. Navigate to the project directory: cd template-spring
  3. Build the project: mvn clean install
  4. Run the application

Access Swagger Documentation

Swagger is integrated into the project for API documentation. You can access it at Swagger UI.

Best wishes for your exam!