Browse Source

Update rabbitmq.md

master
Savorboard 5 years ago
committed by GitHub
parent
commit
6d27c4a2da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/content/user-guide/zh/transports/rabbitmq.md

+ 2
- 2
docs/content/user-guide/zh/transports/rabbitmq.md View File

@@ -14,7 +14,7 @@ Install-Package DotNetCore.CAP.RabbitMQ

```

然后,你可以在 `Startup.cs` 的 `ConfigureServices` 方法中添加基于内存的配置项。
然后,你可以在 `Startup.cs` 的 `ConfigureServices` 方法中添加基于 RabbitMQ 的配置项。

```csharp

@@ -65,4 +65,4 @@ services.AddCap(x =>
});
});

```
```

Loading…
Cancel
Save