Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.19 KB

File metadata and controls

30 lines (17 loc) · 1.19 KB

Build Status Coverage Status codebeat badge

Introduction

The Spin framework allows you to seamlessly start and stop your microservices infrastructure as part of a JUnit test run.

Documentation

A getting started guide and reference documentation for Spin is hosted on the Spin Project Page.

Building from Source

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

Continuous Integration

The Continuous Integration service for the project is hosted on Travis

Licensing

This software is provided and distributed under the Apache Software License 2.0. Refer to LICENSE.txt for more information.