| With the rapid development of modern people's life rhythm and the rapid development of computer network technology,electronic commerce has become an indispensable part of people's daily life.The most common form of e-commerce is online shopping mall,which has gradually replaced traditional offline stores as the first choice for shopping.The most typical model of the online shopping mall is the B2 C online business city.On the one hand,it provides the online shopping platform for the consumers,on the other hand,it provides the online sales platform to the merchants.This article is designed based on the latest Web framework technology developed fully functional,independent management of B2 C online shopping mall system.This system is based on J2 EE platform,B/S mode development,development tools use Eclipse development platform based on Java language,JDK version is 1.8,database uses Mysql5.6,uses advanced Maven project management tools,server uses Tomcat7.The most popular SSM(SpringMVC+Spring+MyBatis)framework and Jsp,Ajax,Jquery and other front-end technologies are used in technology.This system is mainly composed of two subsystems: front commodity display and backstage 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 goods,the shopping cart and the order payment.The user can register and log in,then browse the goods,buy the goods,support online payment and delivery.Payment.The backstage system is oriented to the manager,including user management,commodity management,one or two level classification menu management and order management,in which goods and commodity menus can be added,deleted and modified,and orders can only be viewed and shipped.The source of this topic was inspired by my work in a software company for half a year.Nowadays,most of the software companies to build online business city system are mostly used in the SSM framework,but most of the related literature on the Internet uses the SSH framework and can't keep up with the development of demand.So I wrote this paper based on the SSM framework for reference. |