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.
自動配線が必要な理由 自動配線の概念の説明は何ですか?
@autowiredSpring Frameworkのアノテーション。
@autowired
自動配線は不要で、便利です。
これは、を必要とするプロパティがありInterfaceA、単一のBeanがタイプのSpringで宣言されているInterfaceA場合、XMLを使用して関係を手動で「ワイヤリング」する(Bean参照を別のプロパティとして設定する)代わりに、 Springに配線を任せることができます。
InterfaceA