Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 426 Bytes

HeroAPI

Vert.X (Java) PoC (Proof of concept)

Build/Run

Compile (JDK 1.8.x)

mvn clean compile 

Build (jar)

mvn clean package

Run

We manage it in 2 different ways:

through Docker (you need to have it installed locally)

./docker run

WARN: Actually BUGGED! =(

through your IDE

IntelliJ run configuration