提交 07cfcd58 authored 作者: maybenot's avatar maybenot

完善报错信息

上级 6b2362a0
......@@ -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.");
throw new RuntimeException("xxl-job jobhandler naming conflicts.error name:"+name);
}
registJobHandler(name, handler);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论