Files
Yi.Admin/Yi.Doc.Md/01.框架快速开始教程/02.核心技术.md
T
2023-12-15 23:44:35 +08:00

31 lines
614 B
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.
# 后端
C# Asp.NetCore 8.0
- [x] 动态ApiAbp.vNext
- [x] 鉴权授权:Jwt
- [x] 日志:Serilog
- [x] 模块化:Abp.vNext
- [x] 依赖注入:Autofac
- [x] 对象映射:Mapster
- [x] ORM: SqlsugarCore
- [x] 多租户:Abp.vNext
- [x] 后台任务:Quartz.Net
- [x] 本地缓存:Abp.vNext
- [x] 分布式缓存:Abp.vNext
- [x] 事件总线:Abp.vNext
# 前端
js Vue3.2
- [x] 异步请求:axios
- [x] 图表:echarts
- [x] uielement-plus
- [x] 存储:pinia
- [x] 路由:vue-router
- [x] 打包:vite
# 运维
- [x] 部署:nginx
- [x] CICDgitlab+Jenkins
- [x] Dockerharbor