基础
Search...
spring
Java
spring
mybatis
MySQL
network
Group 2
Spring 如何解决循环依赖问题
Spring 为什么不能解决 prototype 作用域循环依赖?
因为 spring 不会缓存 prototype 作用域的 bean,而 spring 中循环依赖的解决是通过缓存来实现的。
Previous
Spring 为什么不能解决构造器的循环依赖?
Next
为什么要使用三级缓存呢?二级缓存能解决循环依赖吗?
Last updated
1 year ago