File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Blog.Core 开箱即用的企业级前后端分离【 .NET Core6.0 Api + Vue 2.x
28
28
---------------------
29
29
30
30
** 已被近100家公司所使用(🐱🚀):[ 点击查看列表] ( https://github.com/anjoy8/Blog.Core/issues/75 ) ** 欢迎盖楼,留下公司真实名字的,可得定制化指导服务。
31
- 同时商业授权付费版也悄悄准备上线 ,欢迎联系老张(QQ:3143422472)。
31
+ 同时如果企业有付费咨询 ,欢迎联系老张(QQ:3143422472)。
32
32
33
33
34
34
@@ -130,6 +130,16 @@ Blog.Core 开箱即用的企业级前后端分离【 .NET Core6.0 Api + Vue 2.x
130
130
- [x] 可配合 Nginx 实现负载均衡;
131
131
- [x] 可配合 Ids4 实现认证中心;
132
132
133
+ ### 核心业务模块
134
+ #### 框架采用泛型仓储模式,以下几层为核心层,不可删除
135
+ ` Blog.Core.Api ` 、` Blog.Core.Common ` 、` Blog.Core.IServices ` 、` Blog.Core.Model ` 、` Blog.Core.Repository ` 、` Blog.Core.Services ` 、` Blog.Core.Tasks ` 、` Blog.Core.Serilog `
136
+ 其他代码分层是支撑层,如果自己业务涉及不到,可以删除。
137
+
138
+ #### API接口层主要是基于RBAC的基于按钮级别的角色授权逻辑,以下几个Controller,不可删除
139
+ ` BaseApiController.cs ` (接口基类)、` DepartmentController ` (部门)、` ImgController ` (图片)、` LoginController ` (登录)、` ModuleController ` (接口)、` PermissionController ` (菜单)、` RoleController ` (角色)、` TasksQzController ` (任务调度)、` UserController ` (用户)、` UserRoleController ` (用户角色关系)
140
+ 其他代码部分是扩展业务,如果自己业务涉及不到,可以删除。
141
+
142
+
133
143
134
144
### 自定义全部日志记录图
135
145
![ 系统架构图] ( https://img.neters.club/github/log5.png )
You can’t perform that action at this time.
0 commit comments