Skip to content

KareemEmadElfrargi/Java-Based-Configuration-Demo-001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ 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

Releases

No releases published

Packages

No packages published

Languages