Updated readme.md due to changes modules structure

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
This commit is contained in:
Jonathan Philip Knoblauch
2016-05-18 16:16:11 +02:00
parent c9248a80db
commit fcd6cef3fb
4 changed files with 16 additions and 31 deletions

View File

@@ -1,15 +1,15 @@
# Eclipse.IoT hawkBit - Example Management Client
# Eclipse.IoT hawkBit - Example Management Feign Client
This modules contains an example feign client implementation based on the Mgmt API.
This modules contains an example feign client implementation based on the Management API.
Powered by [Feign](https://github.com/Netflix/feign).
# Compile
#### Build hawkbit-example-mgmt-client
#### Build hawkbit-example-mgmt-feign-client
```
$ cd hawkbit/examples/hawkbit-example-mgmt-client
$ cd hawkbit/examples/hawkbit-example-mgmt-feign-client
$ mvn clean install
```