Merge branch 'Feature/Add_Rest_Api_with_Java_client' of
https://github.com/bsinno/hawkbit.git into Feature/Add_Rest_Api_with_Java_client Conflicts: README.md Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
40
README.md
40
README.md
@@ -57,22 +57,24 @@ $ java -jar ./examples/hawkbit-mgmt-api-client/target/hawkbit-mgmt-api-client-#v
|
||||
|
||||
|
||||
# Modules
|
||||
`hawkbit-core` : internal interfaces and utility classes.
|
||||
`hawkbit-security-core` : authentication and authorization.
|
||||
`hawkbit-security-integration` : authentication and authorization integrated with the APIs.
|
||||
`hawkbit-artifact-repository-mongo` : artifact repository implementation to MongoDB.
|
||||
`hawkbit-autoconfigure` : spring-boot auto-configuration.
|
||||
`hawkbit-dmf-api` : API for the Device Management Integration.
|
||||
`hawkbit-dmf-amqp` : AMQP endpoint implementation for the DMF API.
|
||||
`hawkbit-repository` : repository implementation based on SQL for all meta-data.
|
||||
`hawkbit-http-security` : implementation for security filters for HTTP.
|
||||
`hawkbit-rest-core` : internal utility classes for rest.
|
||||
`hawkbit-ddi-api` : Rest interfaces for the Direct Device API.
|
||||
`hawkbit-ddi-dl-api` : Rest interfaces for Direct Device download part.
|
||||
`hawkbit-ddi-resource` : Rest implementation for the Direct Device API with download part.
|
||||
`hawkbit-mgmt-api` : Rest interfaces for REST Management API.
|
||||
`hawkbit-mgmt-resource` : Rest implementation for the REST Management API.
|
||||
`hawkbit-mgmt-ui` : Vaadin UI for Management API.
|
||||
`hawkbit-system-api` : internal rest system API.
|
||||
`hawkbit-system-resource` : internal rest system implementation.
|
||||
`hawkbit-cache-redis` : spring cache manager configuration and implementation with redis, distributed cache and distributed events.
|
||||
* `examples` : hawkBit examples
|
||||
* `hawkbit-artifact-repository-mongo` : Artifact repository implementation to mongoDB.
|
||||
* `hawkbit-autoconfigure` : Spring-boot auto-configuration.
|
||||
* `hawkbit-cache-redis` : Spring cache manager configuration and implementation with redis, distributed cache and distributed events.
|
||||
* `hawkbit-core` : Core elements for internal interfaces and utility classes.
|
||||
* `hawkbit-ddi-api` : The hawkBit DDI API.
|
||||
* `hawkbit-ddi-dl-api` : The hawkBit DDI Download API.
|
||||
* `hawkbit-ddi-resource` : Implementation of the hawkBit DDI API
|
||||
* `hawkbit-dmf-amqp` : AMQP endpoint implementation for the DMF API.
|
||||
* `hawkbit-dmf-api` : API for the Device Management Integration.
|
||||
* `hawkbit-http-security` : Implementation for security filters for HTTP.
|
||||
* `hawkbit-mgmt-api` : The hawkBit Management API
|
||||
* `hawkbit-mgmt-resource` : Implementation of the hawkBit Management API
|
||||
* `hawkbit-mgmt-ui` : Vaadin UI.
|
||||
* `hawkbit-repository` : Repository implementation based on SQL for all meta-data.
|
||||
* `hawkbit-rest-core` : Core elements for the rest modules.
|
||||
* `hawkbit-security-core` : Core security elements.
|
||||
* `hawkbit-security-integration` : Security integration elements to integrate security into hawkBit.
|
||||
* `hawkbit-system-api` : The hawkBit System API
|
||||
* `hawkbit-system-resource` : Implementation of the hawkBit System API
|
||||
* `hawkbit-test-report` : Test reports
|
||||
Reference in New Issue
Block a user