<service>
<id>api</id>
<name> api </name>
<description>This is api service.</description>
<!-- java环境变量 -->
<env name="JRE_HOME" value="%JRE_HOME%"/>
<executable>java</executable>
<arguments>-jar "D:\platform\jar\api.jar"</arguments>
<!-- 开机启动 -->
<startmode>Automatic</startmode>
<!-- 日志配置 -->
<logpath>%BASE%\log</logpath>
<logmode>rotate</logmode>
</service>