Do you want to play some games with some teams but are too lazy to organize a tournament? Luckily for you, some smart and good looking students from the DHBW Karlsruhe created a amazing website that just fits all your small and big needs!
-
Eclipse
- Download & Install Lombok for Eclipse (https://projectlombok.org/download)
- Open Eclipse
- Click file -> Import -> Maven -> Existing Maven Projects -> Next
- Choose root Folder of turniere -> Finish
- Select right JDK (Window -> Preferences -> Java -> Installed JREs -> Add..
- Choose JDK Home -> Apply and Close)
- Right click
pom.xml
-> Run as -> Maven Build -> Goals :clean install
- Run
de.dhbw.karlsruhe.turniere
(TurniereApplication) (Right Click -> Run as -> Java Application) - Server is now available at
localhost:8080
-
General
- Import as Maven Project
- Activate Lombok Plugin for your IDE
- run
mvn clean install
- Run
de.dhbw.karlsruhe.turniere
(TurniereApplication)
- Everything works !