Wednesday, December 16, 2015

Spring - How do you turn on annotation wiring?

·         Annotation wiring is not turned on in the Spring container by default. In order to use annotation based wiring we must enable it in our Spring configuration file by configuring <context:annotation-config/> element.

No comments:

Post a Comment