Compare commits

..

2 Commits

Author SHA1 Message Date
ChenYi
6bd50675a0 更新 2025-09-09 17:12:51 +08:00
ChenYi
99ceb9ca9b 新增雪花Id依赖实现纳秒时间戳 2025-09-09 17:12:41 +08:00
4 changed files with 4 additions and 9 deletions

@ -1 +1 @@
Subproject commit 6a5cb5a96082f72d899f82fe67b8882f2dc892a7 Subproject commit 8987046ceef38da3caf900227e71aaf95671af1a

View File

@ -2,7 +2,7 @@
<configuration> <configuration>
<packageSources> <packageSources>
<add key="JiSheTeam" value="http://proget.jisheyun.com:9511/nuget/JiSheTeam/v3/index.json" protocolVersion="3" allowInsecureConnections="true" /> <!--<add key="JiSheTeam" value="http://proget.jisheyun.com:9511/nuget/JiSheTeam/v3/index.json" protocolVersion="3" allowInsecureConnections="true" />-->
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> <add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>

View File

@ -48,11 +48,6 @@ namespace JiShe.IoT
ConfigurationMultiTenancy(); ConfigurationMultiTenancy();
ConfigureBlobStorage(); ConfigureBlobStorage();
Configure<ServerApplicationOptions>(options =>
{
configuration.GetSection(nameof(ServerApplicationOptions)).Bind(options);
});
Configure<DataChannelOptions>(options => Configure<DataChannelOptions>(options =>
{ {
configuration.GetSection(nameof(DataChannelOptions)).Bind(options); configuration.GetSection(nameof(DataChannelOptions)).Bind(options);

View File

@ -38,7 +38,7 @@
"TenantName": "1YMVZZkAkRArjxSD8457", "TenantName": "1YMVZZkAkRArjxSD8457",
"Namespace": "OneNET", "Namespace": "OneNET",
"PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79", "PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
"PulsarSubscriptionCustomName": "sub3", "PulsarSubscriptionCustomName": "sub4",
"EnableTls": false, "EnableTls": false,
"ValidateServerCertificate": false, "ValidateServerCertificate": false,
"ConnectionTimeout": 30, "ConnectionTimeout": 30,