问题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的名字换一下,重新打包发布即可
标签:常用,Java,lecc,笔记,LewenFixDataJob,job,com,class From: https://www.cnblogs.com/dawenyang/p/18139035