Skip to content

youngf-GitHub/springboot-order-managment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

order-managment-demo

This is a demo program for the Product Order management.

Tables:

Category: (ID, NAME) Product: (ID, CATID, PRICE) Orders: (ID, PRDID, CNT, PHONE)

Web UI:

The web page shows the lists of Category, Product and Orders, and provide the links to add/update/delete the corresponding records.

Database creation and initialization

The database structure and initial data are created when the server starts up.

Limitations:

  1. Input data validation (type, length) is omitted.
  2. Data integrity validation is omitted.

About

springboot-order-managment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published