基于SSM框架的网上购物商城设计与实现
2020-08-13张慧敏王飒张腾达
张慧敏 王飒 张腾达



摘 要: 线上线下专门针对研究男士皮肤以及销售男士护肤产品的品牌的并不是很多,网上购物商城旨在推动互联网上男士护肤产品的销售,阔宽卖家与买家购买产品的渠道,降低卖家的成本时,买家也优惠一定的价格。该购物商城使用SSM框架以及J2EE实现网上购物商城平台的构建。本文从网上购物商城技术介绍,网上购物商城设计,网上购物商城实现等方面具体论述网上购物商城的设计与实现。
关键词: SSM框架;JavaEE;网上购物商城
中图分类号: TP311.52 文献标识码: A DOI:10.3969/j.issn.1003-6970.2020.06.030
本文著錄格式:张慧敏,王飒,张腾达. 基于SSM框架的网上购物商城设计与实现[J]. 软件,2020,41(06):143146
【Abstract】: There are not many online and offline brands dedicated to the research of mens skin and the sale of men's skin care products. Online shopping mall aims to promote the sale of men's skin care products on the Internet, broaden the channels for sellers and buyers to buy products, and reduce the cost of sellers, buyers also offer certain prices. The shopping mall uses SSM framework and Java EE to realize the construction of online shopping mall platform. This paper discusses the design and implementation of online shopping mall from the aspects of analysis, design and implementation of online shopping mall.
【Key words】: SSM framework; JavaEE; Online shopping mall
0 引言
近年来,我国互联网迅速发展。互联网的发展给人们生活带来了极大的便利。人们利用互联网在网上购买很多东西,护肤品是一个基本上人人都在使用的产品,随着人们经济的增长,越来越多的人注重护肤,男性人群尤为突出。根据《中国直销》显示男士护肤用品销售增幅是整个护肤产品市场的2倍,业内仅有10家企业销售男性护肤品,这和几乎家家都在销售女性护肤品或化妆品的形势差距甚大,专门做男士护肤的商城也寥寥无几。该网上购物商城旨在使男士拥有一个专门研究其肤质以及销售男士护肤产品的商城,方便男士人群针对自己的肤质进购买产品。
1 网上购物商城技术介绍
1.1 SSM框架介绍
SSM(Spring+SpringMVC+MyBatis)框架由Spring、MyBatis两个开源框架整合而成(SpringMVC是Spring中的部分内容)。将整个系统划分为view层,controller层,service层,DAO层四层。……
