- 将新版本给注释掉,使用之前的老版本,成功解决了这个问题~~~
【问题起因】:org.springframework.boot spring-boot-starter-parent 2.3.0.RELEASE
有一个类实现类,是需要去DAO层查询回数据的,然后两个类就形成了相互依赖 。
- 设置允许循环依赖的开关:
org.springframework.context.ApplicationContextException: Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException
直接报出这个错误;
- 使用@Lazy注解的话 , 也还是报org.springframework.context.ApplicationContextException
念念不忘必有回响 , 我会一直记得你的~~~!



