refactor: MongoDB支持原生dbName连接字符串解析

#Comment
comment Longbow.Data 升级到 2.3.5
This commit is contained in:
Argo Zhang 2019-08-31 18:28:15 +08:00
parent 7239811f56
commit abb7b0b436
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
6 changed files with 6 additions and 6 deletions

View File

@ -46,7 +46,7 @@
"Widget": "Bootstrap.DataAccess.MongoDB",
"ProviderName": "MongoDB",
"ConnectionStrings": {
"ba": "mongodb://localhost:27017;Database=BootstrapAdmin"
"ba": "mongodb://localhost:27017/BootstrapAdmin"
}
}
],

View File

@ -45,7 +45,7 @@
"Widget": "Bootstrap.DataAccess.MongoDB",
"ProviderName": "MongoDB",
"ConnectionStrings": {
"ba": "mongodb://localhost:27017;Database=BootstrapAdmin"
"ba": "mongodb://localhost:27017/BootstrapAdmin"
}
}
],

View File

@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Longbow.Data" Version="2.3.4" />
<PackageReference Include="Longbow.Data" Version="2.3.5" />
<PackageReference Include="Longbow.Logging" Version="2.2.12" />
<PackageReference Include="Bootstrap.Security.Mvc" Version="2.2.13" />
</ItemGroup>

View File

@ -37,7 +37,7 @@
"ProviderName": "MongoDB",
"ConnectionStrings": {
"ba": "mongodb://localhost:27017;Database=BootstrapAdmin",
"client": "mongodb://localhost:27017;Database=BootstrapClient"
"client": "mongodb://localhost:27017/BootstrapClient"
}
}
],

View File

@ -33,7 +33,7 @@
"Widget": "Bootstrap.Client.DataAccess.MongoDB",
"ProviderName": "MongoDB",
"ConnectionStrings": {
"ba": "mongodb://localhost:27017;Database=BootstrapAdmin"
"ba": "mongodb://localhost:27017/BootstrapAdmin"
}
}
],

View File

@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Bootstrap.Security.DataAccess" Version="2.2.12" />
<PackageReference Include="Longbow.Data" Version="2.3.4" />
<PackageReference Include="Longbow.Data" Version="2.3.5" />
<PackageReference Include="Longbow.Logging" Version="2.2.12" />
<PackageReference Include="Longbow.PetaPoco" Version="1.0.2" />
<PackageReference Include="Longbow.Security.Cryptography" Version="1.3.0" />