@Autowired: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 2: Line 2:


* [[Spring Dependency Injection and Inversion of Control Container Concepts#Overview|Spring Dependency Injection and Inversion of Control Container Concepts]]
* [[Spring Dependency Injection and Inversion of Control Container Concepts#Overview|Spring Dependency Injection and Inversion of Control Container Concepts]]
=Overview=
<font color=darkgray>@Autowired can be used to inject [[Spring_Persistence_Concepts#DataSource|DataSources]], ...</font>

Revision as of 22:00, 21 October 2018

Internal

Overview

@Autowired can be used to inject DataSources, ...