Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 932 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 932 Bytes

Common

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).

How to use

First of all, you will need Java 8, Maven and Git installed.

Installing

git clone https://github.com/fogbow/common.git
cd common
mvn install -dSkipTests

Importing

  1. Start your IDE (IntelliJ, Eclipse or other);
  2. Open a fogbow service (like RAS or AS) project;
  3. Import common as a module in the service project;

Contributing

For instructions about how to contribute, check out our contributor's guide.