ERROR main [org.springframework.boot.SpringApplication] Application run failed org.sprngframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'aBeanName': Unsatisfied dependency expressed through field 'zService'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'zServiceImpl': Bean with name 'zServiceImpl' has been injected into other beans [aServiceImpl,bServiceImpl,cServiceImpl,dServiceImpl,eServiceImpl,fServiceImpl] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesForType' with the 'allowEagerInit' flag turned off, for example.
![]() | 1 zhaohui318 2023-02-25 20:23:06 +08:00 via Android ![]() |
2 Aurora0 OP @zhaohui318 我尝试了一下这个排序,好像还是不行,我弄的自然排序是先排包名再排的类名 |