修改笔记内容

This commit is contained in:
hello 2025-04-03 06:13:07 +08:00
parent b354b70f7e
commit bfc15537da
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ Service 1 ----> HybridCache ----> MemoryCache ----> DistributedCache
```
https://learn.microsoft.com/zh-cn/azure/architecture/best-practices/caching
## 安装程序包

View File

@ -3,7 +3,7 @@
## 生成迁移脚本
```shell
ef migrations add InitialCreate -o Infrastructure/Migrations
dotnet ef migrations add InitialCreate --output-dir Infrastructure/Migrations
```
## 手动将最新迁移脚本应用到数据库