当前使用版本(必填,否则不予处理)

3.4.2

该问题是如何引起的?(确定最新版也有问题再提!!!)

使用百度uid-generator生成器作为id生成器

重现步骤(如果有就写完整)

报错信息

[2021-04-18 19:46:45] WARN org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'identifierGenerator' defined in class path resource [com/cloud/mybatis/starter/configure/MybatisPlusAutoConfigure.class]: Unsatisfied dependency expressed through method 'identifierGenerator' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uidGenerator' defined in class path resource [com/cloud/mybatis/starter/configure/MybatisPlusAutoConfigure.class]: Unsatisfied dependency expressed through method 'uidGenerator' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'workerIdAssigner': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'workerNodeDAO' defined in URL [jar:file:/D:/maven/resporitory/com/baidu/fsg/uid-generator/1.0.0/uid-generator-1.0.0.jar!/com/baidu/fsg/uid/worker/dao/WorkerNodeDAO.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sqlSessionFactory': Requested bean is currently in creation: Is there an unresolvable circular reference?