提交 50e1bf8c 编写于 作者: 许雪里's avatar 许雪里

update document

上级 a129b07f
......@@ -46,7 +46,7 @@ public class XxlJobSpringExecutor extends XxlJobExecutor implements ApplicationC
String name = serviceBean.getClass().getAnnotation(JobHandler.class).value();
IJobHandler handler = (IJobHandler) serviceBean;
if (loadJobHandler(name) != null) {
throw new RuntimeException("xxl-job jobhandler naming conflicts.error name:"+name);
throw new RuntimeException("xxl-job jobhandler["+ name +"] naming conflicts.");
}
registJobHandler(name, handler);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册