From 9ccde22b155116e66f1cbc9610c33d1c935b5bb7 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 24 Jun 2022 09:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BE=AE=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E7=9A=84?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/modules/gen/config.xml | 2 + .../src/main/webapp/WEB-INF/startup.bat.xml | 62 +++++++++++++++++++ .../src/main/webapp/WEB-INF/startup.sh.xml | 43 +++++++++++++ web/src/main/webapp/WEB-INF/startup.bat | 2 +- 4 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 modules/core/src/main/resources/templates/modules/gen/module_cloud/web/src/main/webapp/WEB-INF/startup.bat.xml create mode 100644 modules/core/src/main/resources/templates/modules/gen/module_cloud/web/src/main/webapp/WEB-INF/startup.sh.xml diff --git a/modules/core/src/main/resources/templates/modules/gen/config.xml b/modules/core/src/main/resources/templates/modules/gen/config.xml index 118d1845..1fd2789b 100644 --- a/modules/core/src/main/resources/templates/modules/gen/config.xml +++ b/modules/core/src/main/resources/templates/modules/gen/config.xml @@ -173,6 +173,8 @@ + + diff --git a/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/src/main/webapp/WEB-INF/startup.bat.xml b/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/src/main/webapp/WEB-INF/startup.bat.xml new file mode 100644 index 00000000..2f4f9ac2 --- /dev/null +++ b/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/src/main/webapp/WEB-INF/startup.bat.xml @@ -0,0 +1,62 @@ + + + \ No newline at end of file diff --git a/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/src/main/webapp/WEB-INF/startup.sh.xml b/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/src/main/webapp/WEB-INF/startup.sh.xml new file mode 100644 index 00000000..2c913279 --- /dev/null +++ b/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/src/main/webapp/WEB-INF/startup.sh.xml @@ -0,0 +1,43 @@ + + + \ No newline at end of file diff --git a/web/src/main/webapp/WEB-INF/startup.bat b/web/src/main/webapp/WEB-INF/startup.bat index ebc71645..7d4f47a3 100644 --- a/web/src/main/webapp/WEB-INF/startup.bat +++ b/web/src/main/webapp/WEB-INF/startup.bat @@ -23,7 +23,7 @@ rem set "CLASS_PATH=%cd%/../" rem ŻJVM -set "JAVA_OPTS=-Xms512m -Xmx1024m" +set "JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx1024m" rem ʽһⲿԶļ飩 rem set "JAVA_OPTS=%JAVA_OPTS% -Dspring.config.location=%cd%\app.yml"