14 lines
332 B
Markdown
14 lines
332 B
Markdown
|
|
# Eclipse.IoT hawkBit - Example Feign Core Client
|
||
|
|
|
||
|
|
This modules contains core resources that are needed by the hawkBit Example DDI Client and the hawkBit Example Management Spring Client.
|
||
|
|
|
||
|
|
# Compile
|
||
|
|
|
||
|
|
#### Build hawkbit-example-feign-core-client
|
||
|
|
|
||
|
|
```
|
||
|
|
$ cd hawkbit/examples/hawkbit-example-feign-core-client
|
||
|
|
$ mvn clean install
|
||
|
|
```
|
||
|
|
|