wangxinhui
9 小时以前 526b70eecc5dac5aea91bfffbe0b98118f25827f
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Program.cs
@@ -22,6 +22,7 @@
using WIDESEAWCS_QuartzJob.QuartzExtensions;
using Microsoft.AspNetCore.Builder;
using WIDESEAWCS_Server.HostedService;
using WIDESEAWCS_Tasks;
var builder = WebApplication.CreateBuilder(args);
@@ -38,6 +39,7 @@
}); ;
builder.ConfigureApplication();
//App.ExpDateTime = DateTime.Parse("2025-05-31 00:00:00");
// 2、配置服务
builder.Services.AddSingleton(new AppSettings(builder.Configuration));//注册
@@ -146,4 +148,6 @@
app.MapControllers();
//BarcodeScanner.StartServer();
app.Run();