This repository contains a sample Spring Boot web application designed for demonstration and learning purposes. It exposes the given endpoints, illustrating basic web server functionality.
Request
Response
{
"Id": 1,
"Name": "John Doe",
"FatherName": "John Doe Sr."
}
Request
{
"Id": 1,
"Name": "John Doe",
"FatherName": "John Doe Sr."
}
Response
{
"message": "Student created successfully"
}
Request
Response
{
"status": "UP"
}
Request
Response
Whatever value is set for DEPLOY_TYPE ENV variable
Request
Response
retrieves the HOSTNAME
docker image pull amirzadajmal/spring-boot-web-app
docker container run -d -p 8081:8081 amirzadajmal/spring-boot-web-app
Content type
Image
Digest
sha256:afb193e10…
Size
306.1 MB
Last updated
over 1 year ago
docker pull amirzadajmal/spring-boot-web-app