Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 646 Bytes

File metadata and controls

25 lines (17 loc) · 646 Bytes

🛒 Order Management App - Spring Java Config

A simple layered Java application using Spring Framework with Java-based configuration (no XML).

This demo shows:

  • Component-based structure
  • Java-based Spring configuration
  • Basic Dependency Injection using @Component, @Autowired, and @ComponentScan

🚀 Features

  • Add new orders
  • View all orders
  • Structured by layer (Controller / Service)
  • Uses Spring annotations instead of XML

📦 Technologies Used

  • Java 8+
  • Spring Core
  • Java-based Configuration (@Configuration, @Bean, @ComponentScan)
  • Dependency Injection with @Autowired & @Component