Port auf 8083 umgestellt, Maven Wrapper hinzugefügt, docker_push.sh ins Root verschoben
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -25,7 +25,7 @@ Open-Source-Referenzimplementierung von ZUGFeRD, inklusive des Mustang-Validator
|
||||
mvn spring-boot:run
|
||||
```
|
||||
|
||||
Die Weboberfläche ist dann unter <http://localhost:8080> erreichbar:
|
||||
Die Weboberfläche ist dann unter <http://localhost:8083> erreichbar:
|
||||
PDF hochladen, Rechnungsdaten ausfüllen, "E-Rechnung erzeugen" klicken, ZIP herunterladen.
|
||||
|
||||
Produktions-Build:
|
||||
@@ -62,14 +62,14 @@ Factur-X-XML). Antwort: der Mustang-Prüfbericht als XML — HTTP 200 bei gülti
|
||||
HTTP 422 bei ungültiger Rechnung, ebenfalls mit `X-Zugferd-Valid`-Header.
|
||||
|
||||
```bash
|
||||
curl -X POST http://localhost:8080/api/invoices/validate \
|
||||
curl -X POST http://localhost:8083/api/invoices/validate \
|
||||
-F "file=@rechnung-zugferd.pdf"
|
||||
```
|
||||
|
||||
### Beispiel
|
||||
|
||||
```bash
|
||||
curl -X POST http://localhost:8080/api/invoices/sign \
|
||||
curl -X POST http://localhost:8083/api/invoices/sign \
|
||||
-F "file=@rechnung.pdf" \
|
||||
-F "metadata=@metadata.json;type=application/json" \
|
||||
-o rechnung-zugferd.zip
|
||||
|
||||
Reference in New Issue
Block a user