diff --git a/bin/clean.bat b/bin/clean.bat index e1440259..af841d8e 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 6f2f9763..84de0ed6 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 0a9d776a..21bfa24b 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 8ff427ad..e160cdb2 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 7f8e95a2..9a077bd4 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 1f6f7e7f..3a2e333b 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 d43e08cb..78f8b59e 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 d90a0c7a..9ee7b99b 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 a6962809..921902c4 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