Java 常用筆記

問題1

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jobConfParser' defined in class path resource [com/cxytiandi/elasticjob/autoconfigure/JobParserAutoConfiguration.class]: Initialization of bean failed; nested exception is com.dangdang.ddframe.job.exception.JobConfigurationException: Job conflict with register center. The job 'LewenFixDataJob' in register center's class is 'com.haier.lecc.report.job.setttle.LewenFixDataJob', your job class is 'com.haier.lecc.report.job.datafix.LewenFixDataJob'

解決方法

把這個job的名字換一下,重新打包發佈即可

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章