开发部署教程

This commit is contained in:
mindskip
2020-11-13 09:22:47 +08:00
parent 92bc3e8d6a
commit 1bfea8deb8
2 changed files with 49 additions and 43 deletions

View File

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