-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaunch.bat
More file actions
9 lines (4 loc) · 702 Bytes
/
launch.bat
File metadata and controls
9 lines (4 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
start dapr run --app-id mvcfront-service --app-port 5002 --dapr-http-port 50002 --components-path "./components" -- dotnet run --project "./MvcFront/MvcFront.csproj"
start dapr run --app-id ordersapi-service --app-port 5003 --dapr-http-port 50003 --components-path "./components" -- dotnet run --project "./OrdersApi/OrdersApi.csproj"
start dapr run --app-id facesapi-service --app-port 5004 --dapr-http-port 50004 --components-path "./components" -- dotnet run --project "./FacesApi/FacesApi.csproj"
start dapr run --app-id notificationapi-service --app-port 5005 --dapr-http-port 50005 --components-path "./components" -- dotnet run --project "./NotificationApi/NotificationApi.csproj"