# 基于ssm的网上商城 **Repository Path**: java8dj/sssmproject01 ## Basic Information - **Project Name**: 基于ssm的网上商城 - **Description**: 改进别人的ssm网上商城,目前仍在维护和改进 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2021-06-16 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于ssm的网上商城 #### 介绍 改进别人的ssm网上商城,目前仍在维护和改进 软件架构:基于ssm+maven 喜欢就给个star吧~ #### 使用说明 1. 测试时使用jdk1.8 2. sql语句已经放在eb.sql文件中,数据库名称:eb 3. 配置一个tomcat就可以访问了 4. 不懂的可以发邮件一起互相讨论,相互学习 #### 注意事项 ##### **关于CSS样式、图片无法加载的问题** 说明:项目的结构不要弄错了!项目名:`ssmstudy` 请用idea等编译器导入这个目录。 ##### **关于首页各种无法加载的问题** 说明:Tomcat不要配置错了! image-20210112194723328 image-20210112194745883 #### 演示 ##### 登录界面 ![image-20201120145802713](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120145802713.png) ##### 主界面 ![img](https://cdn.jsdelivr.net/gh/closess/pic-home/img/clip_image002.jpg) ##### 购物演示 ​ (包括下单支付): ![image-20201120150457823](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150457823.png) ![image-20201120150515504](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150515504.png) ![image-20201120150523832](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150523832.png) ![image-20201120150534321](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150534321.png) ![](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150541319.png) ![image-20201120150718139](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150718139.png) ![image-20201120150735327](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150735327.png) #### 项目结构 ##### 数据库结构 ​ 数据库名称:eb 所有数据表见下图的右边 ![image-20201120150840142](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150840142.png) ##### 主要代码结构: ![image-20201120150847899](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150847899.png) ##### Mapper ![image-20201120150912408](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120150912408.png) ##### Services层 ![image-20201120151012647](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120151012647.png) ##### 所有前端页面 ![image-20201120151554020](https://cdn.jsdelivr.net/gh/closess/pic-home/img/image-20201120151554020.png)