Skip to content

N12. 使用 Identity Server 身份验证

Alex chow edited this page Apr 11, 2022 · 1 revision

Blazor学习笔记三:使用 Identity Server 身份验证

dotnet tool update --global dotnet-ef
dotnet tool update dotnet-ef
dotnet ef migrations add InitialCreate
dotnet ef database update
Clone this wiki locally