# Core Spring XML – 5 Mini Projects
This repository contains 5 Core Spring XML-based mini projects
implemented without Spring Boot, annotations, or databases.
## Projects
1. first – Student & Address (Setter Injection)
2. lms – Library Member & Card
3. bank – Bank Customer & Account (Constructor Injection)
4. c_registration – Course Registration (List Injection)
5. order_invoice – Order Invoice (List of Beans + Logic)
## How to Run
- Open any project folder in STS/Eclipse
- Maven → Update Project
- Run MainApp.java
"# 5_mini_projects_"