朝阳

Results 3 comments of 朝阳

是的,同一个枚举对象,不同枚举值

version:'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.0'

我们现在也遇到这个问题了,目测也是因为启动了2次容器 源码中下方代码 ```java if (loadJobHandler(name) != null) { throw new RuntimeException("xxl-job jobhandler[" + name + "] naming conflicts."); } ``` 因为第二次启动,找到了重名的Handler导致报错