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 加载为单例。但是如果春天在战争中会发生什么。我问这个是因为战争会有自己的类加载器。
它仍然会将类加载作业委托给 webapp 的类加载器,一旦加载了该类,它将创建该类的单个对象并使用相同的实例注入它所引用的任何地方(前提是此 bean 的范围是单例的)。