英文: Is it possible to create an API endpoint in REST API if the resource is not an entity? 问题 我正在开发一...
在Rust中,创建”依赖反转”的一些惯用方法有哪些?
英文: What are some idiomatic ways to create “dependency inversion” in rust? 问题 我正在寻找在Rust中创建"依赖反...
How to avoid almost repeatable model in clean architecture and make code follow DRY principle and dependency rule?
英文: How to avoid almost repeatable model in clean architecture and make code follow DRY principle an...
Applying Clean Architecture Principle When Add Dashboard module witch query multiple services from Application Layer
英文: Applying Clean Architecture Principle When Add Dashboard module witch query multiple services fr...
Relating creation and update request use cases to entity in clean architecture REST
英文: Relating creation and update request use cases to entity in clean architecture REST 问题 让我们假设我正在构...
FluentValidation作为复合键
英文: FluentValidation as a Composite Key 问题 我有一个表格,它有一个复合键。 GroupCode GroupRec oDescription T 123 ......
如何创建一个没有提供数据库的REST API?
英文: How can I create a RESTAPI without a provided database? 问题 我目前在使用Express.js或Hapi.js开发RESTful API...
How to map from DTO to domain when have nullable field in API and don't need it on domain model
英文: How to map from DTO to domain when have nullable field in API and don't need it on domain mo...
如何在干净架构中设置实体之间的关系?
英文: How to set relationship between entites in clean architecture? 问题 示例架构 最近,我开始学习干净架构的实现。现在我在创建实体和...
使用Go或V语言是否可以实现”Clean Architecture”?
英文: Is it possible to achieve the "Clean Architecture" using Go or V-lang? 问题 简而言之,由Robert...