feat: 初始化 Gateway 仓库

This commit is contained in:
root
2026-01-29 05:25:02 +00:00
commit 2b6402058d
10 changed files with 437 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# TakeoutSaaS.Gateway
> 基于 YARP 的 API 网关用于统一路由、CORS、限流与可观测性。
## 本地运行
```bash
dotnet run --project TakeoutSaaS.ApiGateway.csproj
```
## 配置
- `appsettings.json`
- `appsettings.Development.json`