Merge pull request #10882 from abpframework/auto-merge/rel-5-0/690

Merge branch dev with rel-5.0
pull/10890/head^2
Engincan VESKE 4 years ago committed by GitHub
commit 3af302ecae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@ public class MyClientAppModule : AbpModule
`RemoteServices` section in the `appsettings.json` file is used to get remote service address by default. Simplest configuration is shown below:
````
```json
{
"RemoteServices": {
"Default": {
@ -82,7 +82,7 @@ public class MyClientAppModule : AbpModule
}
}
}
````
```
See the "AbpRemoteServiceOptions" section below for more detailed configuration.
@ -203,4 +203,4 @@ public override void PreConfigureServices(ServiceConfigurationContext context)
}
````
This example uses the [Microsoft.Extensions.Http.Polly](https://www.nuget.org/packages/Microsoft.Extensions.Http.Polly) package. You also need to import the `Polly` namespace (`using Polly;`) to be able to use the `WaitAndRetryAsync` method.
This example uses the [Microsoft.Extensions.Http.Polly](https://www.nuget.org/packages/Microsoft.Extensions.Http.Polly) package. You also need to import the `Polly` namespace (`using Polly;`) to be able to use the `WaitAndRetryAsync` method.

Loading…
Cancel
Save