Parcourir la source

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

xuxueli il y a 5 ans
Parent
révision
a129b07f98

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

@@ -46,7 +46,7 @@ public class XxlJobSpringExecutor extends XxlJobExecutor implements ApplicationC
46 46
                     String name = serviceBean.getClass().getAnnotation(JobHandler.class).value();
47 47
                     IJobHandler handler = (IJobHandler) serviceBean;
48 48
                     if (loadJobHandler(name) != null) {
49
-                        throw new RuntimeException("xxl-job jobhandler naming conflicts.");
49
+                        throw new RuntimeException("xxl-job jobhandler naming conflicts.error name:"+name);
50 50
                     }
51 51
                     registJobHandler(name, handler);
52 52
                 }