2.6K
Git: 2.51+
Spring Boot: 3.5.10
Maven: 3.9+
Java: 25
Docker Desktop: Tested on 4.50+
git clone https://github.com/deepaksorthiya/spring-boot-datetime-serialization-deserialization.git
cd spring-boot-datetime-serialization-deserialization
./mvnw clean package -DskipTests
./mvnw spring-boot:run
OR
java -jar .\target\spring-boot-datetime-serialization-deserialization-0.0.1-SNAPSHOT.jar
./mvnw clean spring-boot:build-image -DskipTests
docker run -p 8080:8080 --name spring-boot-datetime-serialization-deserialization deepaksorthiya/spring-boot-datetime-serialization-deserialization:0.0.1-SNAPSHOT
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
For further reference, please consider the following sections:
The following guides illustrate how to use some features concretely:
Content type
Image
Digest
sha256:14ace8d9c…
Size
66.4 MB
Last updated
8 months ago
docker pull deepaksorthiya/spring-boot-datetime-serialization-deserialization