
毕业设计(论文)
中文题目:
手机销售系统

毕业设计(论文)
I
摘 要
本世纪以来,随着越来越多的人使用网络,互联网得到了极大的发展,各种
网络资源呈一个爆发性的增长,越来越多的人通过各种各样的网络工具,例如一
些专业百度的官网,查询各种各样的信息,为了适应社会的快速发展,无论什么
行业都有必要积极改革内部管理方式,以配合引入信息化管理模式,来提高处理
事务的效率,促进自身的管理优化和效率的提升,于是利用互联网的这些便利,
开发一个手机销售系统,其内容直接关系到管理员和用户。本系统主要实现了二
个角色的功能:分别是管理员和用户这二个角色,同时方便了管理员对系统进行
管理,只要电脑联网,就能对手机销售系统内的各种信息进行管理。同时,还可
以方便用户快捷查询相应的手机信息、促销活动等。
本篇论文对系统的需求、功能、设计等方面进行了详细说明,并且对系统主
要功能都进行了相关的说明。在系统的具体实现方面,以JAVA为语言,采用
springboot 框架,数据库采用 Mysql 数据库。总之,这个基于Springboot手机销售系统
可以很好地满足用户需求,具有可扩展性和可维护性。
关键词:手机销售系统;springboot 框架;

毕业设计(论文)
ABSTRACT
Since this century, with more and more people using the Internet, the Internet has
been greatly developed, and various network resources have shown an explosive
growth. More and more people query various information through various network
tools, such as the official website of some professional Baidu. In order to adapt to the
rapid development of society, it is necessary to actively reform the internal
management mode in any industry to cooperate with the introduction of information
management mode, In order to improve the efficiency of transaction processing and
promote their own management optimization and efficiency improvement, we
developed a mobile phone sales system by taking advantage of these advantages of the
Internet. Its content directly affects administrators and users. This system mainly
implements the functions of two roles: administrator and user. At the same time, it
facilitates the administrator to manage the system. As long as the computer is
connected to the network, various information in the mobile sales system can be
managed. At the same time, it can also facilitate users to quickly query corresponding
mobile phone information, promotional activities, etc.
This paper provides a detailed explanation of the system's requirements, functions,
design, and other aspects, as well as relevant explanations of the main functions of the
system. In terms of specific implementation of the system, JAVA is used as the
language, the Springboot framework is adopted, and the database is MySQL database.
In summary, this Springboot based mobile sales system can effectively meet user
needs, with scalability and maintainability.
Keywords: mobile phone sales system; Springboot framework;
目 录
第 1 章 序言..............................................................................................1
1.1 研究背景 ...........................................................................................................1
1.2 研究目的及意义 ...............................................................................................1
1.3 系统研究目标和内容 .......................................................................................2
1.4 本文主要结构安排 ...........................................................................................2
第 2 章 系统开发环境及关键技术 .........................................................3
2.1 系统开发环境 ...................................................................................................3
2.2 关键技术 ...........................................................................................................4
2.2.1 Java 语言 ................................................................................................4

毕业设计(论文)
2.2.2 Spring Boot框架.....................................................................................5
2.2.3 Mysql 数据库.........................................................................................6
第 3 章 系统需求分析..............................................................................7
3.1 可行性分析 .......................................................................................................8
3.1.1 技术可行性 ............................................................................................8
3.1.2 经济可行性 ............................................................................................10
3.1.3 操作可行性 ............................................................................................10
3.2 系统用例分析 ...................................................................................................11
3.2.1 管理员用例 ............................................................................................12
3.2.2 用户用例 ................................................................................................13
3.3 系统流程分析 .................................................................................................14
3.3.1 登录流程分析 ......................................................................................15
3.3.2 系统操作流程分析 ..............................................................................16
第 4 章 系统设计..........................................................................................18
4.1 系统框架设计 .................................................................................................19
4.2 数据库设计 .....................................................................................................20
4.2.1 实体关系分析 ......................................................................................21
4.2.2 数据库表 ..............................................................................................22
第 5 章 系统实现..........................................................................................25
5.1 前台用户模块实现 .........................................................................................26
5.2 后台管理员模块实现 .....................................................................................27
第 6 章 系统测试..........................................................................................29
6.1 系统测试目的 .................................................................................................30
6.2 测试用例 .........................................................................................................31

毕业设计(论文)
结束语.........................................................................................................33
参考文献 .....................................................................................................35
致谢 .............................................................................................................38