Files
hawkbit/examples/hawkbit-example-mgmt-simulator/README.md
Kai Zimmermann 1beb2875fa Upgrade to Spring Boot 1.4 (#415)
* Boot upgrade due to known security issues.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
2017-01-17 15:03:52 +01:00

39 lines
974 B
Markdown

# Eclipse.IoT hawkBit - Example Management Feign Client
Example Spring Boot client that shows how to efficiently use the hawkBit Example Management Feign Client and the hawkBit Management API.
Powered by [Feign](https://github.com/Netflix/feign).
## How to run the example client
Run getting started example
$ java -jar hawkbit-example-mgmt-simulator-#version#-exec.jar
Run create and start rollout example
$ java -jar hawkbit-example-mgmt-simulator-#version#-exec.jar --createrollout
## This example shows
In getting started example:
* creating software modules type
* creating distribution set type
* creating distribution sets
* creating software modules
* assigning software modules to distribution sets
In create rollout example:
* creating software modules type
* creating distribution set type
* creating distribution sets
* creating software modules
* assigning software modules to distribution sets
* creating a rollout
* starting a rollout