@Autowired: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=Internal=
=Internal=


* [[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#@Autowired|Spring Dependency Injection and Inversion of Control Container Concepts]]


=Overview=
=Overview=


<font color=darkgray>@Autowired can be used to inject [[Spring_Persistence_Concepts#DataSource|DataSources]], ...</font>
<font color=darkgray>@Autowired can be used to inject [[Spring_Persistence_Concepts#DataSource|DataSources]], ...</font>

Revision as of 19:29, 6 November 2018

Internal

Overview

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