1 Star 9 Fork 7

精选开源 / Dorisoy.Pan

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

Dorisoy.Pan v1.0

Dorisoy.Pan 是基于.net core5的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在Windows、Linux 或Mac上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使用最新的Microsoft技术,高性能稳定性和安全性。

先决条件

.NET 5.0 SDK and VISUAL STUDIO 2019, SQL SERVER, MySQL 8.0

安装步骤

1.使用 visual studio 2019+,打开解决方案文件 "Dorisoy.Pan.sln"。

2.右键单击解决方案资源管理器并还原 nuget 软件包。

3.在"Dorisoy.Pan.API 项目中更改“appsettings”中的数据库连接字符串。

4.从“visual studio菜单-->工具-->nuget软件包管理器-->软件包管理器控制台”打开软件包管理器控制台。

5.在package manager控制台中,选择默认项目为 “Dorisoy.Pan.Domain”。

6.在package manager控制台中运行“Update-Database”命令,创建数据库并插入初始数据。

7.在解决方案资源管理器中,右键单击“Dorisoy.Pan.API" 然后从菜单中单击 设置为启动项

8.按F5键运行项目。

项目结构


├──Dorisoy.Pan.sln/                     * 解决方案
│   │
│   ├──Dorisoy.Pan.API                  * REST API Controller, Dependancy configuration, Auto mapper profile 
│   │
│   ├──Dorisoy.Pan.MediatR              * Command handler, Query handler, Fluent API validation
│   │
│   ├──Dorisoy.Pan.Repository           * Each entity repository
│   │
│   ├──Dorisoy.Pan.Domain               * Entity framework dbContext 
|   |
│   ├──Dorisoy.Pan.Common               * Generic repository and Unit of work patterns
│   │ 
│   ├──Dorisoy.Pan.Data                 * Entity classes and DTO classes
│   │
│   ├──Dorisoy.Pan.Helper               * Utility classes

截图

Desktop 客户端示例

Web客户端示例

MIT License Copyright (c) 2022 mschen_ 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.

简介

Dorisoy.Pan 是基于.net core5的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在Windows、Linux 或Mac上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/git-hub-set/Dorisoy.Pan.git
git@gitee.com:git-hub-set/Dorisoy.Pan.git
git-hub-set
Dorisoy.Pan
Dorisoy.Pan
main

搜索帮助