Skip to content

Commit

Permalink
测试使用代理模式
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejmnet committed Oct 31, 2022
1 parent cef3635 commit c34b3a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ShardingCore.Test/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public void ConfigureServices(IServiceCollection services, HostBuilderContext ho
})
.UseConfig(op =>
{
//op.UseEntityFrameworkCoreProxies = true;
//当无法获取路由时会返回默认值而不是报错
op.ThrowIfQueryRouteNotMatch = false;
//忽略建表错误compensate table和table creator
Expand Down

0 comments on commit c34b3a8

Please sign in to comment.