Skip to content

Sample Usage of CAP Lib with SQLServer, EFCore and RabbitMQ

Notifications You must be signed in to change notification settings

allan-oliveira/YA-Cap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet new sln -n YA-Cap -o YA-Cap cd YA-Cap/ dotnet new webapi -o src/YACap.API dotnet sln add src/YACap.API/YACap.API.csproj

dotnet run --project src/YACap.API/YACap.API.csproj

cd src/YACap.API/ dotnet add package DotNetCore.CAP --version 6.2.1 dotnet add package DotNetCore.CAP.InMemoryStorage --version 6.2.1 dotnet add package Savorboard.CAP.InMemoryMessageQueue --version 6.0.0

About

Sample Usage of CAP Lib with SQLServer, EFCore and RabbitMQ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published