Skip to content

This is an example of how the Death Time middleware works in SpringBoot.

Notifications You must be signed in to change notification settings

DMarzzucco/DeathTimewithSpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Death Time Middleware in APIsREST with SpringBoot

This is an example of how the Death Time middleware works in SpringBoot.

Before Installation

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()); 

Requirements

Installation in Docker Container.

# Initial the App
docker-compose up 

In Local Machine

#Start Data Base
docker-compose up db

# Compile the project
.\mvnw clean install 

#RunApp
.\mvnw spring-boot:run

Port

localhost:8080

Documentation

The server code is documented in Swagger. You can access it at http://localhost:8080/swagger-ui/index.html

Author

Made by Dario Marzzucco (DMarzzucco)

About

This is an example of how the Death Time middleware works in SpringBoot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published