# school **Repository Path**: kuxiaoxin/school ## Basic Information - **Project Name**: school - **Description**: Java企业级开发-课程-答辩项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # school #### 介绍 答辩项目 #### 软件架构 软件架构说明 `SpringMvc`+`Mybatis`+`SUI Mobile` #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 ## 1.1商城 | 名称 | 链接 | 负责人 | 备注 | | ------------ | ----------------------------------------------------------- | ------ | ---- | | 商城登录 | `http://localhost:8080/local/login?usertype=1#` | 黄玉龙 | | | 商城首页 | `http://localhost:8080/frontend/index` | 扶佳伟 | | | 全部商店 | `http://localhost:8080/frontend/shoplist?parentId=41` | 扶佳伟 | | | 店铺详情 | `http://localhost:8080/frontend/shopdetail?shopId=58` | 扶佳伟 | | | 商品详情 | `http://localhost:8080/frontend/productdetail?productId=43` | 扶佳伟 | | ## 1.2店铺 | 名称 | 链接 | 负责人 | 备注 | | ------------ | ------------------------------------------------------------ | -------- | ---- | | 店铺管理登录 | `http://localhost:8080/local/login?usertype=2#` | 黄玉龙 | | | 商铺列表 | `http://localhost:8080/shopadmin/shoplist` | 吴道志 | 登录检测 | | 增添商铺 | `http://localhost:8080/shopadmin/shopoperation` | 吴道志 | 登录检测 | | 操作店铺 | `http://localhost:8080/shopadmin/shopmanagement?shopId=58` | 吴道志 | 登录检测 | | 修改店铺 | `http://localhost:8080/shopadmin/shopoperation?shopId=58` | 吴道志 | 登录检测 | | 商品类别 | `http://localhost:8080/shopadmin/productcategorymanagement` | 黄忠庆 | 登录检测 | | 商品列表 | `http://localhost:8080/shopadmin/productmanagement` | 黄忠庆 | 登录检测 | | 添加商品 | `http://localhost:8080/shopadmin/productoperation` | 黄忠庆 | 登录检测 | | 编辑商品 | `http://localhost:8080/shopadmin/productoperation?productId=43` | 黄忠庆 | 登录检测 | ### 截图 #### 1.1.1商城登录 ![商城登录](markdown/QQ截图20190518163259.png) > 用户:`yingzi` 密码:`123456` #### 1.1.2商城首页 ![商城首页](markdown/QQ截图20190518161735.png) #### 1.1.3全部商店 ![全部商店](markdown/QQ截图20190518161836.png) #### 1.1.4店铺详情 ![店铺详情](markdown/QQ截图20190518162144.png) #### 1.1.5商品详情 ![店铺详情](markdown/QQ截图20190518162229.png) #### 1.2.1店铺管理登录 ![店铺管理登录](markdown/QQ截图20190518162655.png) #### 1.2.2商铺列表 ![商铺列表](markdown/QQ截图20190518162610.png) #### 1.2.3增添商铺 ![增添商铺](markdown/QQ截图20190518162809.png) #### 1.2.4操作店铺 ![操作店铺](markdown/QQ截图20190518162842.png) #### 1.2.5修改店铺 ![修改店铺](markdown/QQ截图20190518162916.png) #### 1.2.6商品类别 ![商品类别](markdown/QQ截图20190518162937.png) #### 1.2.7商品列表 ![商品列表](markdown/QQ截图20190518163014.png) #### 1.2.8添加商品 ![添加商品](markdown/QQ截图20190518163045.png) #### 1.2.9编辑商品 ![编辑商品](markdown/QQ截图20190518163118.png)