Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 375 Bytes

Serverside-test

Implementation of this exercise.

Uses Maven for building and testing.

mvn package will download dependencies and compile the class files.

mvn test will run the unit tests.

mvn exec:java will run the application.

The -q flag can be used to mute the maven output and get the JSON output only.