Commit 1a044adb authored by 赵啸非's avatar 赵啸非

修正循环查询

parent 62916040
......@@ -288,6 +288,8 @@
<excludes>
<exclude>deploy.sh</exclude>
<exclude>deploy.cmd</exclude>
<include>service.exe</include>
<include>service.xml</include>
</excludes>
<filtering>true</filtering>
</resource>
......@@ -311,6 +313,8 @@
<includes>
<include>deploy.sh</include>
<include>deploy.cmd</include>
<include>service.exe</include>
<include>service.xml</include>
</includes>
<filtering>true</filtering>
</resource>
......
<!-- service.xml -->
<service>
<id>base-manager</id>
<name>base-manager</name>
<description></description>
<logpath>D:\home\publish\base-manager\bin\</logpath>
<logmode>roll</logmode>
<depend></depend>
<executable>D:\home\publish\base-manager\bin\start.cmd</executable>
<stopexecutable>D:\home\publish\base-manager\bin\shutdown.cmd</stopexecutable>
</service>
\ No newline at end of file
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