Caused by: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'a': Bean with name 'a' has been injected ...
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'XXXXX': Injection of autowired dependencies failed; nested exception is...
at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:450) at org.springframework.web.servlet.HttpServletBean.init(HttpServ...
For that, I added the @Async annotation to my bean method and @Enable...exception is org.springframework.beans.factory.BeanCurrentlyInCreationException:...