Sign inSign up

deepaksorthiya/spring-boot-datetime-serialization-deserialization

By deepaksorthiya

•Updated 8 months ago

Image
0

2.6K

deepaksorthiya/spring-boot-datetime-serialization-deserialization repository overview

GitHub Actions Workflow Status Docker Pulls


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

⁠Getting Started

⁠Requirements:

Git: 2.51+
Spring Boot: 3.5.10
Maven: 3.9+
Java: 25
Docker Desktop: Tested on 4.50+

⁠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:

Tag summary

Content type

Image

Digest

sha256:14ace8d9c…

Size

66.4 MB

Last updated

8 months ago

docker pull deepaksorthiya/spring-boot-datetime-serialization-deserialization