Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 295 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 295 Bytes

Saper Game

Web application created during "Developer nie SAPER, myli się nie raz" workshop for "Akademickie Targi Pracy".

Build

cd saper
mvn clean package

Deploy

cd saper
mvn spring-boot:run

or

java -jar target/saper*.jar

Use