# shop-ssm **Repository Path**: paradise-team/shop-ssm ## Basic Information - **Project Name**: shop-ssm - **Description**: 基于ssm项目的在线商城系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2021-01-19 - **Last Updated**: 2021-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shop-ssm #### 介绍 基于ssm项目的在线商城系统 :heavy_exclamation_mark: jsp+servlet版本访问https://gitee.com/zhangliyuanblog/shop #### 软件架构 - spring - springMvc - Mybatis #### 安装教程 1. 数据库导入sql文件 2. 导入IDEA 3. 修改db.properties文件,对应自己的数据库 4. 启动,访问http://localhost:8888/shop ### 登录界面 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201021182132.png) ### 注册界面 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201021182218.png) ### 首页 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201021182247.png) ### 通过类别查看商品 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201021182344.png) ### 查看商品详情 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201021182446.png) ### 下单页面 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201021182517.png) ### 购买成功 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201021182551.png) ### 我的购物车 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201021182641.png) ### 我的订单 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201021182710.png) 后台管理请访问localhost:8080/shop/admin/toLogin项目并没有写完,仅供学习和参考 ### 后台登陆界面 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201031100817.png) ### echarts报表分析 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201031101004.png) ### 新增商品模态框 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201031101053.png) 并没有做功能实现 ### 查询全部商品信息/分页 ![](https://cdn.jsdelivr.net/gh/zhangliyuangit/img/20201031101155.png)