# SSM-Shop-project **Repository Path**: lw0617/SSM-Shop-project ## Basic Information - **Project Name**: SSM-Shop-project - **Description**: 这是一个基于ssm框架的购物系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2020-04-11 - **Last Updated**: 2024-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSM-ShopProject 这是一个基于ssm框架的购物系统 ### 项目结构描述: 1. 该项目中有五个子模块。 2. shop-manager模块负责导入该项目所需要的所有依赖包。 3. shop-web模块负责存放前端代码以及项目的配置文件。 4. shop-controller模块负责存放项目的控制器代码。 5. shop-service模块负责存放项目的业务逻辑代码。 6. shop-dao模块负责存放项目的mybatis数据库操作代码。 ### 项目相关技术: 1. 前端用html,css语言编写页面,运用bootstrap和jquery框架实现页面的UI。 2. 使用ajax技术实现前端与后台的异步数据交互。 3. jsp页面使用jstl标签库,动态生成部分页面。 4. 后台使用spring+spring mvc+mybatis框架。 ### 项目截图展示: 1. 主界面: *** ![Image text](https://github.com/KiritoSun/SSM-ShopProject/blob/master/ShopImg/newindex.jpg?raw=true) 2. 登录界面: *** ![Image text](https://github.com/KiritoSun/SSM-ShopProject/blob/master/ShopImg/login.JPG?raw=true) 3. 注册界面: *** ![Image text](https://github.com/KiritoSun/SSM-ShopProject/blob/master/ShopImg/register.JPG?raw=true) 4. 分类界面: *** ![Image text](https://github.com/KiritoSun/SSM-ShopProject/blob/master/ShopImg/sort.JPG?raw=true) 5. 商品列表界面: *** ![Image text](https://github.com/KiritoSun/SSM-ShopProject/blob/master/ShopImg/goodslist.JPG?raw=true) 6. 购物车界面: *** ![Image text](https://github.com/KiritoSun/SSM-ShopProject/blob/master/ShopImg/cart.JPG?raw=true) 7. 支付界面: *** ![Image text](https://github.com/KiritoSun/SSM-ShopProject/blob/master/ShopImg/payment.JPG?raw=true) 8. 订单界面: *** ![Image text](https://github.com/KiritoSun/SSM-ShopProject/blob/master/ShopImg/order.JPG?raw=true) 9. 后台管理界面: *** ![Image text](https://github.com/KiritoSun/SSM-ShopProject/blob/master/ShopImg/admin.JPG?raw=true)