Caused by: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'xx': Bean with name 'xx' has been injected into other beans [xx] 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.
原因:@Async注解导致