文档更新

This commit is contained in:
mindskip 2020-12-21 11:31:39 +08:00
parent 95f40b903f
commit d096dc656f
8 changed files with 32 additions and 11 deletions

View File

@ -1,4 +1,23 @@
# 学之思在线考试系统
<p></p>
<p></p>
<p align="center">
<a href="https://www.mindskip.net" target="_blank">
<img src="doc/image/logo/1.png" height="80"/>
<a/>
</p>
<div align="center">
[![Gitee star](https://gitee.com/mindskip/xzs-mysql/badge/star.svg?theme=gitee)](https://gitee.com/mindskip/xzs-mysql)
[![Gitee fork](https://gitee.com/mindskip/xzs-mysql/badge/fork.svg?theme=gitee)](https://gitee.com/mindskip/xzs-mysql)
[![Github stars](https://img.shields.io/github/stars/mindskip/xzs-mysql?logo=github)](https://github.com/mindskip/xzs-mysql)
[![Github forks](https://img.shields.io/github/forks/mindskip/xzs-mysql?logo=github)](https://github.com/mindskip/xzs-mysql)
[![Github license](https://img.shields.io/badge/license-AGPL-yellow)](https://gitee.com/mindskip/xzs-mysql/blob/master/LICENSE)
</div>
# 学之思在线考试系统 - Mysql版
## 项目介绍
@ -20,7 +39,7 @@
### 学之思仓库版本地址
* gitee - postgresql [https://gitee.com/mindskip/uexam](https://gitee.com/mindskip/uexam)
* gitee - postgresql [https://gitee.com/mindskip/xzs-mysql](https://gitee.com/mindskip/xzs-mysql)
* 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)
@ -67,10 +86,6 @@
* 记录模块,考试结果的分页,包含了试卷基本信息
* 我的模块,包含个人资料的修改,个人动态,消息中心模块
### 软件架构图
![](doc/image/frame/2.png)
### 系统展示
* 学生考试系统

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

BIN
doc/frame/架构图.vsdx Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 KiB

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

BIN
doc/image/logo/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -27,7 +27,7 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
| 操作系统 | Windows / Linux |
| Jdk | 8 |
| Redis | 6.0 |
| PostgreSql / Mysql | 12.0 / 8.0 |
| Mysql | 8.0 |
## 技术栈列表
@ -36,7 +36,7 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
* spring-boot 2.1.6.RELEASE
* spring-boot-security 用户登录验证
* undertow web容器
* postgresql/mysql 优秀的开源数据库
* mysql 最流行的开源数据库
* redis 缓存,提升系统性能
* mybatis 数据库中间件
* hikari 速度最快的数据库连接池
@ -54,14 +54,18 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
* iView 主题样式
## 架构图
![架构图](https://gitee.com/mindskip/xzs-mysql/raw/master/doc/image/frame/1.png)
## 项目开发
### 开发说明
* redis 安装
* 进群获取到数据库脚本创建表初始化数据数据库名称为xzs
* 代码分为 mysql / postgresql 2个版本,配合相应的数据库使用
* 安装mysql / postgresql ,数据库二选一即可 导入sql脚本。mysql导入xzs-mysql.sql脚本。postgresql导入xzx-postgresql.sql脚本
* 代码分为 mysql版本配合相应的数据库使用
* 安装mysql ,数据库二选一即可 导入sql脚本。mysql导入xzs-mysql.sql脚本。
* 学生端默认账号student / 123456
* 管理端默认账号admin / 123456

View File

@ -13,7 +13,9 @@
<body style="min-width: 1024px;">
<nav class="head">
<div class="head-logo">
<img src="http://www.mindskip.net/images/icon/logo-white.png"/>
<a href="https://www.mindskip.net" target="_blank">
<img src="http://www.mindskip.net/images/icon/logo-white.png"/>
</a>
</div>
<div class="head-link">
<a href="https://www.mindskip.net/" target="_blank">官网</a>