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

Latest commit

 

History

History
31 lines (25 loc) · 742 Bytes

File metadata and controls

31 lines (25 loc) · 742 Bytes

Spring_Project

3rd year Server Side Rad Project Spring

Gary Mannion
G00319609

Requirements

The application should be written in Spring Boot based on the skeleton application, and should use the Spring MVC n-tier architecture – Controllers, Services, Repositories, Views, with the appropriate data/logic in each tier.
The Model for the application consists of three objects:

Products

- Product ID  
- Description  
- Quantity In Stock  

Customers

- Customer ID  
- Customer Name  

Orders

- Order ID  
- Order Quantity  
- Order Date