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.
基本的に @Autowire と @Configurable は同じことを行います。これら2つの注釈の違いは何ですか?
ご容赦ください。
@Configurable明示的に定義された Bean を注入するために使用されている間に、明示的な Bean 定義なしで依存関係を注入できます@Autowire。
@Configurable
@Autowire