毕 业 设 计(论 文)
题目:基于 SpringBoot+Vue 的电商应用系统的设计与实现
I
摘 要
现代经济快节奏发展以及不断完善升级的信息化技术,让传统数据信息的管
理升级为软件存储,归纳,集中处理数据信息的管理方式。本电商应用系统就是
在这样的大环境下诞生,其可以帮助管理者在短时间内处理完毕庞大的数据信息,
使用这种软件工具可以帮助管理人员提高事务处理效率,达到事半功倍的效果。
此电商应用系统使用跨平台的可开发大型商业网站的 HTML 技术,以及最受欢
迎的 RDBMS 应用软件之一的 MySQL 数据库进行程序开发,后台采用 Java 语言
的 Spring Boot 框架,前台采用 VUE 框架和 layui 样式,电商应用系统实现页面
基本用 HTML 文件写作方式。电商应用系统有管理员和用户两个角色。管理员
功能有个人中心,管理员管理,公告类型管理,商品类型管理,论坛管理,积分
记录管理,公告信息管理,商品信息管理,商品评价管理,商品收藏管理,商品
订单管理,用户管理,轮播图管理。用户可以注册登录,查看和购买商品,对商
品进行评价和收藏,在论坛发消息等操作。电商应用系统的开发根据操作人员需
要设计的界面简洁美观,在功能模块布局上跟同类型网站保持一致,程序在实现
基本要求功能时,也为数据信息面临的安全问题提供了一些实用的解决方案。可
以说该程序在帮助管理者高效率地处理工作事务的同时,也实现了数据信息的整
体化,规范化与自动化。
关键词:电商应用系统;HTML 技术;MySQL;VUE;Spring Boot
II
Abstract
The fast-paced development of the modern economy and the continuous improvement
and upgrading of information technology have upgraded the management of
traditional data information to a management method of software storage, induction,
and centralized processing of data information. This e-commerce application system
was born in such a large environment. It can help managers to process huge data
information in a short time. Using this software tool can help managers improve
transaction processing efficiency and achieve twice the result with half the effort. This
e-commerce application system uses cross-platform HTML technology that can
develop large-scale commercial websites, and MySQL database, one of the most
popular RDBMS application software, for program development. The background
uses the Spring Boot framework of Java language, and the front desk uses the VUE
framework and layui Style, the e-commerce application system realizes the basic way
of writing pages with HTML files. The e-commerce application system has two roles:
administrator and user. The administrator functions include personal center,
administrator management, announcement type management, commodity type
management, forum management, point record management, announcement
information management, commodity information management, commodity
evaluation management, commodity collection management, commodity order
management, user management, wheel Play image management. Users can register
and log in, view and purchase products, evaluate and favorite products, and send
messages in forums. The development of the e-commerce application system is
designed according to the needs of the operator. The interface is simple and beautiful,
and the layout of the functional modules is consistent with the same type of website.
When the program realizes the basic required functions, it also provides some
practical solutions for the security problems faced by the data and information.
Program. It can be said that this program not only helps managers deal with work
affairs efficiently, but also realizes the integration, standardization and automation of
data information.
Key Words : E-commerce application system; HTML technology; MySQL; VUE;
III
Spring Boot
IV
目 录
目 录 ..............................................III
1 绪论 ...............................................1
1.1 研究背景 .........................................................................................................1
1.2 目的和意义 .....................................................................................................1
1.3 论文结构安排 .................................................................................................2
2 相关技术............................................3
2.1 HTML 技术介绍..............................................................................................3
2.2 B/S 结构介绍 ...................................................................................................4
2.3 MYSQL 数据库介绍........................................................................................5
2.4 JAVA 语言介绍 .................................................................................................6
2.5 VUE 框架介绍 .................................................................................................6
2.6 TOMCAT 服务器介绍 .......................................................................................7
2.7 LAYUI 介绍........................................................................................................7
2.8 SPRING BOOT 框架介绍....................................................................................8
3 系统分析............................................9
3.1 系统可行性分析 .............................................................................................9
3.1.1 技术可行性分析 ..................................................................................9
3.1.2 经济可行性分析 ..................................................................................9
3.1.3 运行可行性分析 ..................................................................................9
3.2 系统性能分析 ...............................................................................................10
3.2.1 易用性指标 ........................................................................................10
3.2.2 可扩展性指标 ....................................................................................10
3.2.3 健壮性指标 ........................................................................................10
3.2.4 安全性指标 ........................................................................................11
3.3 系统流程分析 ...............................................................................................11