摘 要

本论文主要论述了如何使用JAVA语言开发一个企业客户管理系统,本系统将严格按照软件开发流程进行各个阶段的工作,采用B/S架构,面向对象编程思想进行项目开发。在引言中,作者将论述企业客户管理系统的当前背景以及系统开发的目的,后续章节将严格按照软件开发流程,对系统进行各个阶段分析设计。

企业客户管理系统的主要使用者分为管理员和员工,实现功能包括管理员:首页、个人中心、员工管理、客户信息管理、行业类型管理、项目信息管理、项目类型管理、项目收益管理,员工:首页、个人中心、客户信息管理、项目信息管理、项目收益管理等功能。由于本网站的功能模块设计比较全面,所以使得整个企业客户管理系统信息管理的过程得以实现。

本系统的使用可以实现本企业客户管理的信息化,可以方便管理员进行更加方便快捷的管理,可以提高管理人员的工作效率。


关键词:企业客户管理系统 JAVA语言;MYSQL数据库;Spring Boot框架  

 

Abstract


This paper mainly discusses how to use java language to develop an enterprise customer management system. The system will work in all stages in strict accordance with the software development process, using B / S architecture and object-oriented programming ideas for project development. In the introduction, the author will discuss the current background of enterprise customer management system and the purpose of system development. In the following chapters, the system will be analyzed and designed in each stage in strict accordance with the software development process.

The main users of enterprise customer management system are administrator and employee. The functions include administrator: homepage, personal center, employee management, customer information management, industry type management, project information management, project type management, project income management, employee: homepage, personal center, customer information management, project information management, project income management, etc. Because the function module design of this website is more comprehensive, the whole process of enterprise customer management system information management can be realized.

The use of this system can realize the enterprise customer management information, can facilitate the administrator for more convenient management, can improve the efficiency of management personnel.

Key words: enterprise customer management system java language; MySQL database; spring boot framework


目  录


摘 要 I

1 绪论 1

1.1研究背景 1

1.2研究现状 1

1.3研究内容 2

2 系统关键技术 3

2.1 Spring Boot框架 3

2.2 JAVA技术 3

2.3 MYSQL数据库 4

2.4 B/S结构 4

3 系统分析 5

3.1 可行性分析 5

3.1.1 技术可行性 5

3.1.2经济可行性 5

3.1.3操作可行性 5

3.2 系统性能分析 5

3.3 系统功能分析 6

3.4系统流程分析 7

3.4.1登录流程 7

3.4.2注册流程 8

3.4.3添加信息流程 8

3.4.4删除信息流程 9

4 系统设计 10

4.1系统概要设计 10

4.2系统结构设计 10

4.3系统顺序图设计 11

4.3.1登录模块顺序图 11

4.3.2添加信息模块顺序图 11

4.4数据库设计 12

4.4.1数据库E-R图设计 12

4.4.2数据库表设计 13

第5章 系统详细设计 17

5.1管理员功能模块 18

5.2员工功能模块 21

6 系统测试 24

6.1 测试定义 24

6.2 测试目的 24

6.3测试方案 25

(1)模块测试 25

(2)集成测试: 25

(3)验收测试: 25

6.4系统分析 27

7 结论 28

参考文献 29

谢辞 30


本企业客户管理系统主要包括二大功能模块,即员工功能模块和管理员功能模块。

(1)管理员模块:系统中的核心用户是管理员,管理员登录后,通过管理员功能来管理后台系统。主要功能有:首页、个人中心、员工管理、客户信息管理、行业类型管理、项目信息管理、项目类型管理、项目收益管理等功能。

(2)员工:首页、个人中心、客户信息管理、项目信息管理、项目收益管理等功能。

基于SpringBoot的企业客户管理系统-计算机毕业设计源码+LW文档_信息管理

基于SpringBoot的企业客户管理系统-计算机毕业设计源码+LW文档_信息管理_02

基于SpringBoot的企业客户管理系统-计算机毕业设计源码+LW文档_信息管理_03

基于SpringBoot的企业客户管理系统-计算机毕业设计源码+LW文档_信息管理_04