- Dockerfile (Temurin 21, Zeitzone Berlin, MS Core Fonts für PDF-Renderer) - API-Pfade auf /api/v1/invoices versioniert (Controller, Javadoc, README) - Web-Schicht-Tests für InvoiceSigningController (MockMvc, gemockte Services) - End-to-End-Integrationstest: sign -> ZIP -> erneute Validierung - .env in .gitignore aufgenommen Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
11 lines
88 B
Plaintext
11 lines
88 B
Plaintext
# Build
|
|
target/
|
|
|
|
# IDE / OS
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Lokale Umgebungsvariablen
|
|
.env
|