Files
hawkbit/hawkbit-rest/hawkbit-mgmt-resource
Avgustin Marinov 0aaf973b48 Remove spring REST doc (#1446)
Since now hawkBit support Swagger and OpenAPI the documentation is built
using redoc based on OpenAPI definitions. Spring REST documentation is
not needed anymore.

Since this Spring REST doc is not needed and it duplicates API
documentation (no single source of truth and hard to maintain) with this
commit it is removed.

Some tests from the Spring REST doc that seems are not covered by the
JUnit of the resource modules are moved in the resource JUnit tests.

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
2023-10-04 16:56:16 +03:00
..
2023-10-04 16:56:16 +03:00

Eclipse.IoT hawkBit - Mgmt Resource

This is the server-side implementation of the hawkBit Mgmt API that is used to manage and monitor the HawkBit Update Server via HTTP.

Compile

Build hawkbit-mgmt-resource

$ cd hawkbit/hawkbit-mgmt-resource
$ mvn clean install