Skip to content

Commit c34b3a8

Browse files
committed
测试使用代理模式
1 parent cef3635 commit c34b3a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ShardingCore.Test/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public void ConfigureServices(IServiceCollection services, HostBuilderContext ho
5656
})
5757
.UseConfig(op =>
5858
{
59+
//op.UseEntityFrameworkCoreProxies = true;
5960
//当无法获取路由时会返回默认值而不是报错
6061
op.ThrowIfQueryRouteNotMatch = false;
6162
//忽略建表错误compensate table和table creator

0 commit comments

Comments
 (0)