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-18 16:16:11 +02:00
|
|
|
This modules contains core resources that are needed by the hawkBit Example DDI Feign Client and the hawkBit Example Mgmt Feign Client.
|
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
|
|
|
|
|
```
|
|
|
|
|
|