16 lines
476 B
Markdown
16 lines
476 B
Markdown
# Eclipse.IoT hawkBit - Example Management Feign Client API
|
|
|
|
This modules contains the declarative client binding resources of the Management API.
|
|
For more information see 'Feign Inheritance Support' at [Spring Cloud] (http://projects.spring.io/spring-cloud/spring-cloud.html).
|
|
Powered by [Feign](https://github.com/Netflix/feign).
|
|
|
|
# Compile
|
|
|
|
#### Build hawkbit-example-mgmt-feign-client
|
|
|
|
```
|
|
$ cd hawkbit/examples/hawkbit-example-mgmt-feign-client
|
|
$ mvn clean install
|
|
```
|
|
|