Annotation-based and XML-based configuration examples
Collection of Spring Framework projects demonstrating both annotation-based and XML-based configurations. Perfect for learning Spring core concepts!
| Approach | Topics |
|---|---|
| XML Config | Bean definitions, DI, Property injection |
| Annotation | @Component, @Autowired, @Configuration |
- 🔧 Dependency Injection - IoC container
- 🏭 Bean Factory - Bean lifecycle
- ⚙️ Configuration - XML vs Java config
- 🔗 Wiring - Constructor & Setter injection
Spring Framework | Java | Maven | XML
Keywords: Spring-Framework Dependency-Injection IoC Annotations XML-Configuration Java