This document is designed to help you get up and running quickly with Java projects.
Before you begin, make sure your development environment includes the following tools and software:
- Java Development Kit (JDK): JDK 17 or newer is recommended.
- Apache Maven: Used to build and manage project dependencies.
- Visual Studio Code:Used for editing code and debugging.
- Postgres: Used as database
mvn packagemvn spring-boot:runuse vscode built-in debug mode.
Use VS Code’s EditorConfig extension for lint checking
please use vscode extension => "EditorConfig for VS Code"
Run the following command to perform a Checkstyle check:
mvn checkstyle:checkIt will generate a coverage report at /target/site/jacoco/index.html
mvn clean testAccess the Swagger UI to view and test API endpoints: