소스 검색

Rename

master
yangxiaodong 7 년 전
부모
커밋
b0dcd64b2f
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      src/Cap.Consistency/Infrastructure/ConsistencyOptions.cs

+ 4
- 2
src/Cap.Consistency/Infrastructure/ConsistencyOptions.cs 파일 보기

@@ -1,4 +1,6 @@
namespace Cap.Consistency.Infrastructure
using Cap.Consistency.Job;

namespace Cap.Consistency.Infrastructure
{
/// <summary>
/// Represents all the options you can use to configure the system.
@@ -7,6 +9,6 @@
{
public string BrokerUrlList { get; set; } = "localhost:9092";

public string Cron { get; set; } = "* * * * *";
public string CronExp { get; set; } = Cron.Minutely();
}
}

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