Files
hawkbit/examples/hawkbit-example-mgmt-feign-client/README.md
SirWayne 5bb24c78ad Remove and Rename modules
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-05-18 13:48:04 +02:00

16 lines
323 B
Markdown

# Eclipse.IoT hawkBit - Example Management Client
This modules contains an example feign client implementation based on the Mgmt API.
Powered by [Feign](https://github.com/Netflix/feign).
# Compile
#### Build hawkbit-example-mgmt-client
```
$ cd hawkbit/examples/hawkbit-example-mgmt-client
$ mvn clean install
```