15 lines
284 B
Markdown
15 lines
284 B
Markdown
# Eclipse.IoT hawkBit - System API
|
|
|
|
The System API is used to configurate the hawkBit Update Server. This includes tenants specific operations as well as system wide operations.
|
|
|
|
|
|
# Compile
|
|
|
|
#### Build hawkbit-system-api
|
|
|
|
```
|
|
$ cd hawkbit/hawkbit-system-api
|
|
$ mvn clean install
|
|
```
|
|
|