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