Skip to content

josephrodriguez/springboot-starterkit

Repository files navigation

SpringBoot StarterKit

GitHub Workflow Status (branch) codecov Quality Gate Status Maintainability Rating Reliability Rating Security Rating

[java 17] [SpringBoot] release docker

Getting Started

The intention of this project was a simple Kata project to learn Spring Boot and it ended up being what it is today. A door to introduce you to the set of the main functionalities of this technology and integration with advanced execution tools of containers and orchestration like Docker and Kubernetes.

Run

Run the docker container:

docker run -p 8080:8080 josephrodriguez/springboot-starterkit

Open the browser:

http://localhost:8080

image