diff --git a/bin/clean b/bin/clean new file mode 100755 index 00000000..2f3d3e51 --- /dev/null +++ b/bin/clean @@ -0,0 +1 @@ +mvn clean \ No newline at end of file diff --git a/bin/clean.bat b/bin/clean.bat index 24c09741..578e77da 100644 --- a/bin/clean.bat +++ b/bin/clean.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [��Ϣ] ��������target����·���� +echo [信息] 清理工程target生成路径。 echo. %~d0 diff --git a/bin/mac-auth b/bin/mac-auth new file mode 100755 index 00000000..0bae0f1b --- /dev/null +++ b/bin/mac-auth @@ -0,0 +1 @@ +java -Dfile.encoding=utf-8 -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -jar yanzhu-auth/target/yanzhu-auth.jar \ No newline at end of file diff --git a/bin/mac-gateway b/bin/mac-gateway new file mode 100755 index 00000000..e246881e --- /dev/null +++ b/bin/mac-gateway @@ -0,0 +1 @@ +java -Dfile.encoding=utf-8 -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -jar yanzhu-gateway/target/yanzhu-gateway.jar diff --git a/bin/mac-modules-file b/bin/mac-modules-file new file mode 100755 index 00000000..1aead7e6 --- /dev/null +++ b/bin/mac-modules-file @@ -0,0 +1 @@ +java -Dfile.encoding=utf-8 -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -jar yanzhu-modules/yanzhu-file/target/yanzhu-modules-file.jar diff --git a/bin/mac-modules-gen b/bin/mac-modules-gen new file mode 100755 index 00000000..1dcb2054 --- /dev/null +++ b/bin/mac-modules-gen @@ -0,0 +1 @@ +java -Dfile.encoding=utf-8 -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -jar ruoyi-modules/ruoyi-gen/target/yanzhu-modules-gen.jar diff --git a/bin/mac-modules-job b/bin/mac-modules-job new file mode 100755 index 00000000..b14bcb55 --- /dev/null +++ b/bin/mac-modules-job @@ -0,0 +1 @@ +java -Dfile.encoding=utf-8 -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -jar ruoyi-modules/ruoyi-job/target/yanzhu-modules-job.jar diff --git a/bin/mac-modules-manage b/bin/mac-modules-manage new file mode 100755 index 00000000..d24a5513 --- /dev/null +++ b/bin/mac-modules-manage @@ -0,0 +1 @@ +java -Dfile.encoding=utf-8 -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -jar yanzhu-modules/yanzhu-manage/target/yanzhu-modules-manage.jar diff --git a/bin/mac-modules-system b/bin/mac-modules-system new file mode 100755 index 00000000..c53efb1e --- /dev/null +++ b/bin/mac-modules-system @@ -0,0 +1 @@ +java -Dfile.encoding=utf-8 -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -jar yanzhu-modules/yanzhu-system/target/yanzhu-modules-system.jar diff --git a/bin/mac-monitor b/bin/mac-monitor new file mode 100755 index 00000000..00a50133 --- /dev/null +++ b/bin/mac-monitor @@ -0,0 +1 @@ +java -Dfile.encoding=utf-8 -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -jar ruoyi-visual/ruoyi-monitor/target/yanzhu-visual-monitor.jar diff --git a/bin/package b/bin/package new file mode 100755 index 00000000..502174cd --- /dev/null +++ b/bin/package @@ -0,0 +1 @@ +mvn clean package -Dmaven.test.skip=true \ No newline at end of file diff --git a/bin/package.bat b/bin/package.bat index c693ec06..735b65ea 100644 --- a/bin/package.bat +++ b/bin/package.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [��Ϣ] ���Web���̣�����war/jar���ļ��� +echo [信息] 打包Web工程,生成war/jar包文件。 echo. %~d0 diff --git a/bin/run-auth.bat b/bin/run-auth.bat index 050c48c3..41cff3fe 100644 --- a/bin/run-auth.bat +++ b/bin/run-auth.bat @@ -1,7 +1,5 @@ @echo off -echo. -echo [��Ϣ] ʹ��Jar��������Auth���̡� -echo. + cd %~dp0 cd ../yanzhu-auth/target diff --git a/bin/run-gateway.bat b/bin/run-gateway.bat index bb58985f..bde43131 100644 --- a/bin/run-gateway.bat +++ b/bin/run-gateway.bat @@ -1,7 +1,5 @@ @echo off -echo. -echo [��Ϣ] ʹ��Jar��������Gateway���̡� -echo. + cd %~dp0 cd ../yanzhu-gateway/target diff --git a/bin/run-modules-file.bat b/bin/run-modules-file.bat index 4db62b7a..b69b1c15 100644 --- a/bin/run-modules-file.bat +++ b/bin/run-modules-file.bat @@ -1,7 +1,5 @@ @echo off -echo. -echo [��Ϣ] ʹ��Jar��������Modules-File���̡� -echo. + cd %~dp0 cd ../yanzhu-modules/yanzhu-file/target diff --git a/bin/run-modules-gen.bat b/bin/run-modules-gen.bat index 7b9cea1b..1f6f05eb 100644 --- a/bin/run-modules-gen.bat +++ b/bin/run-modules-gen.bat @@ -1,7 +1,4 @@ @echo off -echo. -echo [��Ϣ] ʹ��Jar��������Modules-Gen���̡� -echo. cd %~dp0 cd ../ruoyi-modules/ruoyi-gen/target diff --git a/bin/run-modules-job.bat b/bin/run-modules-job.bat index fa88e955..e56ab30c 100644 --- a/bin/run-modules-job.bat +++ b/bin/run-modules-job.bat @@ -1,7 +1,5 @@ @echo off -echo. -echo [��Ϣ] ʹ��Jar��������Modules-Job���̡� -echo. + cd %~dp0 cd ../ruoyi-modules/ruoyi-job/target diff --git a/bin/run-modules-manage.bat b/bin/run-modules-manage.bat index 01b26e20..12ae8e22 100644 --- a/bin/run-modules-manage.bat +++ b/bin/run-modules-manage.bat @@ -1,7 +1,5 @@ @echo off -echo. -echo [ Ϣ] ʹ Jar Modules-System ̡ -echo. + cd %~dp0 cd ../yanzhu-modules/yanzhu-manage/target diff --git a/bin/run-modules-system.bat b/bin/run-modules-system.bat index 652a3aa2..69bca826 100644 --- a/bin/run-modules-system.bat +++ b/bin/run-modules-system.bat @@ -1,7 +1,5 @@ @echo off -echo. -echo [��Ϣ] ʹ��Jar��������Modules-System���̡� -echo. + cd %~dp0 cd ../yanzhu-modules/yanzhu-system/target diff --git a/bin/run-monitor.bat b/bin/run-monitor.bat index 17c42ffc..53bf2be3 100644 --- a/bin/run-monitor.bat +++ b/bin/run-monitor.bat @@ -1,7 +1,5 @@ @echo off -echo. -echo [��Ϣ] ʹ��Jar��������Monitor���̡� -echo. + cd %~dp0 cd ../ruoyi-visual/ruoyi-monitor/target diff --git a/yanzhu-modules/yanzhu-manage/pom.xml b/yanzhu-modules/yanzhu-manage/pom.xml index 0f8f1138..2b7ec9d3 100644 --- a/yanzhu-modules/yanzhu-manage/pom.xml +++ b/yanzhu-modules/yanzhu-manage/pom.xml @@ -168,7 +168,11 @@ <scope>system</scope> <systemPath>${pom.basedir}\libs\aspose-tasks-24.10-jdk17.jar</systemPath> </dependency> - + <dependency> + <groupId>net.sf.mpxj</groupId> + <artifactId>mpxj</artifactId> + <version>13.5.1</version> <!-- 请检查最新版本 --> + </dependency> </dependencies> <build>