You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/samples/MicroserviceDemo/_run/__Run_All_Application.ps1

9 lines
381 B

start powershell .\01_AuthServer.ps1
start powershell .\02_IdentityService.ps1
start powershell .\03_BloggingService.ps1
start powershell .\04_ProductService.ps1
start powershell .\05_InternalGateway.ps1
start powershell .\06_BackendAdminAppGateway.ps1
start powershell .\07_PublicWebSiteGateway.ps1
start powershell .\08_BackendAdminApp.ps1
start powershell .\09_PublicWebSite.ps1