Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.79 KB

File metadata and controls

40 lines (29 loc) · 1.79 KB

spring-demo-application

License: MIT GitHub last commit Java CI with Maven 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