基本信息
文件名称:基于Spring Boot的服装店铺管理系统论文.docx
文件大小:2.9 MB
总页数:38 页
更新时间:2025-07-01
总字数:约2.28万字
文档摘要

PAGE3

PAGE3

摘要

随着电子商务和移动互联网技术发展,服装店铺行业运行模式逐渐改变。过去,服装店铺依赖实体店面销售,信息传播范围有限,顾客获取商品资讯渠道单一。商家管理库存和订单效率低下,难以实时掌握销售动态,库存积压或缺货现象时有发生。同时,顾客购物体验受限,无法便捷查看商品详情、管理购物车和订单。

针对这些问题,本文设计基于SpringBoot的服装店铺管理系统。系统前端采用Vue技术,后端基于SpringBoot框架,数据库选用MySQL。系统功能丰富,用户可查看商品信息、新品资讯,管理购物车和订单,查看收藏列表。管理员可进行商品信息管理、新品资讯管理、订单管理、用户管理和商家管理。商家可管理订单和商品信息。

关键词:店铺管理系统;Vue;SpringBoot;MySQL

Abstract

Withthedevelopmentofe-commerceandmobileInternettechnology,theoperationmodeoftheclothingstoreindustryhasgraduallychanged.Inthepast,clothingstoresreliedonphysicalstoresales,withlimitedinformationdisseminationandasinglechannelforcustomerstoobtainproductinformation.Merchantsareinefficientinmanaginginventoryandorders,makingitdifficulttograspsalesdynamicsinrealtime,andinventoryoverstockingorout-of-stockoftenoccurs.Atthesametime,customershavealimitedshoppingexperiencethatmakesiteasytoviewproductdetails,manageshoppingcarts,andorders.

Inordertosolvetheseproblems,thispaperdesignsaclothingstoremanagementsystembasedonSpringBoot.Thefront-endofthesystemadoptsVuetechnology,theback-endisbasedontheSpringBootframework,andthedatabaseisMySQL.Thesystemisrichinfunctions,userscanviewproductinformation,newproductinformation,manageshoppingcartsandorders,andviewthelistoffavorites.Theadministratorcanmanageproductinformation,newproductinformation,order,userandmerchant.Merchantscanmanageordersandproductinformation.

Keywords:storemanagementsystem;Vue;SpringBoot;MySQL

目录

TOC\o1-3\h\z\u摘要 I

Abstract II

1 绪论 1

1.1 研究背景与意义 1

1.1.1研究背景 1

1.1.2研究意义 1

1.2 国内外研究现状 1

1.2.1国内研究现状 1

1.2.2国外研究现状 2

2 相关技术介绍 3

2.1 SpringBoot框架 3

2.2 Vue技术 3

2.3 B/S框架 4

2.4 MySQL数据库 4

3 需求分析 6

3.1 功能需求分析 6

3.1.1用户功能 6

3.1.2管理员功能 6

3.1.3商家功能 7

3.2 非功能需求分析 8

3.3 可行性分析 8

3.3.1技术可行性 8

3.3.2操作可行性 8

3.3.3