文档更新

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

@@ -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>