diff --git a/bin/clean.bat b/bin/clean.bat index e1440259b..af841d8e0 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 6f2f9763b..84de0ed6c 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 0a9d776a4..21bfa24bd 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 8ff427ad8..e160cdb22 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 7f8e95a21..9a077bd40 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 1f6f7e7f8..3a2e333be 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 d43e08cbf..78f8b59e2 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 d90a0c7ae..9ee7b99b0 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 a69628096..921902c4d 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