Question

how do I configure autowire in spring

Was it helpful?

Solution

Add the context schema to your configuration XML and use the @Autowired annotation:

http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-annotation-config

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top