diff --git a/bin/clean.bat b/bin/clean.bat index e1440259..8cf42931 100644 --- a/bin/clean.bat +++ b/bin/clean.bat @@ -1,6 +1,8 @@ @echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 echo. -echo [Ϣ] · +echo [信息] 清理生成路径。 echo. %~d0 diff --git a/bin/package.bat b/bin/package.bat deleted file mode 100644 index af8af8ec..00000000 --- a/bin/package.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -echo. -echo [Ϣ] Weḅwar/jarļ -echo. - -%~d0 -cd %~dp0 - -cd .. -call mvn clean package -Dmaven.test.skip=true - -pause \ No newline at end of file diff --git a/bin/run-auth.bat b/bin/run-auth.bat index 6f2f9763..a4986547 100644 --- a/bin/run-auth.bat +++ b/bin/run-auth.bat @@ -1,6 +1,8 @@ @echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 echo. -echo [Ϣ] auth̡ +echo [信息] 运行auth工程。 echo. cd %~dp0 diff --git a/bin/run-gateway.bat b/bin/run-gateway.bat index 0a9d776a..47838b49 100644 --- a/bin/run-gateway.bat +++ b/bin/run-gateway.bat @@ -1,7 +1,11 @@ @echo off -echo. -echo [Ϣ] gateway̡ -echo. +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 + +echo '... ...' +echo 'start module [gateway]' +echo '[信息] 运行gateway工程。' +echo '... ...' cd %~dp0 cd ../ruoyi-gateway/target diff --git a/bin/run-modules-file.bat b/bin/run-modules-file.bat index 8ff427ad..bae4501c 100644 --- a/bin/run-modules-file.bat +++ b/bin/run-modules-file.bat @@ -1,6 +1,8 @@ @echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 echo. -echo [Ϣ] modules-file̡ +echo [信息] 运行modules-file工程。 echo. cd %~dp0 diff --git a/bin/run-modules-gen.bat b/bin/run-modules-gen.bat index 7f8e95a2..bcfcb3d0 100644 --- a/bin/run-modules-gen.bat +++ b/bin/run-modules-gen.bat @@ -1,6 +1,8 @@ @echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 echo. -echo [Ϣ] modules-gen̡ +echo [信息] 运行modules-gen工程。 echo. cd %~dp0 diff --git a/bin/run-modules-job.bat b/bin/run-modules-job.bat index 1f6f7e7f..9e59ea93 100644 --- a/bin/run-modules-job.bat +++ b/bin/run-modules-job.bat @@ -1,6 +1,8 @@ @echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 echo. -echo [Ϣ] modules-job̡ +echo [信息] 运行modules-job工程。 echo. cd %~dp0 diff --git a/bin/run-modules-system.bat b/bin/run-modules-system.bat index d43e08cb..83ee5d03 100644 --- a/bin/run-modules-system.bat +++ b/bin/run-modules-system.bat @@ -1,6 +1,8 @@ @echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 echo. -echo [Ϣ] modules-system̡ +echo [信息] 运行modules-system工程。 echo. cd %~dp0 diff --git a/bin/run-monitor.bat b/bin/run-monitor.bat index d90a0c7a..48ec0e3e 100644 --- a/bin/run-monitor.bat +++ b/bin/run-monitor.bat @@ -1,6 +1,8 @@ @echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 echo. -echo [Ϣ] monitor̡ +echo [信息] 运行monitor工程。 echo. cd %~dp0 diff --git a/docker/mysql/db/readme.txt b/docker/mysql/db/readme.txt index 0b22f3fe..dd89fe0a 100644 --- a/docker/mysql/db/readme.txt +++ b/docker/mysql/db/readme.txt @@ -1 +1 @@ -sqlĿ¼µнűdockerԶִС \ No newline at end of file +存放sql目录下的所有脚本,用于docker自动执行。 \ No newline at end of file diff --git a/docker/nginx/html/dist/readme.txt b/docker/nginx/html/dist/readme.txt index eea3a328..2179af78 100644 --- a/docker/nginx/html/dist/readme.txt +++ b/docker/nginx/html/dist/readme.txt @@ -1 +1 @@ -ǰruoyi-uiõľ̬ļnginxʡ \ No newline at end of file +存放前端ruoyi-ui构建好的静态文件,用于nginx请求访问。 \ No newline at end of file diff --git a/docker/ruoyi/auth/jar/readme.txt b/docker/ruoyi/auth/jar/readme.txt index c35ba276..eb21d619 100644 --- a/docker/ruoyi/auth/jar/readme.txt +++ b/docker/ruoyi/auth/jar/readme.txt @@ -1 +1 @@ -֤ĴõjarļdockerӦá \ No newline at end of file +存放认证中心打包好的jar文件,用于docker启动应用。 \ No newline at end of file diff --git a/docker/ruoyi/gateway/jar/readme.txt b/docker/ruoyi/gateway/jar/readme.txt index 5dfbec76..48034ed9 100644 --- a/docker/ruoyi/gateway/jar/readme.txt +++ b/docker/ruoyi/gateway/jar/readme.txt @@ -1 +1 @@ -ģõjarļdockerӦá \ No newline at end of file +存放网关模块打包好的jar文件,用于docker启动应用。 \ No newline at end of file diff --git a/docker/ruoyi/modules/file/jar/readme.txt b/docker/ruoyi/modules/file/jar/readme.txt index bf2b2a7f..787b3640 100644 --- a/docker/ruoyi/modules/file/jar/readme.txt +++ b/docker/ruoyi/modules/file/jar/readme.txt @@ -1 +1 @@ -ļõjarļdockerӦá \ No newline at end of file +存放文件服务打包好的jar文件,用于docker启动应用。 \ No newline at end of file diff --git a/docker/ruoyi/modules/gen/jar/readme.txt b/docker/ruoyi/modules/gen/jar/readme.txt index 2f25c0af..09f84e0b 100644 --- a/docker/ruoyi/modules/gen/jar/readme.txt +++ b/docker/ruoyi/modules/gen/jar/readme.txt @@ -1 +1 @@ -ŴɴõjarļdockerӦá \ No newline at end of file +存放代码生成打包好的jar文件,用于docker启动应用。 \ No newline at end of file diff --git a/docker/ruoyi/modules/job/jar/readme.txt b/docker/ruoyi/modules/job/jar/readme.txt index 58aea0b1..fbf13c4a 100644 --- a/docker/ruoyi/modules/job/jar/readme.txt +++ b/docker/ruoyi/modules/job/jar/readme.txt @@ -1 +1 @@ -ŶʱõjarļdockerӦá \ No newline at end of file +存放定时任务打包好的jar文件,用于docker启动应用。 \ No newline at end of file diff --git a/docker/ruoyi/modules/system/jar/readme.txt b/docker/ruoyi/modules/system/jar/readme.txt index cfc2a927..4c68bab5 100644 --- a/docker/ruoyi/modules/system/jar/readme.txt +++ b/docker/ruoyi/modules/system/jar/readme.txt @@ -1 +1 @@ -ϵͳģõjarļdockerӦá \ No newline at end of file +存放系统模块打包好的jar文件,用于docker启动应用。 \ No newline at end of file diff --git a/docker/ruoyi/visual/monitor/jar/readme.txt b/docker/ruoyi/visual/monitor/jar/readme.txt index 62b28410..897e01d5 100644 --- a/docker/ruoyi/visual/monitor/jar/readme.txt +++ b/docker/ruoyi/visual/monitor/jar/readme.txt @@ -1 +1 @@ -żĴõjarļdockerӦá \ No newline at end of file +存放监控中心打包好的jar文件,用于docker启动应用。 \ No newline at end of file diff --git a/ruoyi-ui/bin/build.bat b/ruoyi-ui/bin/build.bat index 3159093e..1c579904 100644 --- a/ruoyi-ui/bin/build.bat +++ b/ruoyi-ui/bin/build.bat @@ -1,12 +1,14 @@ -@echo off -echo. -echo [Ϣ] Weḅdistļ -echo. - -%~d0 -cd %~dp0 - -cd .. -npm run build:prod - -pause \ No newline at end of file +@echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 +echo. +echo [信息] 打包Web工程,生成dist文件。 +echo. + +%~d0 +cd %~dp0 + +cd .. +npm run build:prod + +pause diff --git a/ruoyi-ui/bin/package.bat b/ruoyi-ui/bin/package.bat index 5d9fca58..748e2443 100644 --- a/ruoyi-ui/bin/package.bat +++ b/ruoyi-ui/bin/package.bat @@ -1,12 +1,14 @@ -@echo off -echo. -echo [Ϣ] װWeḅnode_modulesļ -echo. - -%~d0 -cd %~dp0 - -cd .. -npm install --registry=https://registry.npm.taobao.org - -pause \ No newline at end of file +@echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 +echo. +echo [信息] 安装Web工程,生成node_modules文件。 +echo. + +%~d0 +cd %~dp0 + +cd .. +npm install --registry=https://registry.npm.taobao.org + +pause diff --git a/ruoyi-ui/bin/run-web.bat b/ruoyi-ui/bin/run-web.bat index a6962809..f1c0839e 100644 --- a/ruoyi-ui/bin/run-web.bat +++ b/ruoyi-ui/bin/run-web.bat @@ -1,12 +1,14 @@ -@echo off -echo. -echo [Ϣ] ʹ Vue Web ̡ -echo. - -%~d0 -cd %~dp0 - -cd .. -npm run dev - -pause \ No newline at end of file +@echo off +@REM 后续命令使用的是:UTF-8编码 +chcp 65001 +echo. +echo [信息] 使用 Vue 运行 Web 工程。 +echo. + +%~d0 +cd %~dp0 + +cd .. +npm run dev + +pause