( 基于 ssm 框架的网上商城系统的设计与实现 ) ( Design and implementation of online shopping mall system based on SSM framework ) 内容摘要 本科设计的购物系统是基于 ssm 框架设计的,它们分别是springmvc、spring、mabatis。本系统使用用到的开发工具是eclipse。用到的数据库是免费的 mysql 数据库,本系统经过项目立项、需求分析、功能实现、测试。系统的重点是完成网上购物的基本操作流程。前端用到 Bootstrap 框架,使得该项目可以兼容不同尺寸的屏幕,无论在手机还是平板电脑显示出来同样美观。本系统的网上商城是属于一个 B2C 平台,它具有综合性的一个特点,其实这种平台是我们很熟悉的了就类似我们经常使用的苏宁易购、京东。没注册的游客可以在商城浏览和搜索商品,游客注册成为会员且登录后可以在商城浏览商品、下订单和在线支付等多种功能,也可以参加平台提供的一些优惠活动。本系统有后台管理人员对商品进行操作,登录后台后可以在平台的后台管理系统中修改商品的详细信息、会员的订单信息和管理会员以及对网站的维护等。网上商城主要分为网站前台管理、后台管理两个子系统。关键字:购物系统 MVC B2C Mysql Abstract The shopping system designed by the undergraduate is bsed on spring MVC, spring and mabatis (SSM). Use eclipse development tools for development. Mysql database is used. The system has passed project approval, requirement analysis, function realization and test. The key point of the system is to complete the basic operation process of online shopping. The front-end uses bootstrap framework, so that the project can be compatible with different sizes of screens, both in the mobile phone and tablet display the same beautiful.The online shopping mall of this system belongs to a B2C platform, which has a comprehensive feature. In fact, this platform is very familiar to us, similar to Suning e-commerce and Jingdong, which we often use. After registering as a member and logging in, they can browse commodities, place orders and pay online in the mall. Th...