Przeglądaj źródła

Update rabbitmq.md

master
Savorboard 5 lat temu
committed by GitHub
rodzic
commit
6d27c4a2da
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      docs/content/user-guide/zh/transports/rabbitmq.md

+ 2
- 2
docs/content/user-guide/zh/transports/rabbitmq.md Wyświetl plik

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

```

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

```csharp

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

```
```

Ładowanie…
Anuluj
Zapisz