2020-09-24 09:55:31 +08:00
|
|
|
|
# 目录
|
|
|
|
|
|
2020-09-27 21:08:40 +08:00
|
|
|
|
## 项目介绍
|
2020-09-24 09:55:31 +08:00
|
|
|
|
|
2020-09-27 21:08:40 +08:00
|
|
|
|
学之思在线考试系统是一款 java + vue 的前后端分离的考试系统。主要优点是开发、部署简单快捷、界面设计友好、代码结构清晰。目前支持web端和微信小程序,能覆盖到pc机和手机等设备。
|
2020-09-24 09:55:31 +08:00
|
|
|
|
|
2020-09-27 21:08:40 +08:00
|
|
|
|
## 开源版使用须知
|
|
|
|
|
|
|
|
|
|
仅用个人学习,商用请购买授权 <http://www.mindskip.net/buy.html>
|
|
|
|
|
|
|
|
|
|
禁止将本项目的代码和资源进行任何形式的出售,产生的一切任何后果责任由侵权者自负
|
|
|
|
|
|
|
|
|
|
## 演示地址
|
|
|
|
|
|
|
|
|
|
官网:<http://www.mindskip.net>
|
|
|
|
|
|
|
|
|
|
学之思考试系统:<http://www.mindskip.net/xzs.html>
|
|
|
|
|
|
|
|
|
|
学多多考试系统:<http://www.mindskip.net/xdd.html>
|
|
|
|
|
|
|
|
|
|
思多多智能考试平台:<http://www.mindskip.net/sdd.html>
|
2020-09-24 09:55:31 +08:00
|
|
|
|
|
2020-10-12 08:58:44 +08:00
|
|
|
|
## 学之思仓库版本地址
|
2020-10-09 09:46:08 +08:00
|
|
|
|
|
|
|
|
|
gitee - postgresql :[https://gitee.com/mindskip/uexam](https://gitee.com/mindskip/uexam)
|
|
|
|
|
|
|
|
|
|
gitee - mysql :[https://gitee.com/mindskip/xzs-mysql](https://gitee.com/mindskip/xzs-mysql)
|
|
|
|
|
|
|
|
|
|
github - postgresql :[https://github.com/mindskip/xzs](https://github.com/mindskip/xzs)
|
|
|
|
|
|
|
|
|
|
github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/mindskip/xzs-mysql)
|
|
|
|
|
|
2020-09-24 09:55:31 +08:00
|
|
|
|
## 运行环境
|
|
|
|
|
|
|
|
|
|
| 环境 | 版本 |
|
|
|
|
|
| ---- | ---- |
|
|
|
|
|
| 操作系统 | Windows / Linux |
|
2020-09-27 21:08:40 +08:00
|
|
|
|
| Jdk | 8 |
|
2020-09-24 09:55:31 +08:00
|
|
|
|
| Redis | 3.0 |
|
2020-09-27 21:08:40 +08:00
|
|
|
|
| PostgreSql / Mysql | 12.0 / 8.0 |
|
2020-10-14 10:05:50 +08:00
|
|
|
|
|
2020-10-21 09:07:57 +08:00
|
|
|
|
## 技术栈列表
|
|
|
|
|
|
|
|
|
|
### 后台系统
|
|
|
|
|
|
|
|
|
|
* 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 填空题扩展插件
|
|
|
|
|
|
2020-10-14 10:05:50 +08:00
|
|
|
|
## 使用教程
|
|
|
|
|
|
|
|
|
|
1. redis 安装
|
|
|
|
|
2. 进群获取到数据库脚本,创建表初始化数据,数据库名称为xzs
|
|
|
|
|
3. /uexam/source/xzs为后台代码,建议使用IntelliJ IDEA打开,在application-dev.yml文件中,配置好postgesql/mysql、redis的服务地址,打开XzsApplication文件编译运行,默认端口为8000。
|
|
|
|
|
4. 学生系统地址:<http://localhost:8000/student>
|
|
|
|
|
5. 管理端地址:<http://localhost:8000/admin>
|