修改笔记内容
This commit is contained in:
parent
b354b70f7e
commit
bfc15537da
@ -11,6 +11,8 @@ Service 1 ----> HybridCache ----> MemoryCache ----> DistributedCache
|
||||
|
||||
```
|
||||
|
||||
https://learn.microsoft.com/zh-cn/azure/architecture/best-practices/caching
|
||||
|
||||
|
||||
## 安装程序包
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
## 生成迁移脚本
|
||||
|
||||
```shell
|
||||
ef migrations add InitialCreate -o Infrastructure/Migrations
|
||||
dotnet ef migrations add InitialCreate --output-dir Infrastructure/Migrations
|
||||
```
|
||||
|
||||
## 手动将最新迁移脚本应用到数据库
|
||||
|
Loading…
Reference in New Issue
Block a user