Files
hawkbit/examples/hawkbit-example-mgmt-simulator
Kai Zimmermann 92dd6a1a0e Modular hawkBit (#378)
* Cleaned up component scan
* More flexibility for hawkBit micro services
* Introduce spring boot starters
* Eclipse Jetty as hawkBit default
* Fixed links as prep for wiki removal

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
2016-12-13 12:29:21 +01:00
..
2016-12-13 12:29:21 +01:00
2016-05-19 17:21:10 +02:00

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.

How to run the example client

Run getting started example

$ java -jar hawkbit-example-mgmt-simulator-#version#.jar

Run create and start rollout example

$ java -jar hawkbit-example-mgmt-simulator-#version#.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