Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Latest commit

 

History

History
60 lines (27 loc) · 1.55 KB

File metadata and controls

60 lines (27 loc) · 1.55 KB

🌱 Spring Framework Projects

GitHub stars GitHub forks

Learn Spring Framework

Annotation-based and XML-based configuration examples


🎯 About

Collection of Spring Framework projects demonstrating both annotation-based and XML-based configurations. Perfect for learning Spring core concepts!

📁 What's Covered

Approach Topics
XML Config Bean definitions, DI, Property injection
Annotation @Component, @Autowired, @Configuration

💡 Spring Concepts

  • 🔧 Dependency Injection - IoC container
  • 🏭 Bean Factory - Bean lifecycle
  • ⚙️ Configuration - XML vs Java config
  • 🔗 Wiring - Constructor & Setter injection

🛠️ Technologies

Spring Framework | Java | Maven | XML

📬 Contact

LinkedIn Gmail


Keywords: Spring-Framework Dependency-Injection IoC Annotations XML-Configuration Java