部署jar包循环依赖The dependencies of some of the beans in the application context form a cycle

部署jar包循环依赖 The dependencies of some of the beans in the application context form a cycle spring项目打完jar包需要部署服务器的时候报错,根据日志可得知属于循环依赖 查看代码 在我的A类中引入了B类的依赖(甚至还没有使用),同时在B类中也有A类的依赖引入 猜测可能就是这个问题导致循环依赖的报错信息。 解决
相关文章
相关标签/搜索