Java HTML CSS
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.mvn/wrapper
src
.gitignore
Dockerfile
OVS_17_10_01.pdf
README.md
lombok.config
mvnw
mvnw.cmd
pom.xml

README.md

sbs

Studenten bilden Schüler (SBS) Online-Verwaltungsssystem (OVS) und API

Requirements

  • Java JDK 1.8
  • Maven 3.5

Quickstart

git clone https://github.com/Blue-Sharp/sbs.git
cd sbs
mvn clean install # or use the provided wrapper mvnw

Start Application

java --spring.profiles.active=local -jar target/ovs-0.0.1-SNAPSHOT.jar # change default port with -Dserver.port=80

Build and run docker image

mvn install dockerfile:build
docker run --name ovs -p 8080:8080 -e spring.profiles.active=local ovs

Visit in your webbrowser localhost:8080