Commit 5ea18899 authored by 赵啸非's avatar 赵啸非

修正循环查询

parent 607cb635
......@@ -287,6 +287,7 @@
<directory>src/main/bin/</directory>
<excludes>
<exclude>deploy.sh</exclude>
<exclude>deploy.bat</exclude>
</excludes>
<filtering>true</filtering>
</resource>
......@@ -309,6 +310,7 @@
<directory>src/main/bin</directory>
<includes>
<include>deploy.sh</include>
<include>deploy.bat</include>
</includes>
<filtering>true</filtering>
</resource>
......
......@@ -54,11 +54,11 @@ goto end
:debug
echo "debug"
"%JAVA%" -Xms512m -Xmx512m -server %DEBUG_OPTS% %JVM_CONFIG% -jar ../boot/%APP_NAME%
"%JAVA%" -Xms512m -Xmx2048m -server %DEBUG_OPTS% %JVM_CONFIG% -jar ../boot/%APP_NAME%
goto end
:jmx
"%JAVA%" -Xms512m -Xmx512m -server %JMX_OPTS% %JVM_CONFIG% -jar ../boot/%APP_NAME%
"%JAVA%" -Xms512m -Xmx2048m -server %JMX_OPTS% %JVM_CONFIG% -jar ../boot/%APP_NAME%
goto end
:end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment