From 67063a6dd7a5419367842a048bfbe47722d6114b Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 24 Jun 2022 09:52:40 +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-api/src/main/webapp/WEB-INF/startup.bat | 2 +- web-fast/src/main/webapp/WEB-INF/startup.bat | 2 +- web/src/main/webapp/WEB-INF/startup.bat | 2 +- 6 files changed, 110 insertions(+), 3 deletions(-) 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 659234ef..fb5afb35 100644 --- a/modules/core/src/main/resources/templates/modules/gen/config.xml +++ b/modules/core/src/main/resources/templates/modules/gen/config.xml @@ -227,6 +227,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-api/src/main/webapp/WEB-INF/startup.bat b/web-api/src/main/webapp/WEB-INF/startup.bat index ebc71645..7d4f47a3 100644 --- a/web-api/src/main/webapp/WEB-INF/startup.bat +++ b/web-api/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" diff --git a/web-fast/src/main/webapp/WEB-INF/startup.bat b/web-fast/src/main/webapp/WEB-INF/startup.bat index ebc71645..7d4f47a3 100644 --- a/web-fast/src/main/webapp/WEB-INF/startup.bat +++ b/web-fast/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" 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"