|
@@ -66,7 +66,7 @@ |
|
|
1. JavaEE 8 以上版本;
|
|
|
1. JavaEE 8 以上版本;
|
|
|
2. MySQL 5.5 以上版本;
|
|
|
2. MySQL 5.5 以上版本;
|
|
|
3. Redis 4.0 以上版本;
|
|
|
3. Redis 4.0 以上版本;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 运行版本
|
|
|
## 运行版本
|
|
|
|
|
|
|
|
@@ -74,12 +74,9 @@ |
|
|
|
|
|
|
|
|
- 1.安装MySQL、redis,执行建表、建缓存 [initialize_db_cache.sh](https://gitee.com/stonedtx/yuqing/raw/master/initialize_db_cache.sh) 脚本。
|
|
|
- 1.安装MySQL、redis,执行建表、建缓存 [initialize_db_cache.sh](https://gitee.com/stonedtx/yuqing/raw/master/initialize_db_cache.sh) 脚本。
|
|
|
|
|
|
|
|
|
- 2.下载 [config.properties](https://gitee.com/stonedtx/yuqing/raw/master/config/config.properties),并创建 **config目录** 与 stonedt-yuqing.jar 在同一个目录下。
|
|
|
|
|
|
|
|
|
|
|
|
- 3.下载 [stonedt-yuqing.jar](https://gitee.com/stonedtx/yuqing/attach_files/965888/download/stonedt-yuqing.jar) 程序,与 config.properties 在同目录下,执行 java -jar stonedt-yuqing.jar
|
|
|
|
|
|
|
|
|
- 2.下载 [application.yml](https://gitee.com/stonedtx/yuqing/raw/master/config/application.yml),并创建 **config目录** 与 stonedt-yuqing.jar 在同一个目录下。
|
|
|
|
|
|
|
|
|
运行程序目录结构如下:
|
|
|
|
|
|
![输入图片说明](ProIMG/run-dir.png)
|
|
|
|
|
|
|
|
|
- 3.下载 [stonedt-yuqing.jar](https://gitee.com/stonedtx/yuqing/attach_files/965888/download/stonedt-yuqing.jar) 程序,与 application.yml 在同目录下,执行 java -jar stonedt-yuqing.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 发行版本下载地址:https://gitee.com/stonedtx/yuqing/releases/v1.0
|
|
|
- 发行版本下载地址:https://gitee.com/stonedtx/yuqing/releases/v1.0
|
|
|