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,13 +1,13 @@
# Eclipse.IoT hawkBit - Example Feign Core Client
# Eclipse.IoT hawkBit - Example Core Feign Client
This modules contains core resources that are needed by the hawkBit Example DDI Client and the hawkBit Example Management Spring Client.
This modules contains core resources that are needed by the hawkBit Example DDI Feign Client and the hawkBit Example Mgmt Feign Client.
# Compile
#### Build hawkbit-example-feign-core-client
#### Build hawkbit-example-core-feign-client
```
$ cd hawkbit/examples/hawkbit-example-feign-core-client
$ cd hawkbit/examples/hawkbit-example-core-feign-client
$ mvn clean install
```