基于 Web 平台的校园商铺设计与实现 Design and implementation of campus shops based on Web platform 中文摘要本平台系统基于现在流行的 Spring、SpringMVC、Mybatis 的 Web项目框架开发的一个校园商铺展示平台。系统通过微信端的内置 浏览器和服务器端进行交互的开发模式,用户只需要关注微信公众号就能快速便捷的进行登录、浏览、查看商铺和商品信息的操作。另一方面方面,需要将该系统打包发布到云服务器上,这样就不用像客户端和服务器端的交互模式一样需要花费人力去现场安装、配置、维护设备。系统的前端展示模块和店家后台管理模块都是 SUI Mobile 框架进行界面设计,超级管理员模块是用 EasyUI 进行界面设计。系统的后台用 Mybatis ORM 框架实现数据的持久化,用 SringMVC 框架来实现 MVC模式的设计,数据库用比较常用的 MySQL 5.7,并用 JDBC 进行数据库访问。整体就用 Spring 框架的依赖注入、控制反转的特性进行管理。□□关键词:Java、Spring、SpringMVC、Mybatis、校园商铺、展示系统AbstractThe platform system is based on the now popular Spring, SpringMVC, Mybatis Web project framework development of a campus store display platform.The system USES the development mode of interaction between the built-in browser of WeChat terminal and the server terminal. Users only need to pay attention to the WeChat public account to quickly and conveniently log in, browse, and view the information of shops and commodities.On the other hand, the system needs to be packaged and distributed to the cloud server, so that it does not require the human labor to install, configure, and maintain the equipment on the spot as in the client-server interaction mode.The front-end display module of the system and the store background management module are designed by SUI Mobile framework, while the super administrator module is designed by EasyUI.In the background of the system, Mybatis ORM framework is used to achieve data persistence, and SringMVC framework is used...