From 12ea72867132a51b6041e1d5ea55b893d6073882 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 28 Feb 2020 19:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/bin/run-tomcat.bat | 2 +- web/bin/run-tomcat.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/bin/run-tomcat.bat b/web/bin/run-tomcat.bat index f2c637d7..3dbdc40f 100644 --- a/web/bin/run-tomcat.bat +++ b/web/bin/run-tomcat.bat @@ -14,6 +14,6 @@ cd %~dp0 cd .. title %cd% set "MAVEN_OPTS=%MAVEN_OPTS% -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m" -call mvn clean spring-boot:run -Dmaven.test.skip=true -U +call mvn clean spring-boot:run -Dmaven.test.skip=true pause \ No newline at end of file diff --git a/web/bin/run-tomcat.sh b/web/bin/run-tomcat.sh index a47b3e45..2108bc1a 100644 --- a/web/bin/run-tomcat.sh +++ b/web/bin/run-tomcat.sh @@ -11,4 +11,4 @@ echo "" cd .. MAVEN_OPTS="$MAVEN_OPTS -Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m" -mvn clean spring-boot:run -Dmaven.test.skip=true -U \ No newline at end of file +mvn clean spring-boot:run -Dmaven.test.skip=true \ No newline at end of file