# test **Repository Path**: better_damu/test ## Basic Information - **Project Name**: test - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 34 - **Created**: 2025-06-30 - **Last Updated**: 2025-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Imitation Tmall Mall Mini Tmall Mall is a comprehensive B2C e-commerce platform based on the SSM framework. The requirements design mainly refers to the shopping process of Tmall Mall: users start from registration, complete login, browse products, add to the shopping cart, place orders, confirm receipt, and evaluate a series of operations. As one of the core components of the simulated Tmall mall system, the Tmall data management backend using the SSM framework includes modules such as product management, order management, category management, user management, and transaction volume statistics, achieving one-stop management and maintenance of the entire mall. (For reference only, if you have any questions, please forgive me! If you think it's good, please help recommend it. Thank you all handsome guys and beautiful women!) The backend page is compatible with modern browsers such as IE10 and above, and Chrome, Edge, and Firebox perform best. # Deployment method(feature1.0- Newer version) 1. The project is developed using IntelliJ IDEA, please use the version control checkout function of IntelliJ IDEA, enter“ https://gitee.com/HaiTao87/TmallDemo.git ”Just pull the item. 2. The project database the feature is divided into MySQL version 8.0 and above. Please download the SQL file from the attachment of Code Cloud or the SQL folder under Resources and import it into the database. 3. After opening the project using IDEA, refresh the project in the Maven panel and download the dependency package. (Project jdk is 1.8) 4. Start the springboot project in IDEA (either in run or debug mode). Linux server deployment: Maven, run as a jar package, run command: Java - jar package name 5. Please refer to the attached SQL file for the account name and password, or the SQL file in the SQL folder under Resources (explained below the account password on the front-end and back-end pages). The master branch database SQL is as follows: ![Master Branch Database SQL](https://images.gitee.com/uploads/images/2020/1016/150457_5c0c7304_996301.png "屏幕截图.png") The feature branch database SQL is as follows: ![Feature Branch Database SQL](images/1700038011674.jpg) 6. Swagger interface document address: http://localhost:8082/tmall/swagger-ui.html 7. Druid Monitor Monitoring address:http://localhost:8082/tmall/druid/sql.html (Account: admin Password: 123456) Attention: It is normal for the order chart in the backend management interface to have no data. The chart displays the transaction volume for the past 7 days. ---Background interface (partial) - Access address: http://localhost:8082/tmall/admin/login (The account name and password are in the admin table) ![登录界面](images/img.png) ![首页](images/img_1.png) ![产品列表](images/img_2.png) ![添加产品](images/img_3.png) ![产品详情](images/img_4.png) ![产品类别列表](images/img_5.png) ![属性分类列表](images/img_12.png) ![添加属性](images/img_13.png) ![评论管理](images/img_6.png) ![用户列表](images/img_7.png) ![用户详情](images/img_8.png) ![订单列表](images/img_9.png) ![订单详情](images/img_10.png) ![管理员详情](images/img_11.png) ---Front end interface (partial) - Access address http://localhost:8082/tmall/login (Account name and password in the user table) ![登录界面](shop/img.png) ![首页](shop/img_1.png) ![产品详情](shop/img_2.png) ![购物车结算](shop/img_3.png) ![下单界面](shop/img_4.png) ![支付页面](shop/img_5.png) ![成功支付](shop/img_6.png) ![订单列表](shop/img_7.png) ![确认收货](shop/img_8.png) ![评价](shop/img_9.png) ![产品列表](shop/img_10.png) ![购物车](shop/img_11.png)