Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 329 Bytes

Building from Source

You need Java 1.8

Building

Just invoke the build at the root of the project

$ ./mvnw clean install

Running the app locally

Once you have built the library, you can easily start the app as any other Spring Boot app from the root directory:

$ ./mvnw spring-boot:run