CQRS_Simple/README.md
2022-04-07 14:00:58 +08:00

15 lines
239 B
Markdown

## 这是一个 DDD CQRS 的项目初始模版项目
### 后端技术栈
- .netcore 3.1
- MediatR
- EntityFrameworkCore 3.1
- Dapper
- RabbitMQ (Producer & Consumer )
- AutoMapper 9
- FluentValidation
- IdentityServer4 (todo)
- Serilog