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:
parent
8b2fd38192
commit
6ec07e7b34
16 changed files with 869 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue