Skip to content

krll-dev/spring-demo-application

Repository files navigation

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

About

An example application with spring boot

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •