Update README.md to add Java-based start instructions alongside Docker setup
Build and Push Docker Image / build-and-push (push) Successful in 15s

This commit is contained in:
2026-07-10 13:41:51 +02:00
parent 70c01a8178
commit 90b90dd433
+8 -1
View File
@@ -14,7 +14,14 @@ A Spring Boot web service that automatically fetches, manages, and serves Javado
JRE-21 or docker
## Docker
## Start
### ... with Java
```bash
java -jar jdvc-<version>.jar --spring.config.import=file:./jdvs.yml
```
### .. with Docker
```yaml
services: