From d9367425fac44291296a226f2ee81c03becc48cb Mon Sep 17 00:00:00 2001 From: jack <5120499+jack_kui@user.noreply.gitee.com> Date: Thu, 2 Jul 2020 18:03:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BB=A4=E7=89=8C=E7=A7=98=E9=92=A5?= =?UTF-8?q?=E7=9A=84=E2=80=9C=E7=A7=98=E2=80=9D=E5=86=99=E9=94=99=E4=BA=86?= =?UTF-8?q?=EF=BC=8C=E7=9C=8B=E5=88=B0=E9=A1=BA=E6=89=8B=E5=B0=B1=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BA=86=E5=93=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi/src/main/resources/application.yml b/ruoyi/src/main/resources/application.yml index 4e17bf19..cf23b8e0 100644 --- a/ruoyi/src/main/resources/application.yml +++ b/ruoyi/src/main/resources/application.yml @@ -79,7 +79,7 @@ spring: token: # 令牌自定义标识 header: Authorization - # 令牌秘钥 + # 令牌密钥 secret: abcdefghijklmnopqrstuvwxyz # 令牌有效期(默认30分钟) expireTime: 30 From e56efebce527df3d5710a0e7d3edd541e0c1882f Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 4 Jul 2020 15:56:56 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ruoyi-ui/README.md b/ruoyi-ui/README.md index 1b108f32..5b5b5bda 100644 --- a/ruoyi-ui/README.md +++ b/ruoyi-ui/README.md @@ -1,30 +1,30 @@ -## +## 开发 ```bash -# ¡Ŀ +# 克隆项目 git clone https://gitee.com/y_project/RuoYi-Vue -# ĿĿ¼ +# 进入项目目录 cd ruoyi-ui -# װ +# 安装依赖 npm install -# 鲻Ҫֱʹ cnpm װиֹ bugͨ² npm ٶ +# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org -# +# 启动服务 npm run dev ``` - http://localhost:80 +浏览器访问 http://localhost:80 -## +## 发布 ```bash -# Ի +# 构建测试环境 npm run build:stage -# +# 构建生产环境 npm run build:prod ``` \ No newline at end of file From 1e2a2026c6bf4b055fcf7a79997c66cd2a3de81b Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 4 Jul 2020 16:04:30 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ruoyi-ui/README.md b/ruoyi-ui/README.md index 1b108f32..5b5b5bda 100644 --- a/ruoyi-ui/README.md +++ b/ruoyi-ui/README.md @@ -1,30 +1,30 @@ -## +## 开发 ```bash -# ¡Ŀ +# 克隆项目 git clone https://gitee.com/y_project/RuoYi-Vue -# ĿĿ¼ +# 进入项目目录 cd ruoyi-ui -# װ +# 安装依赖 npm install -# 鲻Ҫֱʹ cnpm װиֹ bugͨ² npm ٶ +# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org -# +# 启动服务 npm run dev ``` - http://localhost:80 +浏览器访问 http://localhost:80 -## +## 发布 ```bash -# Ի +# 构建测试环境 npm run build:stage -# +# 构建生产环境 npm run build:prod ``` \ No newline at end of file