2016-05-19 10:15:02 +02:00
|
|
|
# Eclipse.IoT hawkBit - Example Management Feign Client API
|
2016-05-03 13:46:10 +02:00
|
|
|
|
2016-05-19 10:15:02 +02:00
|
|
|
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).
|
2016-05-03 13:46:10 +02:00
|
|
|
Powered by [Feign](https://github.com/Netflix/feign).
|
|
|
|
|
|
|
|
|
|
# Compile
|
|
|
|
|
|
2016-05-18 16:16:11 +02:00
|
|
|
#### Build hawkbit-example-mgmt-feign-client
|
2016-05-03 13:46:10 +02:00
|
|
|
|
|
|
|
|
```
|
2016-05-18 16:16:11 +02:00
|
|
|
$ cd hawkbit/examples/hawkbit-example-mgmt-feign-client
|
2016-05-03 13:46:10 +02:00
|
|
|
$ mvn clean install
|
|
|
|
|
```
|
|
|
|
|
|