Skip to content

Building Distributed Applications with Dapr (Dapr playground)

License

Notifications You must be signed in to change notification settings

iamshen/DaprSample

Repository files navigation

使用 Dapr 构建分布式应用测试项目

QuickStart

git clone git@gitee.com:gold-cloud/dapr-tool-solution.git

visual studio 2022 p

先决条件

基础设施

后端

前端

编程规范

Dapr 配置

详情查看

可插拔组件

本地测试 可插拔组件的时候 请使用 wsl 运行 dotnet run

IdentityServer4

数据库准备

    1. 创建数据库
    • 1.1 创建 postgres 用户 idsrv4 密码 Local@Db
    • 1.2 创建 postgres 数据库 CREATE DATABASE idsrv4 OWNER idsrv4;
    1. 初始化数据库
    • 2.1 把 Idsrv4.Admin | Idsrv4.Admin.Api | Idsrv4.Admin.STS.Identity 这三个项目中 appsettings.json 的所有 ConnectionStrings 的连接字符串修改为自己本地 localhost
    • 2.2 cd dapr-tool-solution\src\IdentityServer4\src\Idsrv4.Admin
    • 2.3 dotnet run /seed

About

Building Distributed Applications with Dapr (Dapr playground)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published