13 lines
455 B
Markdown
13 lines
455 B
Markdown
# Product Feature Examples (Skeleton)
|
|
|
|
Feature structure:
|
|
- domain/model/Product.java
|
|
- domain/repository/ProductRepository.java
|
|
- infrastructure/persistence/ProductEntity.java
|
|
- infrastructure/persistence/ProductJpaRepository.java
|
|
- infrastructure/persistence/ProductRepositoryAdapter.java
|
|
- application/service/ProductService.java
|
|
- presentation/dto/ProductRequest.java
|
|
- presentation/dto/ProductResponse.java
|
|
- presentation/rest/ProductController.java
|