Skip to content
Snippets Groups Projects
user avatar
Martin Vogel authored
Merge remote-tracking branch 'origin/feature/414-sdk-methoden-signaturen' into feature/414-sdk-methoden-signaturen
743853c4
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

How to use

The sdk provides a client that guides through all steps for sending and receiving submission. For further details see the SDK client documentation.

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