## 运行说明 ### 1. 启动基础设施 ```powershell __Run_Infrastructure.ps1 ``` ### 2. 按顺序启动服务(每个在单独的终端中) - `01_AuthServer.ps1` - 认证服务器 (https://localhost:44399) - `02_IdentityService.ps1` - 身份服务 (https://localhost:44368) - `03_TenantManagementService.ps1` - 租户管理服务 (https://localhost:44336) - `04_BloggingService.ps1` - 博客服务 (https://localhost:44357) - `05_ProductService.ps1` - 产品服务 (https://localhost:44344) - `06_InternalGateway.ps1` - 内部网关 (https://localhost:44329) - `07_BackendAdminAppGateway.ps1` - 后台管理网关 (https://localhost:44315) - `08_PublicWebSiteGateway.ps1` - 公开网站网关 (https://localhost:44397) - `09_BackendAdminApp.ps1` - 后台管理应用 (https://localhost:44354) - `10_PublicWebSite.ps1` - 公开网站 (https://localhost:44335) - `11_ConsoleClientDemo.ps1` - 控制台客户端演示 ### 3. 停止基础设施 ```powershell __Stop_Infrastructure.ps1 ```