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

修正循环查询

parent 607cb635
...@@ -287,6 +287,7 @@ ...@@ -287,6 +287,7 @@
<directory>src/main/bin/</directory> <directory>src/main/bin/</directory>
<excludes> <excludes>
<exclude>deploy.sh</exclude> <exclude>deploy.sh</exclude>
<exclude>deploy.bat</exclude>
</excludes> </excludes>
<filtering>true</filtering> <filtering>true</filtering>
</resource> </resource>
...@@ -309,6 +310,7 @@ ...@@ -309,6 +310,7 @@
<directory>src/main/bin</directory> <directory>src/main/bin</directory>
<includes> <includes>
<include>deploy.sh</include> <include>deploy.sh</include>
<include>deploy.bat</include>
</includes> </includes>
<filtering>true</filtering> <filtering>true</filtering>
</resource> </resource>
......
...@@ -54,11 +54,11 @@ goto end ...@@ -54,11 +54,11 @@ goto end
:debug :debug
echo "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 goto end
:jmx :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 goto end
: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