MCPcopy Index your code
hub / github.com/WangJunZzz/abp-vnext-pro

github.com/WangJunZzz/abp-vnext-pro @10.2.0.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release 10.2.0.3 ↗ · + Follow
7,917 symbols 14,509 edges 1,715 files 878 documented · 11%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README



Abp Vnext Pro

🔗 链接

📦 快速开始

  • 安装Cli
dotnet tool install Lion.AbpPro.Cli -g
  • 更新Cli
dotnet tool update Lion.AbpPro.Cli -g

三个项目模板

  • 源码版本
lion.abp new -t pro -c 公司名称 -p 项目名称 -v 版本(默认LastRelease) 
  • nuget版本
lion.abp new -t pro-nuget -c 公司名称 -p 项目名称 -v 版本(默认LastRelease)
  • 模块
lion.abp new -t pro-module -c 公司名称 -p 项目名称 -v 版本(默认LastRelease)

✨ 系统功能

  • [x] 用户管理
  • [x] 角色管理
  • [x] 审计日志
  • [x] 后台任务
  • [x] 集成事件
  • [x] SignalR 消息通知(站内信)
  • [x] 多语言
  • [x] 数据字典
  • [x] 容器化部署
  • [x] 单元测试
  • [x] ES 日志
  • [x] Setting 管理
  • [x] 多租户
  • [x] 菜单管理
  • [x] 代码自动生成

🤝 如何贡献

非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。

Pull Request:

  1. Fork 代码!
  2. 创建自己的分支: git checkout -b feat/xxxx
  3. 提交你的修改: git commit -am 'feat(function): add xxxxx'
  4. 推送您的分支: git push origin feat/xxxx
  5. 提交pull request

Git 贡献提交规范

  • 参考
  • feat 增加新功能
  • fix 修复问题/BUG
  • style 代码风格相关无影响运行结果的
  • perf 优化/性能提升
  • refactor 重构
  • revert 撤销修改
  • test 测试相关
  • docs 文档/注释
  • chore 依赖更新/脚手架配置修改等
  • workflow 工作流改进
  • ci 持续集成
  • types 类型定义文件更改
  • wip 开发中

✒️交流

  • QQ 1群:686933575(已满)
  • QQ 2群:862717726

💖赞助

  • Star就是对该项目的最大肯定!
  • 如果你觉得这个项目对你有帮助,你可以帮作者买一杯咖啡表示支持!

Extension points exported contracts — how you extend this code

INotificationSubscriptionRepository (Interface)
消息通知 仓储接口
aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/INotificationSubscriptionRepository.cs
IDeletesAppService (Interface)
批量删除服务接口 主键类型
aspnet-core/frameworks/src/Lion.AbpPro.Ddd.Application.Contracts/Lion/AbpPro/Ddd/Application/Contracts/IDeletesAppService.cs
IAbpLoginResult (Interface)
(no doc) [1 implementers]
templates/pro-nuget/vben28/src/services/ServiceProxies.ts
IAbpLoginResult (Interface)
(no doc) [1 implementers]
vben28/src/services/ServiceProxies.ts
IMyModuleNameDbContext (Interface)
(no doc)
templates/pro-module/src/MyCompanyName.MyProjectName.MyModuleName.EntityFrameworkCore/EntityFrameworkCore/IMyModuleNameDbContext.cs
RequestOptions (Interface)
(no doc)
vben28/types/axios.d.ts
requestParams (Interface)
(no doc)
vben28/mock/_util.ts
IDemoAppService (Interface)
(no doc)
aspnet-core/services/src/Lion.AbpPro.Application.Contracts/Demo/IDemoAppService.cs

Core symbols most depended-on inside this repo

fromJS
called by 616
templates/pro-nuget/vben28/src/services/ServiceProxies.ts
fromJS
called by 616
vben28/src/services/ServiceProxies.ts
throwException
called by 546
templates/pro-nuget/vben28/src/services/ServiceProxies.ts
throwException
called by 546
vben28/src/services/ServiceProxies.ts
t
called by 317
templates/pro-nuget/vben28/src/hooks/web/useI18n.ts
t
called by 317
vben28/src/hooks/web/useI18n.ts
toJSON
called by 108
templates/pro-nuget/vben28/src/services/ServiceProxies.ts
toJSON
called by 108
vben28/src/services/ServiceProxies.ts

Shape

Method 3,618
Function 1,692
Class 1,661
Interface 846
Enum 100

Languages

TypeScript69%
C#31%

Modules by API surface

vben28/src/services/ServiceProxies.ts1,528 symbols
templates/pro-nuget/vben28/src/services/ServiceProxies.ts1,528 symbols
aspnet-core/frameworks/src/Lion.AbpPro.Core/System/StringExtensions.cs46 symbols
vben28/src/store/modules/multipleTab.ts24 symbols
templates/pro-nuget/vben28/src/store/modules/multipleTab.ts24 symbols
aspnet-core/frameworks/test/Lion.AbpPro.Core.Tests/System/Collections/Generic/CollectionExtensionsTests.cs23 symbols
vben28/src/store/modules/user.ts22 symbols
vben28/src/hooks/web/useMessage.tsx22 symbols
templates/pro-nuget/vben28/src/store/modules/user.ts22 symbols
templates/pro-nuget/vben28/src/hooks/web/useMessage.tsx22 symbols
vben28/src/utils/is.ts20 symbols
templates/pro-nuget/vben28/src/utils/is.ts20 symbols

For agents

$ claude mcp add abp-vnext-pro \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page