1 Star 0 Fork 188

YSS / Springboot项目仿天猫商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.en.md 3.52 KB
一键复制 编辑 原始数据 按行查看 历史
涛声依旧~~ 提交于 2023-12-15 10:54 . 优化

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(Master - Basic version, 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 master is divided into MySQL version 5.7, and 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).

  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

    The feature branch database SQL is as follows: Feature Branch Database SQL

  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) 登录界面 首页 产品列表 添加产品 产品详情 产品类别列表 评论管理 用户列表 用户详情 订单列表 订单详情 管理员详情 ---Front end interface (partial) - Access address http://localhost:8082/tmall/login (Account name and password in the user table) 登录界面 首页 产品详情 购物车结算 下单界面 支付页面 成功支付 订单列表 确认收货 评价 产品列表 购物车

Java
1
https://gitee.com/YssYY/TmallDemo.git
git@gitee.com:YssYY/TmallDemo.git
YssYY
TmallDemo
Springboot项目仿天猫商城
feature1.0

搜索帮助

53164aa7 5694891 3bd8fe86 5694891