关于SpringBoot中出现的循环依赖问题
摘要:
环境: SpringBoot2.7.8 背景: 在增加出库订单时需要对物品表的的数量进行修改 因此我在OutboundController中创建了几个公共方法,并将其注入到Spring中,结果给我报了这一串错误。 Description:The dependencies of some of the 阅读全文
posted @ 2023-08-25 21:03 Lollipop_pro 阅读(1296) 评论(0) 推荐(0) 编辑