15 lines
458 B
Markdown
15 lines
458 B
Markdown
# Eclipse.IoT hawkBit - Example DDI Feign Client API
|
|
|
|
This modules contains the declarative client binding resources of the DDI 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-ddi-feign-client
|
|
|
|
```
|
|
$ cd hawkbit/examples/hawkbit-example-ddi-feign-client
|
|
$ mvn clean install
|
|
```
|