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.
- Java 21
- Maven 3.6.0 or higher
-
Clone the repository:
git clone https://github.com/w-martin/datediff.git cd datediff
-
Build the project using Maven:
mvn clean install
To run the application, use the following command:
mvn spring-boot:run