This is a Spring Boot project.
Being Maven centric, you can compile and package it without tests using
mvn clean compile -DskipTests
Once you have your jar file, you can run it.
To run it you can execute the Spring Boot maven target
mvn spring-boot:run
