这是基于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 86998d9e76 feat(ai): Adjust the length of the description field for the tool 2 days ago
..
LINGYUN.Abp.MicroService.AIService feat(ai): Fix the invalid user-defined function name issue 2 days ago
LINGYUN.Abp.MicroService.AIService.DbMigrator feat: Introduce AI management for microservices 2 months ago
LINGYUN.Abp.MicroService.AIService.EntityFrameworkCore feat(ai): Adjust the length of the description field for the tool 2 days ago
LINGYUN.Abp.MicroService.AdminService feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.AdminService.DbMigrator upgrade: upgrade abp to 10.0.2 3 months ago
LINGYUN.Abp.MicroService.AdminService.EntityFrameworkCore feat(data-seeder): Optimize data seeds 3 months ago
LINGYUN.Abp.MicroService.ApiGateway feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.AppHost feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.AuthServer feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.AuthServer.DbMigrator feat(data-seeder): Optimize data seeds 3 months ago
LINGYUN.Abp.MicroService.AuthServer.EntityFrameworkCore feat(data-seeder): Optimize data seeds 3 months ago
LINGYUN.Abp.MicroService.IdentityService feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.LocalizationService feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.LocalizationService.DbMigrator upgrade: upgrade abp to 10.0.2 3 months ago
LINGYUN.Abp.MicroService.LocalizationService.EntityFrameworkCore upgrade: upgrade abp to 10.0.2 3 months ago
LINGYUN.Abp.MicroService.MessageService feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.MessageService.DbMigrator upgrade: upgrade abp to 10.0.2 3 months ago
LINGYUN.Abp.MicroService.MessageService.EntityFrameworkCore fix: Add the missing entity references 5 days ago
LINGYUN.Abp.MicroService.PlatformService feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.PlatformService.DbMigrator upgrade: upgrade abp to 10.0.2 3 months ago
LINGYUN.Abp.MicroService.PlatformService.EntityFrameworkCore feat(data-seeder): Optimize data seeds 3 months ago
LINGYUN.Abp.MicroService.ServiceDefaults upgrade: upgrade abp to 10.0.2 3 months ago
LINGYUN.Abp.MicroService.TaskService feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.TaskService.DbMigrator upgrade: upgrade abp to 10.0.2 3 months ago
LINGYUN.Abp.MicroService.TaskService.EntityFrameworkCore feat(data-seeder): Optimize data seeds 3 months ago
LINGYUN.Abp.MicroService.WeChatService feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.WebhookService feat: Adjust the versions of some packages 5 days ago
LINGYUN.Abp.MicroService.WebhookService.DbMigrator upgrade: upgrade abp to 10.0.2 3 months ago
LINGYUN.Abp.MicroService.WebhookService.EntityFrameworkCore feat(data-seeder): Optimize data seeds 3 months ago
LINGYUN.Abp.MicroService.WorkflowService feat: Adjust the versions of some packages 5 days ago
.gitignore feat(.gitingore): add `aspire-output` ignore 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, 就算做了健康检查, 某些情况下还是会造成数据库锁争用, 在仪表盘中重启对应服务即可.