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.
我想要一个中央焊接容器来容纳我所有的服务等等。然而,该容器将被包含本地设置的第二个容器包装。目标是如果在外部容器中找不到依赖项,那么我想搜索内部容器。
我怎样才能做到这一点?我更愿意以站立的方式做事,而不是恢复使用非标准 WELD 扩展。
我不认为你能做到这一点。有一个BeanManager,它通过查看它Context的 s(与范围相关)是否包含所需的依赖关系来解决依赖关系。
BeanManager
Context