Skip to content
Snippets Groups Projects
user avatar
Martin Vogel authored
e863d11e
History

FIT-Connect Java SDK

Project Setup Info

  • Java 11 (LTS)
  • Maven
  • Junit 5
  • (Guice DI)

Build

To build the maven artifact, run: mvn clean package

Tests

To run all tests, run: mvn test

External Configuration

Configuration properties e.g. for REST-API urls and proxy settings can be found in the HOCON config sdk.conf within the root folder of the project.

Documentation

See the projects module documentation for more specific information:

As well as the official API docs: FIT-Connect Documentation