This is the backend part of the Segmentation app exercise.
In your shell just use the mvn spring-boot:run command and the application will start at http://localhost:8080. The frontend part of the application can be found here.
To run the tests just use the mvn clean install command.