2016-05-18 16:16:11 +02:00
|
|
|
# Eclipse.IoT hawkBit - Example Core Feign Client
|
2016-05-03 13:46:10 +02:00
|
|
|
|
2016-05-19 10:15:02 +02:00
|
|
|
This modules contains core beans that are needed to create a [Feign Client](https://github.com/Netflix/feign) with hwakBit.
|
2016-05-03 13:46:10 +02:00
|
|
|
|
|
|
|
|
# Compile
|
|
|
|
|
|
2016-05-18 16:16:11 +02:00
|
|
|
#### Build hawkbit-example-core-feign-client
|
2016-05-03 13:46:10 +02:00
|
|
|
|
|
|
|
|
```
|
2016-05-18 16:16:11 +02:00
|
|
|
$ cd hawkbit/examples/hawkbit-example-core-feign-client
|
2016-05-03 13:46:10 +02:00
|
|
|
$ mvn clean install
|
|
|
|
|
```
|
|
|
|
|
|