T-5: set up API-first tooling with OpenAPI spec as single source of truth
Backend: openapi-generator-maven-plugin generates Spring interfaces and DTOs from the spec. Frontend: openapi-typescript + openapi-fetch provide type-safe API access. Both sides get compile-time contract enforcement from a single api.yaml file. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
backend/spotbugs-exclude.xml
Normal file
10
backend/spotbugs-exclude.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<FindBugsFilter>
|
||||
<!-- Exclude generated OpenAPI code from SpotBugs analysis -->
|
||||
<Match>
|
||||
<Package name="de.fete.adapter.in.web.api"/>
|
||||
</Match>
|
||||
<Match>
|
||||
<Package name="de.fete.adapter.in.web.model"/>
|
||||
</Match>
|
||||
</FindBugsFilter>
|
||||
Reference in New Issue
Block a user