Files
hawkbit/examples/hawkbit-example-core-feign-client/README.md
SirWayne 176f190ec6 Update docu and readme.md
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-05-19 10:15:02 +02:00

14 lines
319 B
Markdown

# Eclipse.IoT hawkBit - Example Core Feign Client
This modules contains core beans that are needed to create a [Feign Client](https://github.com/Netflix/feign) with hwakBit.
# Compile
#### Build hawkbit-example-core-feign-client
```
$ cd hawkbit/examples/hawkbit-example-core-feign-client
$ mvn clean install
```