This is an example of how the Death Time middleware works in SpringBoot.
Before testing the application, it is recommended to check the source code to configure the counter. The soruce code is
located at: ./src/main/java/com.DeathTime.API.Spring/middleware/DeathTimerMid.java
.
ZonedDateTime deathTime = LocalDateTime.parse("0000-00-00T00:00:00").atZone(ZoneId.systemDefault());
-
Docker Docker-Desktop
-
.Java Java (Optionals)
-
Java Development Kit (JDK) 17 JDK Oracle (Optionals)
# Initial the App
docker-compose up
#Start Data Base
docker-compose up db
# Compile the project
.\mvnw clean install
#RunApp
.\mvnw spring-boot:run
The server code is documented in Swagger. You can access it at http://localhost:8080/swagger-ui/index.html
Made by Dario Marzzucco (DMarzzucco)