This commit is contained in:
xueli.xue 2017-02-24 20:12:54 +08:00
parent d761b0dd1a
commit ff9e4460a4
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<!-- (轻易不要变更“调度器名称”, 任务创建时会绑定该“调度器名称”) --> <!-- (轻易不要变更“调度器名称”, 任务创建时会绑定该“调度器名称”) -->
<property name="scheduler" ref="quartzScheduler"/> <property name="scheduler" ref="quartzScheduler"/>
<!-- 调度中心回调IP[选填],为空则自动获取 --> <!-- 调度中心回调IP[选填],为空则自动获取 -->
<property name="callBackIp" value=""/> <!--<property name="callBackIp" value=""/>-->
<!-- 调度中心回调端口号 --> <!-- 调度中心回调端口号 -->
<property name="callBackPort" value="8888"/> <property name="callBackPort" value="8888"/>
</bean> </bean>

View File

@ -15,7 +15,7 @@
<!-- 配置02、执行器 --> <!-- 配置02、执行器 -->
<bean id="xxlJobExecutor" class="com.xxl.job.core.executor.jetty.XxlJobExecutor" init-method="start" destroy-method="destroy" > <bean id="xxlJobExecutor" class="com.xxl.job.core.executor.jetty.XxlJobExecutor" init-method="start" destroy-method="destroy" >
<!-- 执行器IP[选填],为空则自动获取 --> <!-- 执行器IP[选填],为空则自动获取 -->
<property name="ip" value="" /> <!--<property name="ip" value="" />-->
<!-- 执行器端口号 --> <!-- 执行器端口号 -->
<property name="port" value="9999" /> <property name="port" value="9999" />
<property name="appName" value="xxl-job-executor-example" /> <property name="appName" value="xxl-job-executor-example" />