update README.md

This commit is contained in:
mindskip 2020-10-21 09:07:57 +08:00
parent b6eddc1dbe
commit de874519d3

View File

@ -39,6 +39,27 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
| Redis | 3.0 | | Redis | 3.0 |
| PostgreSql / Mysql | 12.0 / 8.0 | | PostgreSql / Mysql | 12.0 / 8.0 |
## 技术栈列表
### 后台系统
* spring-boot 2.1.6.RELEASE
* spring-boot-security 用户登录验证
* undertow web容器
* postgresql/mysql 优秀的开源数据库
* redis 缓存,提升系统性能
* mybatis 数据库中间件
* hikari 速度最快的数据库连接池
* 七牛云存储
### 前台系统
* Vue.js 采用新版使用了vue-cli3搭建的系统减少大量配置文件
* element-ui 最流行的vue组件采用的最新版
* vue-element-admin 最新版,对该系统做了大量精简,只保留了部分样式和控件
* echarts 图表统计
* ueditor 填空题扩展插件
## 使用教程 ## 使用教程
1. redis 安装 1. redis 安装