Shopping mall project sharing based on Java+Springboot+vue+WeChat applet

Hello everyone, today I will share a set of systems I made recently.

There are ways to obtain it at the end of the article. If you need to customize the system, send us your request . I will share your worries and get started.

1. Project introduction

Recently, I received help from a small partner, let’s help with the system, a mall project, start it directly

2. Function description

  • Background management system functions:

    • Background login

    • Obtain the user information logged in by the WeChat applet

    • Configure the attributes, categories, and prices of the products on the shelves

    • Obtain the list of orders placed by the user on the Mini Program

    • Personal user configuration, account modification;

  • WeChat Mini Program Features:

    • User authorization to achieve WeChat login

    • Home display product carousel + product list

    • Product details page, get product detailed sku

    • Add to shopping cart with one click and buy directly

    • Maintain the user's harvest address

    • Order List;

    • All orders, pending receipt, confirmed receipt, returns

3. Technology

jdk:1.8

  • Development tools: idea;

  • Database: mysql 8.0;

  • Security framework: Spring Security, jwt;

  • Log framework: logback;

  • Database connection pool: druid;

  • Front-end page: vue

  • Client: WeChat applet

4. Function demonstration

Background login account: admin Password: 123456.

Mini program WeChat authorized login.

WX20230403-135917@2x

WX20230403-135948@2x

image-20230403141705287

WX20230403-135957@2x

WX20230403-140015@2x

WX20230403-140539@2x

WX20230403-140549@2x

WX20230403-140557@2x

V. Summary

The above is all the content shared today. Interested partners are welcome to contact me by private message. I hope it can be helpful to everyone's study, leave "useful" in the comment area, remember the triplet. There are other knowledge sharing, welcome to visit the link: Home

Guess you like

Origin blog.csdn.net/weixin_40379712/article/details/129929038
Recommended