Based on Eclipse + Mysql + Tomcat + JSP + SSM was developed online Online Shop

Development Environment: jdk1.8, eclipse, tomcat7.0 mysql5.7.

Project needs analysis:

Background management functions (scaffolding function is not here go into details): backstage address: HTTP: // localhost: 9090 / OnlineShop / System / the Login

1: Category Management

Categories entity: id, class name, parent classification, labeling (used to mark the classification hierarchy), notes.

2: Commodity Management

Goods entity: id, product category, product name, product master map, commodity prices, inventory, sales, page views, comments, amount, details of description, add time.

3: User Management:

User entity: id, user name, password, email, real name, gender, registration time.

4 : Address Management:

Address of the entity: id, user, phone number, contact person, address details.

5: Order Management

Orders entity: id, order number, the user belongs to, address, total orders, orders of goods, order notes, order creation time.

Orders subkey: id, order id, product id, product name, product price, quantity, total price.

6 : Collection Management:

Favorite entity: id, user, goods, merchandise, collectibles time.

7: Management Comments:

Comments entity: id, user, product, type comment, comment, comments time.

Front Functional Requirements: The address is: HTTP: // localhost: 9090 / OnlineShop / Home / index

1: Home Products show

2: Shopping Cart:

Entity: id, product id, user id, product name, product image, product price, quantity, amount, add time.

 

SSM pure exercise program is very good, you can practice exercises

Code Address: https://download.csdn.net/download/zgz102928/12118819

发布了29 篇原创文章 · 获赞 7 · 访问量 4279

Guess you like

Origin blog.csdn.net/zgz102928/article/details/104081683
Recommended