From c3f1dd846cb865546bb8e41a539bd8de1e706c74 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 13 Aug 2021 16:32:40 +0800 Subject: [PATCH] update bin --- bin/clean.bat | 2 +- bin/run-auth.bat | 2 +- bin/run-gateway.bat | 2 +- bin/run-modules-file.bat | 2 +- bin/run-modules-gen.bat | 2 +- bin/run-modules-job.bat | 2 +- bin/run-modules-system.bat | 2 +- bin/run-monitor.bat | 2 +- ruoyi-ui/bin/run-web.bat | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bin/clean.bat b/bin/clean.bat index e144025..af841d8 100644 --- a/bin/clean.bat +++ b/bin/clean.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 清理生成路径。 +echo [信息] 清理工程target生成路径。 echo. %~d0 diff --git a/bin/run-auth.bat b/bin/run-auth.bat index 6f2f976..84de0ed 100644 --- a/bin/run-auth.bat +++ b/bin/run-auth.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 运行auth工程。 +echo [信息] 使用Jar命令运行Auth工程。 echo. cd %~dp0 diff --git a/bin/run-gateway.bat b/bin/run-gateway.bat index 0a9d776..21bfa24 100644 --- a/bin/run-gateway.bat +++ b/bin/run-gateway.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 运行gateway工程。 +echo [信息] 使用Jar命令运行Gateway工程。 echo. cd %~dp0 diff --git a/bin/run-modules-file.bat b/bin/run-modules-file.bat index 8ff427a..e160cdb 100644 --- a/bin/run-modules-file.bat +++ b/bin/run-modules-file.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 运行modules-file工程。 +echo [信息] 使用Jar命令运行Modules-File工程。 echo. cd %~dp0 diff --git a/bin/run-modules-gen.bat b/bin/run-modules-gen.bat index 7f8e95a..9a077bd 100644 --- a/bin/run-modules-gen.bat +++ b/bin/run-modules-gen.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 运行modules-gen工程。 +echo [信息] 使用Jar命令运行Modules-Gen工程。 echo. cd %~dp0 diff --git a/bin/run-modules-job.bat b/bin/run-modules-job.bat index 1f6f7e7..3a2e333 100644 --- a/bin/run-modules-job.bat +++ b/bin/run-modules-job.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 运行modules-job工程。 +echo [信息] 使用Jar命令运行Modules-Job工程。 echo. cd %~dp0 diff --git a/bin/run-modules-system.bat b/bin/run-modules-system.bat index d43e08c..78f8b59 100644 --- a/bin/run-modules-system.bat +++ b/bin/run-modules-system.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 运行modules-system工程。 +echo [信息] 使用Jar命令运行Modules-System工程。 echo. cd %~dp0 diff --git a/bin/run-monitor.bat b/bin/run-monitor.bat index d90a0c7..9ee7b99 100644 --- a/bin/run-monitor.bat +++ b/bin/run-monitor.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 运行monitor工程。 +echo [信息] 使用Jar命令运行Monitor工程。 echo. cd %~dp0 diff --git a/ruoyi-ui/bin/run-web.bat b/ruoyi-ui/bin/run-web.bat index a696280..921902c 100644 --- a/ruoyi-ui/bin/run-web.bat +++ b/ruoyi-ui/bin/run-web.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 使用 Vue 运行 Web 工程。 +echo [信息] 使用 Vue CLI 命令运行 Web 工程。 echo. %~d0