Skip to content

Commit 0b0f80d

Browse files
mlopezFCclaude
andcommitted
docs: update model layer description to include exceptions and validation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ef89fc3 commit 0b0f80d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Common utilities for backend enterprise application development.
66

77
Backend Core provides a set of modular libraries to help you implement clean architecture (three-tier, hexagonal, DDD) in your enterprise Java applications. It includes:
88

9-
- **Model layer**: domain interfaces and DTOs (`backend-core-model`)
9+
- **Model layer**: domain interfaces, DTOs, exceptions, and validation (`backend-core-model`)
1010
- **Data layer**: persistence contracts (`backend-core-data`) and JPA-based implementations (`backend-core-data-impl`)
1111
- **Service layer**: business logic contracts (`backend-core-business`) and default implementations (`backend-core-business-impl`)
1212
- **Spring Boot integration**: auto-configuration support (`backend-core-business-spring-impl`)

0 commit comments

Comments
 (0)