From 6b241ba9088884a126c47360dabc0b7d708849c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=9D=E9=80=9A=E6=95=B0=E7=A7=91=20StoneDT?= <13913853100@163.com> Date: Mon, 14 Feb 2022 08:35:19 +0000 Subject: [PATCH] update README.md. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e2414..1e4126e 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,16 @@ - 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 在同一个目录下。 +- 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 +运行程序目录结构如下: +--config(目录) + \ + \config.properties(配置文件) + \ +--stonedt-yuqing.jar(运行程序) - 发行版本下载地址:https://gitee.com/stonedtx/yuqing/releases/v1.0