feat: 添加多租户搭建
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Core.CurrentUsers.Accessor;
|
||||
|
||||
namespace Yi.Framework.AspNetCore.CurrentUser
|
||||
namespace Yi.Framework.Core.CurrentUsers.Accessor
|
||||
{
|
||||
public class HttpContextCurrentPrincipalAccessor : ThreadCurrentPrincipalAccessor
|
||||
{
|
||||
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Yi.Framework.MultiTenancy
|
||||
{
|
||||
public class YiFrameworkMultiTenancyModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user