This is a module responsible for common code (constants, exceptions, model classes, etc) used by many fogbow services like Resource Allocation Service (RAS) and Authentication Service (AS).
First of all, you will need Java 8, Maven and Git installed.
git clone https://github.com/fogbow/common.git
cd common
mvn install -dSkipTests
- Start your IDE (IntelliJ, Eclipse or other);
- Open a fogbow service (like RAS or AS) project;
- Import common as a module in the service project;
For instructions about how to contribute, check out our contributor's guide.