# 管理系统后台 **Repository Path**: KingGang/management ## Basic Information - **Project Name**: 管理系统后台 - **Description**: 后台管理系统的后台程序,包含使用GraphQL等 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-03-26 - **Last Updated**: 2024-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Management GraphQL # 使用GraphQL 和 Asp.Net Core 3.0 创建的管理系统 ### 使用的技术 - [x] 使用仓储模式 + 服务 + 接口 - [x] 使用GraphiQL作为Graph QL的api文档(Management) - [x] 使用Swagger作为RestFul api的文档(Management + Extension/Attributes) - [x] 使用Redis作为数据缓存(Extension/AOPInterceptors + Extension/Attributes + Services) - [x] 使用AutoMapper做数据映射处理(ViewModel) - [x] 使用Autofac作为容器处理(Management) - [x] Cache使用AOP切面编程(Extension/AOPInterceptors) - [x] 使用JWT - [x] 使用NLog做日志处理(Management) - [ ] API 埋点 推荐:[老张的哲学的仓库](https://gitee.com/laozhangIsPhi/Blog.Core).本系统中使用的AOP、Cache等参照该仓库