教程更新

This commit is contained in:
mindskip 2020-12-03 10:21:04 +08:00
parent c15c981254
commit 799f12bbf1

View File

@ -44,7 +44,7 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
### 前台系统
* Vue.js 采用新版使用了vue-cli3搭建的系统,减少大量配置文件
* Vue.js 采用新版使用了vue-cli4搭建的系统,减少大量配置文件
* element-ui 最流行的vue组件采用的最新版
* vue-element-admin 优化和扩展版本
* echarts 图表统计
@ -60,7 +60,7 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
* redis 安装
* 进群获取到数据库脚本创建表初始化数据数据库名称为xzs
* 代码分为 mysql / postgresql 2个版本配合应的数据库使用
* 代码分为 mysql / postgresql 2个版本配合应的数据库使用
* 安装mysql / postgresql ,数据库二选一即可 导入sql脚本。mysql导入xzs-mysql.sql脚本。postgresql导入xzx-postgresql.sql脚本
* 学生端默认账号student / 123456
* 管理端默认账号admin / 123456
@ -69,6 +69,7 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
* /uexam/source/xzs为后台代码建议使用IntelliJ IDEA打开
* 打开application-dev.yml文件中配置好postgesql/mysql、redis的服务地址
* 去七牛云官网申请好云存储账号修改application.yml中的qn相关的配置
* 启动后台程序,默认端口为8000。
* 学生系统地址:<http://ip:8000/student>
* 管理端地址:<http://ip:8000/admin>