Java+SSM+Vue graduation project Chinese medicine store mall system (including source code + thesis)


1 Project Introduction

Hi, hello fellow students, this is Senior M!

Today I would like to share with you a newly completed graduation project project this year (2022), [Chinese medicine store mall website based on SSM]

The senior students will rate the project according to the difficulty and level of implementation (minimum 0 points, full score 5 points)

  • Difficulty factor: 3 points

  • Workload: 5 points

  • Innovation point: 3 points

  • Interface beautification: 5 points

Supplementary explanation for interface beautification: Anyone who uses vue can basically achieve 5 points

This project will be completed in June 2022, including content: source code + paper

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master


2 to achieve the effect

Video address: https://www.bilibili.com/video/BV1Jf4y1o76k

2.1 Interface display

  • System home page interface

Insert image description here

  • Login interface diagram

Insert image description here

  • Select shipping address interface

Insert image description here

  • Administrator function interface

Insert image description here

3 design solutions

3.1 Overview

The system adopts a B/S structure, and all business modules adopt a browser interaction mode. MySQL is selected as the database of the system, and My eclipse is selected as the development tool for system design. It has basically realized the main functional modules that a traditional Chinese medicine store website should have. This system has two functional modules, front-end and back-end. Administrator: member management, medicinal material classification management, medicinal material information management, health care prescription management, gift package management, and warehousing record management. , warehouse record management, administrator management, system management, order management, member front desk; homepage, medicinal material information, health prescriptions, gift packages, news information, mine, jump to the backend, purchase carts, customer service, member backend: Me Collection management, order management and other operations.

Insert image description here

3.2 System process

Members need to have their own account and password, and they must be correct, so that they can log in to the system smoothly. After entering the website, members can check various drugs on their own. At the end of the details page of the drug they are satisfied with, they can directly choose to purchase.
Insert image description here
In order to ensure the security of the system, if you want to use this system to manage system information, you must first log in to the system.

Insert image description here

3.3 System structure design

Administrator: Member management, medicinal material classification management, medicinal material information management, health prescription management, gift package management, warehousing record management, outgoing record management, administrator management, system management, order management.

Member front desk; home page, medicinal material information, health prescriptions, gift packages, news information, mine, jump to the backend, purchase cart, customer service, member backend: my collection management, order management, etc.

Insert image description here

4 items acquired

This project will be completed in June 2022, including content: source code + paper

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master

Guess you like

Origin blog.csdn.net/mojikopi/article/details/132827603