Shopping management system based on java Swing and mysql (source code + database + documentation + operation guidance video)

1. Project introduction

This project is a set of shopping management system based on java Swing and mysql, which is mainly aimed at the students who are completing the project of computer-related majors and Java learners who need project practice.
Contains: project source code, project documentation, database script, etc. All source code attached to this project can be used as a complete set.
The project has been strictly debugged to ensure that it can run!

2. Technical realization

Technology stack: Java swing, mysql
Tools: navicat, eclipse or idea

3. System functions

The specific functions are as follows:

Administrator login
User login
New member registration
Browse products
Commodity category management
Commodity category addition
Commodity category maintenance
Commodity management
Commodity addition, modification, deletion
Add shopping cart
Settlement and other functions

4. Page function

insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

5. Database

一共5张表
t_customer
t_product
t_productchosen
t_producttype
t_user

6. Source address

https://download.csdn.net/download/weixin_43860634/88268059

Guess you like

Origin blog.csdn.net/weixin_43860634/article/details/132555414