|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# tamguo 題庫
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
# 简介
|
|
|
|
|
|
|
|
|
@ -34,11 +34,11 @@ QQ群:937899574
|
|
|
|
|
|
|
|
|
|
# 项目结构
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
1. `tamguo-common` 一些基础的工具类包
|
|
|
|
|
2. `tamguo-modules-core` 依赖`tamguo-common`,主要是核心业务包,包括数据处理,文件处理,邮件处理,短信处理等等。
|
|
|
|
|
3. `tamguo-bms` 书籍系统[https://books.tamguo.com](https://books.tamguo.com "https://books.tamguo.com"),书籍系统展现层
|
|
|
|
|
3. `tamguo-bms` 书籍系统[https://book.tamguo.com](https://books.tamguo.com "https://books.tamguo.com"),书籍系统展现层
|
|
|
|
|
4. `tamguo-mms`会员中心[https://member.tamguo.com](https://member.tamguo.com "https://member.tamguo.com")
|
|
|
|
|
5. `tamguo-oms`后台管理系统[https://admin.tamguo.com](https://member.tamguo.com "https://admin.tamguo.com")
|
|
|
|
|
6. `tamguo-crawler`爬虫程序,单独项目运行
|
|
|
|
@ -48,6 +48,32 @@ QQ群:937899574
|
|
|
|
|
在`tamguo db`目录下
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 开始
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> 安装 `redis`
|
|
|
|
|
|
|
|
|
|
因为官网没有`windows redis`的版本,我们去github上下载windows版本的redis
|
|
|
|
|
|
|
|
|
|
[redis windows 下载](https://github.com/MicrosoftArchive/redis/releases "redis window")
|
|
|
|
|
|
|
|
|
|
下载`Redis-x64-3.2.100.zip`这个包,解压,执行`redis-server.exe`。
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
看到这个界面Redis就算启动成功。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> 安装 `MYSQL`
|
|
|
|
|
|
|
|
|
|
不做描述
|
|
|
|
|
|
|
|
|
|
> 安装 `jdk1.8`
|
|
|
|
|
|
|
|
|
|
不做描述
|
|
|
|
|
|
|
|
|
|
至此`tamguo`的环境基本基本上已经安装好。
|
|
|
|
|
|
|
|
|
|
> ### 捐赠
|
|
|
|
|
> 感谢你们的支持!
|
|
|
|
|
|
|
|
|
|