Skip to content

Commit 048b148

Browse files
committed
修改readme的demo
1 parent 98e3687 commit 048b148

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README-zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ dbcontext `AbstractShardingDbContext`和`IShardingTableDbContext`如果你是普
208208
{
209209
app.UseDeveloperExceptionPage();
210210
}
211-
//not required, enable job auto create table 非必须 启用自动创建表的任务
212-
app.ApplicationServices.UseAutoShardingCreate();
213211
//not required, enable check table missing and auto create,非必须 启动检查缺少的表并且创建
214212
app.ApplicationServices.UseAutoTryCompensateTable();
215213
// other configure....

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ u need modify `AddDefaultDataSource` method second param(connection string),don'
215215
{
216216
app.UseDeveloperExceptionPage();
217217
}
218-
//not required, enable job auto create table 非必须 启用自动创建表的任务
219-
app.ApplicationServices.UseAutoShardingCreate();
220218
//not required, enable check table missing and auto create,非必须 启动检查缺少的表并且创建
221219
app.ApplicationServices.UseAutoTryCompensateTable();
222220
// other configure....

0 commit comments

Comments
 (0)