1 Star 0 Fork 0

GoldCloud / DaprSample

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

使用 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
MIT License Copyright (c) 2023 iamshen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Dapr Playground expand collapse
C# and 6 more languages
MIT
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
1
https://gitee.com/gold-cloud/dapr-tool-solution.git
git@gitee.com:gold-cloud/dapr-tool-solution.git
gold-cloud
dapr-tool-solution
DaprSample
master

Search