Splitting monolith app to micro services (#1490)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-11-30 15:41:12 +02:00
committed by GitHub
parent b362698af8
commit a6fa75697f
68 changed files with 2222 additions and 225 deletions

View File

@@ -1,6 +1,6 @@
# hawkBit Update Server
The hawkBit Update Server is a standalone spring-boot application with an embedded servlet container .
The hawkBit Update Server (Monolith) is a standalone spring-boot application with an embedded servlet container .
## On your own workstation
@@ -15,7 +15,7 @@ _(Note: you have to add the JDBC driver also to your class path if you intend to
Or:
```bash
run org.eclipse.hawkbit.app.Start
run org.eclipse.hawkbit.doc.Start
```
### Usage