The Spin framework allows you to seamlessly start and stop your microservices infrastructure as part of a JUnit test run.
A getting started guide and reference documentation for Spin is hosted on the Spin Project Page.
Both JDK 8 and Maven 3 are required to build Spin from source. With these prerequisites in place you can build Spin by:
git clone https://github.com/PatternFM/spin.git
cd spin
mvn clean install
The Continuous Integration service for the project is hosted on Travis
This software is provided and distributed under the Apache Software License 2.0. Refer to LICENSE.txt for more information.