Update Readme.md and added new Readme.md to new modules.

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
This commit is contained in:
Jonathan Philip Knoblauch
2016-05-03 13:46:10 +02:00
parent 37e576103a
commit 2341bc8737
12 changed files with 134 additions and 28 deletions

View File

@@ -0,0 +1,15 @@
# 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
```