java保险产品互联网展销前台系统设计

在本次毕业设计的整个开发过程当中,主要使用了IDEA2016作为开发工具,使用Java作为主要的开发语言,结合软件工程设计开发出了保险产品展销平台-前台系统


摘   要:随着Java技术的发展,越来越多的开发框架出现,与轻量级关系型数据库MySQL结合,开发工作变得更加结构化。而且加上“互联网+”概念的提出,很多传统的行业开始朝着互联网行业发展,使用线上线下结合的方式来进行产品销售。技术的进步带动了产业的进步,随着技术的不断成熟,一套系统从数据库到用户界面变得更加有条理,结合更加稳固,从而使得整个系统更加流畅,功能的完善和良好的用户体验,推动了这种展销平台的发展。

全文主要包含了系统的需求分析、整体功能介绍、技术分析、概要设计、系统详细设计和系统实现等内容。系统设计中按照软件工程的方法主要阐述了本系统具体的界面内容,接口设计,以及各个模块的功能实现。

保险展销系统使用了当前最为流行的Java开发框架SpringMVC + myBatis与数据库链接以及数据处理,使用jQuery和ajax技术进行前端的请求转发和数据展示,极大地利用了框架的便利进行开发。系统主要包含了用户注册登录、信息修改、产品展示和购买等功能,较好的符合了用户的需求。

关键词:SpringMVC + myBatis, HTML5, MySQL, Java开发

Abstract:With the development of Java technology, more and more development framework appears, combined with the lightweight relational database MySQL, the development work becomes more structured. And with the "Internet +" concept put forward, many traditional industries began to move towards the Internet industry, the use of online and offline combination of the way to product sales. Technological progress has led to the progress of the industry, with the technology continues to mature, a system from the database to the user interface has become more organized, combined with more solid, so that the whole system more fluid, functional improvement and a good user experience, To promote the development of this exhibition platform.

The full text mainly includes the system needs analysis, the overall function introduction, technical analysis, interface design, database design, and program design and so on. Program design in accordance with the software engineering methods mainly describes the system specific interface content, interface design, and the function of each module to achieve.

The insurance marketing system uses the most popular Java development framework SpringMVC + myBatis with the database link and data processing, the use of jquery and ajax technology for front-end request forwarding and data display, greatly using the framework of the convenience of development. The system mainly includes the user registration registration, information modification, product display and purchase and other functions, better meet the needs of users.

Keywords: SpringMVC + myBatis, HTML5, MySQL, Java development

目  录

第一章 绪论 1

1.1 概述 1

1.2 系统研究背景 1

1.3 系统研究意义 1

1.4 国内外研究现状 2

1.5 本章小结 2

第二章 系统开发环境和技术介绍 3

2.1 系统开发工具和数据库介绍 3

2.1.1开发工具IDEA简介 3

2.1.2 系统数据库MySQL简介 3

2.1.3 Navicat for MySQL 3

2.2 系统技术介绍 3

2.2.1 系统开发语言简介 3

2.2.2 系统主要开发框架介绍 4

2.2.3 miniui简介 4

2.3系统开发环境 4

2.4 本章小结 5

第三章 系统需求分析 6

3.1系统功能分析 6

3.2系统用例分析 6

3.3系统数据库概念模型 7

3.4 系统流程描述 8

3.5本章小结 8

第四章 系统概要设计 9

4.1系统设计原则 9

4.2系统功能架构 9

4.3系统分层架构设计 9

4.4系统功能设计 10

4.4.1登录注册 10

4.4.2产品展示 10

4.4.3产品购买 10

4.4.4用户管理 11

4.5系统数据库设计 11

4.5.1数据库设计 11