소스 검색

Fix Service Method attribute and nuget package command in readme

master
叶礼飞 7 년 전
부모
커밋
5d22762e49
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      README.md

+ 4
- 4
README.md 파일 보기

@@ -33,25 +33,25 @@ This is a diagram of the CAP working in the ASP.NET Core MicroService architectu
You can run the following command to install the CAP in your project.

```
PM> Install-Package DotNetCore.CAP -Pre
PM> Install-Package DotNetCore.CAP
```

If your Message Queue is using Kafka, you can:

```
PM> Install-Package DotNetCore.CAP.Kafka -Pre
PM> Install-Package DotNetCore.CAP.Kafka
```

If your Message Queue is using RabbitMQ, you can:

```
PM> Install-Package DotNetCore.CAP.RabbitMQ -Pre
PM> Install-Package DotNetCore.CAP.RabbitMQ
```

CAP provides EntityFramework as default database store extension (The MySQL version is under development):

```
PM> Install-Package DotNetCore.CAP.SqlServer -Pre
PM> Install-Package DotNetCore.CAP.SqlServer
```

### Configuration


불러오는 중...
취소
저장