소스 검색

correct spelling

master
yangxiaodong 7 년 전
부모
커밋
595adb76c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/DotNetCore.CAP/CAP.AppBuilderExtensions.cs

+ 1
- 1
src/DotNetCore.CAP/CAP.AppBuilderExtensions.cs 파일 보기

@@ -58,7 +58,7 @@ namespace Microsoft.AspNetCore.Builder
var messageQueuemarker = app.ApplicationServices.GetService<CapMessageQueueMakerService>();
if (messageQueuemarker == null)
{
throw new InvalidOperationException("You must be config used database provider at AddCap() options! eg: services.AddCap(options=>{ options.UseKafka(...) })");
throw new InvalidOperationException("You must be config used message queue provider at AddCap() options! eg: services.AddCap(options=>{ options.UseKafka(...) })");
}

var databaseMarker = app.ApplicationServices.GetService<CapDatabaseStorageMarkerService>();


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