Skip to content

deepaksorthiya/spring-boot-datetime-serialization-deserialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Maven Build Test
Docker Pulls


** Spring Boot Date and Time Format, Serialization and DeSerialization Testing **


Getting Started

Requirements:

Git: 2.49.0
Spring Boot: 3.5.0
Maven: 3.9+
Java: 24
Docker Desktop: Tested on 4.41.0

Clone this repository:

git clone https://github.com/deepaksorthiya/spring-boot-datetime-serialization-deserialization.git
cd spring-boot-datetime-serialization-deserialization

Build Project:

./mvnw clean package -DskipTests

Run Project:

./mvnw spring-boot:run

OR

java -jar .\target\spring-boot-datetime-serialization-deserialization-0.0.1-SNAPSHOT.jar

(Optional)Build Docker Image(docker should be running):

./mvnw clean spring-boot:build-image -DskipTests

(Optional)Running On Docker

docker run -p 8080:8080 --name spring-boot-datetime-serialization-deserialization deepaksorthiya/spring-boot-datetime-serialization-deserialization:0.0.1-SNAPSHOT

Run on Local minikube Kubernetes using Helm Chart

cd helm
helm create spring-boot-datetime-serialization-deserialization
helm lint spring-boot-datetime-serialization-deserialization
helm install spring-boot-datetime-serialization-deserialization spring-boot-datetime-serialization-deserialization
helm uninstallspring-boot-datetime-serialization-deserialization spring-boot-datetime-serialization-deserialization

Testing

Postman API Collection

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

Spring Boot Date and Time Format Serialization and DeSerialization Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •