Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想知道如果里面没有静态数据,为什么我们需要共享 spring bean?
我认为您需要共享ApplicationContext- 它包含所需的 bean 实例和定义。没有上下文,bean 本身就没有用(从依赖注入的角度来看)。
ApplicationContext