这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
colin e44c4464c0 feat: Adjust the partial dependences 3 months ago
..
LINGYUN.Abp.MicroService.AdminService feat: Add OpenTelemetry Quartz Instrumentation 3 months ago
LINGYUN.Abp.MicroService.AdminService.DbMigrator feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.AdminService.EntityFrameworkCore feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.ApiGateway feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.AppHost feat: Adjust the partial dependences 3 months ago
LINGYUN.Abp.MicroService.AuthServer feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.AuthServer.DbMigrator feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.AuthServer.EntityFrameworkCore feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.IdentityService feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.LocalizationService feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.LocalizationService.DbMigrator feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.LocalizationService.EntityFrameworkCore feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.MessageService feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.MessageService.DbMigrator feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.MessageService.EntityFrameworkCore feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.PlatformService feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.PlatformService.DbMigrator feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.PlatformService.EntityFrameworkCore feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.ServiceDefaults feat: Add OpenTelemetry Quartz Instrumentation 3 months ago
LINGYUN.Abp.MicroService.TaskService feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.TaskService.DbMigrator feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.TaskService.EntityFrameworkCore feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.WeChatService feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.WebhookService feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.WebhookService.DbMigrator feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.WebhookService.EntityFrameworkCore feat: Add Aspire Integration 3 months ago
LINGYUN.Abp.MicroService.WorkflowService feat: Add Aspire Integration 3 months ago
.gitignore feat: Add Aspire Integration 3 months ago
README.md feat: Add Aspire Integration 3 months ago

README.md

先决条件

请参考 Aspire Docs 检查运行所需环境.

安装CLI

请参考 Aspire Docs 安装Aspire CLI.

启动Aspire

aspire run

注意事项

  • 仅用于学习 Aspire 请勿用于生产环境!
  • 项目默认启用 Elasticsearch 作为审计日志及系统运行日志存储, 请视本机情况酌情修改启动参数,避免OOM!
  • 多个项目在启动时初始化Quartz, 就算做了健康检查, 某些情况下还是会造成数据库锁争用, 在仪表盘中重启对应服务即可.