Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 585 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 585 Bytes

Datediff

Overview

Datediff is a Java-based project that calculates the difference between two dates. It leverages the Spring Boot framework for building the application and uses Maven for dependency management and build automation.

Prerequisites

  • Java 21
  • Maven 3.6.0 or higher

Installation

  1. Clone the repository:

    git clone https://github.com/w-martin/datediff.git
    cd datediff
  2. Build the project using Maven:

    mvn clean install

Usage

To run the application, use the following command:

mvn spring-boot:run