SpringBoot模块间引用,循环注入报错,s there an unresolvable circular reference?

当你A模块能够正常运行,B模块也能够正常运行。app A模块的pom文件中引用B模块的时候报错以下工具 Requested bean is currently in creation: Is there an unresolvable circular reference? 这时候你只须要 注释掉B模块中带有@Autowired的bean,一个一个注释排查,最后你就会发现问题的根源。对象 我当时是
相关文章
相关标签/搜索