网上商城信息管理系统设计摘要 如今已是 2020 年,互联网已经成为社会发展不可或缺的是工具,消费者的购物方式也发生了巨大的改变,京东淘宝等商城已经成为消费者购物的聚集地。本设计是在数据管理的基础上设计的购物管理系统,整个系统分为前段和后端两个部分。前段网页实现了热门商品展示、购物车、订单、商品分类四个功能模块,后端实现分类管理、订单管理和商品管理三个功能模块。通过本系统,提高网上商城的管理水平。本系统的网页界面是用 JSP 设计,后端管理系统是使用 SpringMVC 设计模式。JSP 设计网页的开发效率高,设计每个图片、文本、超链接等功能方便灵活,设置出来的网页界面美观整洁。MySQL 作为后端的开源数据库系统,该数据库是用来存储和管理数据的仓库,仓库里面的数据通过 JDBC 与系统进行信息传输。关键词 网上购物 JAVA MySQL SpringMVC JSPDesign of Online Mall Information Management SystemAbstract Today is 2020. The Internet has become an indispensable tool for social development. Consumer shopping has also undergone tremendous changes. Shopping malls such as Jingdong Taobao have become a gathering place for consumers. This design is a shopping management system designed on the basis of data management. The entire system is divided into two parts, the front section and the back end. The front page implements four functional modules of hot commodity display, shopping cart, order, and commodity classification, and the back end implements three functional modules of classification management, order management, and commodity management. Through this system, improve the management level of the online mall.The web interface of this system is designed with JSP, and the back-end management system is designed with Spring MVC. The development efficiency of the JSP design webpage is high. The functions of designing each picture, text, and hyperlink are convenient and flexible, and the set webpage interface is beautiful and neat. MySQL...