瀏覽代碼

Merge branch 'master' of https://github.com/xuxueli/xxl-job

xuxueli 6 年之前
父節點
當前提交
a129b07f98
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      xxl-job-core/src/main/java/com/xxl/job/core/executor/impl/XxlJobSpringExecutor.java

+ 1 - 1
xxl-job-core/src/main/java/com/xxl/job/core/executor/impl/XxlJobSpringExecutor.java

@@ -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);
                 }