VistarStarDataIntegration/admin.net.pro/README.md
2024-09-09 09:23:58 +08:00

119 lines
8.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div align="center"><h1>Admin.NET.Pro</h1></div>
<div align="center"><h3>站在巨人肩膀上的 .NET 通用权限开发框架</h3></div>
<div align="center">
[![star](https://gitee.com/zuohuaijun/Admin.NET/badge/star.svg?theme=dark)](https://gitee.com/zuohuaijun/Admin.NET/stargazers)
[![fork](https://gitee.com/zuohuaijun/Admin.NET/badge/fork.svg?theme=dark)](https://gitee.com/zuohuaijun/Admin.NET/members)
[![GitHub license](https://img.shields.io/badge/license-MIT-yellow)](https://gitee.com/zuohuaijun/Admin.NET/blob/next/LICENSE)
</div>
## 🎁框架介绍
基于 .NET 8 (Furion/SqlSugar) 实现的通用权限开发框架,前端采用 Vue3/Element-plus代码简洁、易扩展。整合最新技术模块插件式开发前后端分离开箱即用。集成多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务调度、打印等众多黑科技。
前后端分离架构模式内置国密算法SM2/SM4软件层面完全符合等保测评和信创要求同时实现国产化机型、操作系统麒麟、中间件、数据库达梦、人大金仓等等适配
```
超高人气的框架(Furion)配合高性能超简单的ORM(SqlSugar)加持,阅历痛点,相见恨晚!让 .NET 开发更简单,更通用,更流行!
```
## 🍁说明
1. 支持各种数据库,后台配置文件自行修改(自动生成数据库及种子数据)
2. 前端运行步骤1、安装依赖pnpm install 2、运行pnpm run dev 3、打包pnpm run build
3. QQ交流群1[87333204](https://jq.qq.com/?_wv=1027&k=1t8iqf0G) QQ交流群2[252381476](https://jq.qq.com/?_wv=1027&k=IkzihDcL)
4. 演示环境1http://101.43.53.74:5005/dist/index.html
5. [GitHub 镜像地址](https://github.com/zuohuaijun/Admin.NET.git) [Gitee 镜像地址](https://gitee.com/zuohuaijun/Admin.NET.git)
## 📙开发流程
```bash
1. 建议每个应用系统单独创建一个工程Admin.NET.Application层只是示例单独设置各项配置引用Admin.NET.Core层非必须不改工程名
2. Web层引用新建的应用层工程即可所有应用系统一个解决方案显示一个后台一套代码搞定可以自由切换不同应用层
# 可以随主仓库升级而升级避免冲突原则上接口、服务、控制器合并模式不影响自建应用层发挥与使用。若必须修改或补充主框架也欢迎PR
```
## 🍎效果截图
<table>
<tr>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/1.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/2.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/3.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/4.png"/></td>
</tr>
<tr>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/5.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/6.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/7.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/8.png"/></td>
</tr>
<tr>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/9.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/10.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/11.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/12.png"/></td>
</tr>
<tr>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/13.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/14.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/15.png"/></td>
<td><img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/16.png"/></td>
</tr>
</table>
## 🍖内置功能
1. 主控面板:控制台页面,可进行工作台,分析页,统计等功能的展示。
2. 用户管理:对企业用户和系统管理员用户的维护,可绑定用户职务,机构,角色,数据权限等。
3. 机构管理:公司组织架构维护,支持多层级结构的树形结构。
4. 职位管理:用户职务管理,职务可作为用户的一个标签。
5. 菜单管理:配置系统菜单,操作权限,按钮权限标识等,包括目录、菜单、按钮。
6. 角色管理:角色绑定菜单后,可限制相关角色的人员登录系统的功能范围。角色也可以绑定数据授权范围。
7. 字典管理:对系统中经常使用的一些较为固定的数据进行维护。
8. 访问日志:用户的登录和退出日志的查看和管理。
9. 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。
10. 服务监控服务器的运行状态CPU、内存、网络等信息数据的查看。
11. 在线用户:当前系统在线用户的查看,包括强制下线。基于 SignalR 实现。
12. 公告管理:系统通知公告信息发布维护,使用 SignalR 实现对用户实时通知。
13. 文件管理文件的上传下载查看等操作文件可使用本地存储阿里云oss、腾讯cos等接入支持拓展。
14. 任务调度:采用 Sundial.NET 功能齐全的开源分布式作业调度系统。
15. 系统配置:系统运行的参数的维护,参数的配置与系统运行机制息息相关。
16. 邮件短信:发送邮件功能、发送短信功能。
17. 系统接口:使用 Swagger 生成相关 api 接口文档。支持 Knife4jUI 皮肤。
18. 代码生成:可以一键生成前后端代码,自定义配置前端展示控件,让开发更快捷高效。
19. 在线构建器:拖动表单元素生成相应的 VUE 代码(支持vue3)。
20. 对接微信:对接微信小程序开发,包括微信支付。
21. 导入导出:采用 Magicodes.IE 支持文件导入导出支持根据H5模板生成PDF等报告文件。
22. 限流控制:采用 AspNetCoreRateLimit 组件实现对接口访问限制。
23. ES 日志:通过 NEST 组件实现日志存取到 Elasticsearch 日志系统。
24. 开放授权支持OAuth 2.0开放标准授权登录,比如微信。
25. APIJSON适配腾讯APIJSON协议支持后端0代码[使用文档](https://github.com/liaozb/APIJSON.NET)。
## 🎀捐赠支持
```
如果对您有帮助请点击右上角⭐Star关注或扫码捐赠感谢支持开源
```
<img src="https://gitee.com/zuohuaijun/Admin.NET/raw/next/doc/img/pay.png"/>
## 💐特别鸣谢
- 👉 Furion[https://gitee.com/dotnetchina/Furion](https://gitee.com/dotnetchina/Furion)
- 👉 vue-next-admin[https://lyt-top.gitee.io/vue-next-admin-doc-preview/](https://lyt-top.gitee.io/vue-next-admin-doc-preview/)
- 👉 SqlSugar[https://gitee.com/dotnetchina/SqlSugar](https://gitee.com/dotnetchina/SqlSugar)
- 👉 NewLife.Redis[https://github.com/NewLifeX/NewLife.Redis](https://github.com/NewLifeX/NewLife.Redis)
- 👉 Magicodes.IE[https://gitee.com/magicodes/Magicodes.IE](https://gitee.com/magicodes/Magicodes.IE)
- 👉 SKIT.FlurlHttpClient.Wechat[https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat](https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat)
- 👉 IdGenerator[https://github.com/yitter/idgenerator](https://github.com/yitter/idgenerator)
- 👉 UAParser[https://github.com/ua-parser/uap-csharp/](https://github.com/ua-parser/uap-csharp/)
- 👉 OnceMi.AspNetCore.OSS[https://github.com/oncemi/OnceMi.AspNetCore.OSS](https://github.com/oncemi/OnceMi.AspNetCore.OSS)
- 👉 NETCore.MailKit[https://github.com/myloveCc/NETCore.MailKit](https://github.com/myloveCc/NETCore.MailKit)
- 👉 Lazy.Captcha.Core[https://gitee.com/pojianbing/lazy-captcha](https://gitee.com/pojianbing/lazy-captcha)
- 👉 AspNetCoreRateLimit[https://github.com/stefanprodan/AspNetCoreRateLimit](https://github.com/stefanprodan/AspNetCoreRateLimit)
- 👉 Elasticsearch.Net[https://github.com/elastic/elasticsearch-net](https://github.com/elastic/elasticsearch-net)
- 👉 Masuit.Tools[https://gitee.com/masuit/Masuit.Tools](https://gitee.com/masuit/Masuit.Tools)
- 👉 IGeekFan.AspNetCore.Knife4jUI[https://github.com/luoyunchong/IGeekFan.AspNetCore.Knife4jUI](https://github.com/luoyunchong/IGeekFan.AspNetCore.Knife4jUI)
- 👉 AspNet.Security.OAuth.Providers[https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers)
- 👉 System.Linq.Dynamic.Core[https://github.com/zzzprojects/System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core)
- 👉 APIJSON.NET[https://github.com/liaozb/APIJSON.NET](https://github.com/liaozb/APIJSON.NET)
- 👉 vue-plugin-hiprint[https://gitee.com/CcSimple/vue-plugin-hiprint](https://gitee.com/CcSimple/vue-plugin-hiprint)