1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 13:59:36 +01:00

feat(masterdata): Infra-Layer für Supplier Aggregate

Liquibase-Migration (006), JPA-Entities (SupplierEntity,
QualityCertificateEmbeddable), Mapper, Spring-Data-Repo,
Domain-Repo-Adapter, Request-DTOs, SupplierController
(9 Endpoints), ErrorMapper und UseCaseConfiguration erweitert.
This commit is contained in:
Sebastian Frick 2026-02-18 13:22:46 +01:00
parent 8b2fd38192
commit 6ec07e7b34
16 changed files with 869 additions and 0 deletions

View file

@ -10,5 +10,6 @@
<include file="db/changelog/changes/003-create-audit-logs-table.xml"/>
<include file="db/changelog/changes/004-seed-admin-user.xml"/>
<include file="db/changelog/changes/005-create-masterdata-schema.xml"/>
<include file="db/changelog/changes/006-create-supplier-schema.xml"/>
</databaseChangeLog>