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 中,默认情况下所有对象都被视为单例。如果单例设置为 false,则每次请求都会提供一个新对象。
但是如果我想合并对象怎么办?说设置从最小 1 到最大 10 个实例的范围?这可能使用Spring吗?
池化可以应用于任何带有 spring 的 POJO。
请参阅此处了解更多信息。