Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb00dbf9

Browse files
committed
修改dbcontext配置
1 parentcc739d0 commitb00dbf9

File tree

23 files changed

+69
-10899
lines changed

23 files changed

+69
-10899
lines changed

‎src/Destiny.Core.Flow.API/Filters/PermissionAuthorizationFilter.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ public async Task OnAuthorizationAsync(AuthorizationFilterContext context)
133133
varresult1=(await_authority.IsPermission(linkurl.ToLower()));
134134
if(!result1.Success)
135135
{
136-
////????不包含的时候怎么返回出去?这个请求终止掉
137-
///
136+
//????不包含的时候怎么返回出去?这个请求终止掉
137+
//
138138
_logger.LogError($"此{linkurl}地址没有权限");
139139

140140
result.Message=MessageDefinitionType.Uncertified;

‎src/Destiny.Core.Flow.API/appsettings.Development.json‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
},
8181
"MongoDBs": {
8282
"MongoDBConnectionString":"DestinyCoreMongoDb.txt",//开发用数据库
83-
84-
},
85-
"MongoDBs": {
86-
"MongoDBConnectionString":"DestinyCoreMongoDb.txt",//开发用数据库
87-
8883
},
8984
"Redis": {
9085
"ConnectionString":"DestinyCoreRedis.txt"

‎src/Destiny.Core.Flow.AspNetCore/Destiny.Core.Flow.AspNetCore.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReferenceInclude="DestinyCore"Version="1.0.1" />
99
<PackageReferenceInclude="DestinyCore.AspNetCore"Version="1.0.1" />
10-
<PackageReferenceInclude="Microsoft.AspNetCore.Authorization"Version="5.0.7" />
10+
<PackageReferenceInclude="Microsoft.AspNetCore.Authorization"Version="5.0.6" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

‎src/Destiny.Core.Flow.Model/Destiny.Core.Flow.Model.csproj‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReferenceInclude="DestinyCore.FluentValidation"Version="1.0.1" />
1111
<PackageReferenceInclude="DestinyCore.TestBase"Version="1.0.1" />
1212
<PackageReferenceInclude="DestinyCore.AutoMapper"Version="1.0.1" />
13-
<PackageReferenceInclude="Microsoft.EntityFrameworkCore.Design"Version="5.0.7">
13+
<PackageReferenceInclude="Microsoft.EntityFrameworkCore.Design"Version="5.0.6">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
@@ -19,11 +19,13 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<ProjectReferenceInclude="..\..\Destiny.Core.Flow.OpenIddict.Entities\Destiny.Core.Flow.OpenIddict.Entities.csproj" />
2322
<ProjectReferenceInclude="..\Destiny.Core.Flow.EntityFrameworkCore\Destiny.Core.Flow.EntityFrameworkCore.csproj" />
2423
<ProjectReferenceInclude="..\Destiny.Core.Flow.IdentityServer.Entities\Destiny.Core.Flow.IdentityServer.Entities.csproj" />
2524
<ProjectReferenceInclude="..\Destiny.Core.Flow.Identity\Destiny.Core.Flow.Identitys.csproj" />
26-
<ProjectReferenceInclude="..\Destiny.Core.Flow.OpenIddict.Entities\Destiny.Core.Flow.OpenIddict.Entities.csproj" />
25+
</ItemGroup>
26+
27+
<ItemGroup>
28+
<FolderInclude="Migrations\" />
2729
</ItemGroup>
2830

2931
</Project>

‎src/Destiny.Core.Flow.Model/EntityConfigurations/OpenIddict/ApplicationConfiguration.cs‎

Lines changed: 0 additions & 28 deletions
This file was deleted.

‎src/Destiny.Core.Flow.Model/EntityConfigurations/OpenIddict/AuthorizationConfiguration.cs‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

‎src/Destiny.Core.Flow.Model/EntityConfigurations/OpenIddict/OpenIddictTokenConfiguration.cs‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

‎src/Destiny.Core.Flow.Model/EntityConfigurations/OpenIddict/ScopeConfiguration.cs‎

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp