Implementation of Online Shopping Mall System Based on SSM Framework of Javaweb

1. Project introduction

​ Online shopping mall system, an online shopping mall system based on the Java-based SSM framework.
This topic is for everyone to learn about framework construction, etc. If you have any needs, you can privately write to the editor.

​ Database: MySQL

Three, system function

​ The system is divided into front-end mall and back-end management:

  1. Front mall

    Commodity classification display, product details, product recommendation, shopping cart, order, payment

    Customer login, customer registration, my order, member center, modify personal information, logout, etc.

  2. Backstage management

    Administrator: login, add, modify password, log out

    Commodity management: query, add, modify, delete

    Order management: query, ship, delete

    Customer management: query, add, modify, delete

    Metadata management
    Download link: javaweb online e-commerce system

https://download.csdn.net/download/java_12134/14047842
Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/java_12134/article/details/112390892