diff --git a/docs/README.md b/docs/README.md index 6c03266..5224d90 100644 --- a/docs/README.md +++ b/docs/README.md @@ -39,6 +39,27 @@ github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/min | Redis | 3.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 安装