Skip to content
Snippets Groups Projects
README.md 519 B
Newer Older
Martin Vogel's avatar
Martin Vogel committed
## FIT-Co Java SDK

### Project Setup Info
Martin Vogel's avatar
Martin Vogel committed
- Java 11 (LTS)
- Maven
- Junit 5
Martin Vogel's avatar
Martin Vogel committed
- (Guice DI)
Martin Vogel's avatar
Martin Vogel committed
### Build

To build the maven artifact, run: `mvn clean package`
Martin Vogel's avatar
Martin Vogel committed
####
Martin Vogel's avatar
Martin Vogel committed
To run all tests, run: `mvn test`

Martin Vogel's avatar
Martin Vogel committed
### External Configuration
Martin Vogel's avatar
Martin Vogel committed

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.
Martin Vogel's avatar
Martin Vogel committed

Martin Vogel's avatar
Martin Vogel committed
### Documentation
Martin Vogel's avatar
Martin Vogel committed
https://docs.fitko.de/fit-connect/docs/

### Self Service Portal (DEV)
Martin Vogel's avatar
Martin Vogel committed
https://portal.auth-dev.fit-connect.fitko.dev/
Martin Vogel's avatar
Martin Vogel committed