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.
可能重复: 每次都获取引用 bean 的新 bean 实例
每次获取自动装配类的新实例的一种非常简单的方法是什么?
我探索了会话、请求、原型、@resource。似乎没有一个能提供预期的效果。
利用@Scope("prototype")
@Scope("prototype")
@Service @Scope("prototype") public class YourService{}