Skip to content

Latest commit

 

History

History

route-optimization-jsprit

Route Evalutaion Graphhopper

Developer

You can build the project with Gradle: ./gradlew clean build

You need to have a RabbitMQ running on localhost before you start the project.

You can run the project with:./gradlew bootRun

You can test the running project with:

./gradlew test --rerun-tasks --tests com.predictivemovement.evaluation.SendReceiveMessageTest

The test was removed, because it blocked the build process!

A log output can be seen when a message is received.

Alternative you can start the project with: docker-compose build and docker-compose up

Spring AMQP and Spring Boot is used.