1 Star 1 Fork 1

chi8708 / CNet_Admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

一、框架概述

  1. CNet_Admin_Vue是一个.Net5+Vue前后端分离通用权限系统, 用vs2019开发工具。
  2. 后端标准三层结构:
    1. Repository(DAL仓储层)使用Dapper.Contrib+Dapper开发。
    2. api使用asp.net webapi,jwt身份认证。
    3. 数据库支持sqlserver、mysql。
  3. 前端
    1. 基于vue的iview框架。
  4. 在线预览http://106.14.91.48:8918/ 登录名:admin 密码:123123

二、配置使用

  1. 项目文件基本配置

    1. git clone项目,修改文件夹及sln、csproj、user文件名称为项目命名空间。

    2. 修改sln、csproj内容 将CNet修改为项目命名空间。

    3. 用vs打开项目,整个解决方案替换将CNet修改为项目命名空间。

  2. 数据库配置

    1. 还原数据库db→CNet
    2. 配置 DBUtility项目下的DbEntity.ttinclude
    3. 配置web.config项目下的数据库连接
  3. 代码生成

    1. 按Model、DAL、BLL的顺序, 分别保存项目文件 T4.DapperExt→后缀为.tt文件。
  4. 前端

    1. 进入CNet.Web.Admin目录,运行命令:npm install、npm run dev。

三、主界面如下:

四、版本

语言/框架 地址 协议 备注
.Net Framework .net framework+layui+dapper-extensions MIT
.Net Framework + Vue .net framework+iview+dapper.contrib MIT 前后端分离
.Net Core .net core+iview+dapper.contrib MIT 前后端分离
.Net5 .net5+iview+dapper.contrib MIT 前后端分离

五、依赖/中间件

六、后续更新

  1. 微服务注册中心

交流提升

QQ群:851743573

给Aigu赞赏

MIT License Copyright (c) 2022 Aigu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

.net5通用权限管理系统、后台框架、信息管理系统基础框架 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/chi8708/CNet_Admin.git
git@gitee.com:chi8708/CNet_Admin.git
chi8708
CNet_Admin
CNet_Admin
main

搜索帮助