基于SSM框架的B2C网上商城系统的设计与实现

上传人:一*** 文档编号:157639139 上传时间:2020-12-25 格式:DOCX 页数:72 大小:1.97MB
返回 下载 相关 举报
基于SSM框架的B2C网上商城系统的设计与实现_第1页
第1页 / 共72页
基于SSM框架的B2C网上商城系统的设计与实现_第2页
第2页 / 共72页
基于SSM框架的B2C网上商城系统的设计与实现_第3页
第3页 / 共72页
基于SSM框架的B2C网上商城系统的设计与实现_第4页
第4页 / 共72页
基于SSM框架的B2C网上商城系统的设计与实现_第5页
第5页 / 共72页
点击查看更多>>
资源描述

《基于SSM框架的B2C网上商城系统的设计与实现》由会员分享,可在线阅读,更多相关《基于SSM框架的B2C网上商城系统的设计与实现(72页珍藏版)》请在金锄头文库上搜索。

1、 基于SSM框架的B2C网上商城系统的设计与实现 II摘 要随着现代人生活节奏的不断加快和计算机网络技术的飞速发展,电子商务已成为人们日常生活中不可或缺的一部分。电子商务中一种最普遍的形式就是网上商城,它已逐渐取代传统的线下实体店成为购物方式的首选。网上商城中最典型的一种模式就是 B2C 网上商城,它一方面提供网上购物平台给消费者,另一方面提供网上销售平台给商户。本文所设计的就是一个基于最新的 Web 框架技术开发的功能较为完备、可自主管理的 B2C 网上商城系统。本系统基于 J2EE 平台,B/S 模式开发,开发工具使用了基于 Java 语言的Eclipse 开发平台,JDK 版本用的是 1

2、.8,数据库使用的是 Mysql5.6,采用了先进的Maven 项目管理工具,服务器使用的是 Tomcat7。技术方面运用了时下最流行的SSM(SpringMVC+Spring+MyBatis)框架及 JSP,Ajax,Jquery 等前端技术。本系统主要由前台商品展示和后台信息管理两个子系统组成,前台系统面向消费者,包含商城首页、商品列表、商品详情、购物车和订单支付等页面,用户可以通过注册、登录,然后浏览商品、购买商品,支持在线支付和货到付款。后台系统面向管理者,包含用户管理、商品管理、商品一二级分类菜单管理和订单管理,其中商品和商品菜单都能进行增删改查的操作,订单只能进行查看和发货操作。本

3、课题的来源始于本人在一家软件公司工作半年之后的灵感。现如今软件公司搭建网上商城系统大多采用的是 SSM 框架,而网上商城的相关文献却大多使用SSH 框架,已跟不上需求的发展,所以本人就写了这篇基于 SSM 框架的 B2C 网上商城论文以供参考。关键词:B2C 网上商城;B/S 构架;Java;SSM 框架 IIIAbstractWith the rapid development of modern peoples life rhythm and the rapiddevelopment of computer network technology, electronic commerce h

4、as become anindispensable part of peoples daily life. The most common form of e-commerce isonline shopping mall, which has gradually replaced traditional offline stores as thefirst choice for shopping. The most typical model of the online shopping mall is theB2C online business city. On the one hand

5、, it provides the online shopping platformfor the consumers, on the other hand, it provides the online sales platform to themerchants. This article is designed based on the latest Web framework technologydeveloped fully functional, independent management of B2C online shopping mallsystem.This system

6、 is based on J2EE platform, B/S mode development, developmenttools use Eclipse development platform based on Java language, JDK version is 1.8,database uses Mysql5.6, uses advanced Maven project management tools, server usesTomcat7. The most popular SSM (SpringMVC+Spring+MyBatis) framework and Jsp,A

7、jax, Jquery and other front-end technologies are used in technology.This system is mainly composed of two subsystems: front commodity display andbackstage information management. The front desk is oriented to the consumer,including the home page of the mall, the list of goods, the details of the goo

