mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 13:59:36 +01:00
feat(masterdata): Infra-Layer für Customer Aggregate
Liquibase-Migration (007), JPA-Entities (Customer, FrameContract, DeliveryAddress, ContractLineItem), Mapper, Repository-Adapter, 5 Request-DTOs, CustomerController (11 Endpoints), Error-Mapping und 11 Use-Case-Beans in MasterDataUseCaseConfiguration.
This commit is contained in:
parent
6ec07e7b34
commit
797f435a49
19 changed files with 1243 additions and 0 deletions
|
|
@ -11,5 +11,6 @@
|
|||
<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"/>
|
||||
<include file="db/changelog/changes/007-create-customer-schema.xml"/>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue