2016-05-18 16:16:11 +02:00
|
|
|
# Eclipse.IoT hawkBit - Example Management Feign Client
|
2016-05-03 13:46:10 +02:00
|
|
|
|
2016-05-18 16:16:11 +02:00
|
|
|
This modules contains an example feign client implementation based on the Management API.
|
2016-05-03 13:46:10 +02:00
|
|
|
|
|
|
|
|
Powered by [Feign](https://github.com/Netflix/feign).
|
|
|
|
|
|
|
|
|
|
# Compile
|
|
|
|
|
|
2016-05-18 16:16:11 +02:00
|
|
|
#### Build hawkbit-example-mgmt-feign-client
|
2016-05-03 13:46:10 +02:00
|
|
|
|
|
|
|
|
```
|
2016-05-18 16:16:11 +02:00
|
|
|
$ cd hawkbit/examples/hawkbit-example-mgmt-feign-client
|
2016-05-03 13:46:10 +02:00
|
|
|
$ mvn clean install
|
|
|
|
|
```
|
|
|
|
|
|