8、ds, theshopping cart and the order payment. The user can register and log in, then browse thegoods, buy the goods, support online payment and delivery. Payment. The backstagesystem is oriented to the manager, including user management, commoditymanagement, one or two level classification menu manage

9、ment and ordermanagement, in which goods and commodity menus can be added, deleted andmodified, and orders can only be viewed and shipped.The source of this topic was inspired by my work in a software company for halfayear. Nowadays, most of the software companies to build online business citysystem

10、 are mostly used in the SSM framework, but most of the related literature onthe Internet uses the SSH framework and cant keep up with the development ofdemand. So I wrote this paper based on the SSM framework for reference.Key words: B2C online shopping mall; B/S structure; Java; SSM framework 基于SSM

11、框架的B2C网上商城系统的设计与实现 IV目 录摘 要 IAbstract III插图索引 VII附表索引 VIII第 1 章 绪 论 11.1 研究背景 11.2 课题研究的目的与意义 21.2.1 网上商城研究的目的 21.2.2 网上商城研究的意义 21.3 网上商城的国内外发展现状 31.3.1 国外发展现状 31.3.2 国内发展现状 31.4 本文主要工作与组织结构 4第 2 章 系统需求分析和开发技术简介 62.1 可行性分析 62.1.1 社会可行性 62.1.2 技术可行性 62.2 需求分析 62.2.1 用户需求分析 72.2.2 网站前台需求 72.2.3 网站后台需求

12、 82.3 开发工具介绍 102.3.1 Java 语言 102.3.2 JDK 112.3.3 Eclipse 112.3.4 Mysql 112.3.5 Tomcat 122.3.6 B/S 架构 122.3.7 Maven 122 3 8 JSP13 V2.4 SSM 简介 132.4.1 SpringMVC 132.4.2 Spring 142.4.3 MyBatis 152.4.4 JavaEE 的 SSM 架构 152.5 SSM 框架的优势 172.5.1 SpringMVC 的优势 132.5.2 MyBatis 的优势 142.6 本章小结 18第 3 章 系统设计 193.

13、1 系统功能分析 193.1.1 前台子系统业务流程 193.1.2 后台子系统业务流程 203.2 数据库分析 223.2.1 数据库 E-R 图 223.2.2 数据库设计 233.3 本章小结 28第 4 章 系统功能实现 294.1 系统实现环境 294.1.1 软件安装 294.1.2 SSM 框架搭建 304.2 前台首页管理模块 354.2.1 用户登录 354.2.2 用户注册 374.2.3 首页热门商品和最新商品 404.2.4 商品展示 424.2.5 订单支付流程 454.3 后台管理模块 504.3.1 一级商品目录管理 504.3.2 二级商品目录管理 514.3.

14、3 商品管理 524.3.4 订单管理 534.3.5 用户管理 544.4 本章小结 55第 5 章 系统测试56 基于SSM框架的B2C网上商城系统的设计与实现 VI5.1 测试的目的 565.2 测试的要求 565.3 测试的主要内容 565.4 测试的方法 575.5 测试用例的设计 575.6 本章小结 60总结与展望 61总结 61展望 61参考文献 63致 谢 65 VII插图索引图 2.1 B2C 网上商城前台系统需求模块图 8图 2.2 B2C 网上商城后台系统需求模块图 9图 2.3 Spring 框架总体结构图 14图 2.4 SSM 架构图 15图 3.1 网上商城前台子系统总体流程图 20图 3.2 网上商城后台子系统总体流程图 21图 3.3 数据库 E-R 图 23图 4.1 用户登录页面 36图 4.2 校验提示页面 37图 4.3 用户注册页面 39图 4.4 热门商品和最新商品 40图 4.5 一级分类菜单下商品子页面 42图 4.6 商品详情页面 45图 4.7 购物车页面 46图 4.8 订单页面 48图 4.9 后台系统一级分类菜单管理页面 50图 4.10 后台系统二级分类菜单管理页面

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号