Files
hawkbit/hawkbit-monolith/hawkbit-update-server/README.md
Vasil Ilchev 4a8e60764f Remote Events migrated from Spring Bus to Spring Cloud Stream (#2563)
* Remote Events migrated from Spring Bus to Spring Cloud Stream

---------

Co-authored-by: vasilchev <vasil.ilchev@bosch.com>
2025-07-30 16:58:00 +03:00

24 lines
529 B
Markdown

# hawkBit Update Server
The hawkBit Update Server (Monolith) is a standalone spring-boot application with an embedded servlet container .
## On your own workstation
### Run
```bash
java -jar hawkbit-monolith/hawkbit-update-server/target/hawkbit-update-server-*-SNAPSHOT.jar
```
_(Note: you have to add the JDBC driver also to your class path if you intend to use another database than H2.)_
Or:
```bash
run org.eclipse.hawkbit.doc.Start
```
### Usage
The Management API can be accessed via http://localhost:8080/rest/v1