jPrime website - https://jprime.io
This project only requires mysql.
The easiest way to start is via
docker-compose up -d
It will start local mysql... you have Adminer at http://localhost:8180/ The mysql Starts on 3306 with username root and password admin so its ready to connect
Just start your spring boot app e.g.
mvn spring-boot:run