Skip to content

kirillesau/spring-demo-application

Repository files navigation

spring-demo-application

License: MIT GitHub last commit Java CI with Maven Docker Image CI

An example application with spring boot. It includes topics such as Docker build, GitHub Actions, JPA, RESTController, and more.

Prerequisite

The example has been created for learning purposes only.

How to run

Maven

./mvnw package spring-boot:run

Docker

docker build -t kirillesau/spring-demo-application .
docker run -p 8081:8080 -d --name spring-demo kirillesau/spring-demo-application

Implementation help

Releases

No releases published

Packages

No packages published