Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
5d22762e
Commit
5d22762e
authored
Jul 20, 2017
by
叶礼飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Service Method attribute and nuget package command in readme
parent
45963f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
5d22762e
...
@@ -33,25 +33,25 @@ This is a diagram of the CAP working in the ASP.NET Core MicroService architectu
...
@@ -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.
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:
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:
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):
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
### Configuration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment