摘要:
领域驱动设计(Domain-Driven Design,DDD)是一种面向复杂业务系统建模和架构设计的方法论,由 Eric Evans 在他的经典著作《Domain-Driven Design: Tackling Complexity in the Heart of Software》中提出。 ✳️ 阅读全文
摘要:
(1)通过nuget引入swag (2)代码中处理 var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddControllers(); // Le 阅读全文