在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例企业应用开发/EJB → SpringBoot+MyBatis+MySQL电脑商城项目实战源码

SpringBoot+MyBatis+MySQL电脑商城项目实战源码

企业应用开发/EJB

下载此实例
  • 开发语言:Java
  • 实例大小:151.95M
  • 下载次数:93
  • 浏览次数:416
  • 发布时间:2022-06-26
  • 实例类别:企业应用开发/EJB
  • 发 布 人:jmf2012
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】SpringBoot MyBatis MySQL电脑商城项目实战源码

SpringBoot MyBatis MySQL电脑商城项目实战。

主要包括用户、商品、商品类别、收藏、订单、购物车、收货地址等模块功能。

【实例截图】

from clipboard

【核心代码】

.
├── SpringBoot电脑商城项目-V1.0
│   ├── tools
│   │   ├── avatar_src
│   │   │   ├── avatar1.jpg
│   │   │   ├── avatar2.jpg
│   │   │   ├── avatar3.png
│   │   │   └── avatar4.png
│   │   ├── pages_src
│   │   │   └── pages
│   │   │       ├── bootstrap3
│   │   │       │   ├── css
│   │   │       │   │   ├── bootstrap-theme.css
│   │   │       │   │   ├── bootstrap-theme.css.map
│   │   │       │   │   ├── bootstrap-theme.min.css
│   │   │       │   │   ├── bootstrap.css
│   │   │       │   │   ├── bootstrap.css.map
│   │   │       │   │   └── bootstrap.min.css
│   │   │       │   ├── font-awesome-4.7.0
│   │   │       │   │   ├── HELP-US-OUT.txt
│   │   │       │   │   ├── css
│   │   │       │   │   │   ├── font-awesome.css
│   │   │       │   │   │   └── font-awesome.min.css
│   │   │       │   │   ├── fonts
│   │   │       │   │   │   ├── FontAwesome.otf
│   │   │       │   │   │   ├── fontawesome-webfont.eot
│   │   │       │   │   │   ├── fontawesome-webfont.svg
│   │   │       │   │   │   ├── fontawesome-webfont.ttf
│   │   │       │   │   │   ├── fontawesome-webfont.woff
│   │   │       │   │   │   └── fontawesome-webfont.woff2
│   │   │       │   │   ├── less
│   │   │       │   │   │   ├── animated.less
│   │   │       │   │   │   ├── bordered-pulled.less
│   │   │       │   │   │   ├── core.less
│   │   │       │   │   │   ├── fixed-width.less
│   │   │       │   │   │   ├── font-awesome.less
│   │   │       │   │   │   ├── icons.less
│   │   │       │   │   │   ├── larger.less
│   │   │       │   │   │   ├── list.less
│   │   │       │   │   │   ├── mixins.less
│   │   │       │   │   │   ├── path.less
│   │   │       │   │   │   ├── rotated-flipped.less
│   │   │       │   │   │   ├── screen-reader.less
│   │   │       │   │   │   ├── stacked.less
│   │   │       │   │   │   └── variables.less
│   │   │       │   │   └── scss
│   │   │       │   │       ├── _animated.scss
│   │   │       │   │       ├── _bordered-pulled.scss
│   │   │       │   │       ├── _core.scss
│   │   │       │   │       ├── _fixed-width.scss
│   │   │       │   │       ├── _icons.scss
│   │   │       │   │       ├── _larger.scss
│   │   │       │   │       ├── _list.scss
│   │   │       │   │       ├── _mixins.scss
│   │   │       │   │       ├── _path.scss
│   │   │       │   │       ├── _rotated-flipped.scss
│   │   │       │   │       ├── _screen-reader.scss
│   │   │       │   │       ├── _stacked.scss
│   │   │       │   │       ├── _variables.scss
│   │   │       │   │       └── font-awesome.scss
│   │   │       │   ├── fonts
│   │   │       │   │   ├── glyphicons-halflings-regular.eot
│   │   │       │   │   ├── glyphicons-halflings-regular.svg
│   │   │       │   │   ├── glyphicons-halflings-regular.ttf
│   │   │       │   │   └── glyphicons-halflings-regular.woff
│   │   │       │   ├── jquery-1.8.3.min.js
│   │   │       │   ├── jquery-1.9.1.min.js
│   │   │       │   └── js
│   │   │       │       ├── bootstrap.js
│   │   │       │       ├── bootstrap.min.js
│   │   │       │       ├── css3-mediaqueries.js
│   │   │       │       ├── holder.js
│   │   │       │       ├── html5shiv.min.js
│   │   │       │       ├── jquery.cookie.js
│   │   │       │       └── respond.min.js
│   │   │       ├── css
│   │   │       │   ├── cart.css
│   │   │       │   ├── favorites.css
│   │   │       │   ├── footer.css
│   │   │       │   ├── imgmove.css
│   │   │       │   ├── index.css
│   │   │       │   ├── layout.css
│   │   │       │   ├── login.css
│   │   │       │   ├── order.css
│   │   │       │   ├── orderConfirm.css
│   │   │       │   ├── orderInfo.css
│   │   │       │   ├── product.css
│   │   │       │   ├── reg.css
│   │   │       │   ├── search.css
│   │   │       │   ├── top.css
│   │   │       │   └── webindex.css
│   │   │       ├── images
│   │   │       │   ├── index
│   │   │       │   │   ├── 404_img1.png
│   │   │       │   │   ├── 404_img2.png
│   │   │       │   │   ├── 500_img1.png
│   │   │       │   │   ├── 500_img2.png
│   │   │       │   │   ├── android.png
│   │   │       │   │   ├── bg1.png
│   │   │       │   │   ├── bg2.jpg
│   │   │       │   │   ├── bg3.jpg
│   │   │       │   │   ├── erweima.png
│   │   │       │   │   ├── footerFont.png
│   │   │       │   │   ├── index_banner1.png
│   │   │       │   │   ├── index_banner2.png
│   │   │       │   │   ├── index_banner3.png
│   │   │       │   │   ├── index_banner4.png
│   │   │       │   │   ├── index_banner5.png
│   │   │       │   │   ├── ios.png
│   │   │       │   │   ├── stumalllogo.png
│   │   │       │   │   └── user.jpg
│   │   │       │   └── portal
│   │   │       │       ├── 001GuangBo)FB60322
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 广博(GuangBo)皮面日程本子2017.1-2018.6计划记事本效率手册米色FB60322.txt
│   │   │       │       ├── 002calculator1548A
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 得力(deli)1548A商务办公桌面计算器 太阳能双电源白色.txt
│   │   │       │       ├── 00GuangBo1040A5GBR0731
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 广博(GuangBo)10本装40张A5牛皮纸记事本子日记本办公软抄本GBR0731.txt
│   │   │       │       ├── 01GuangBo16K115FB60506
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 广博(GuangBo)16K115页线圈记事本子日记本文具笔记本图案随机 FB60506.txt
│   │   │       │       ├── 02COMIXC5902A5122blue
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   └── collect.png
│   │   │       │       ├── 03SchneiderK15
│   │   │       │       │   ├── 03 施耐德(Schneider) K15 经典款圆珠笔 (5支混色装).txt
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   └── collect.png
│   │   │       │       ├── 04_SUNWOODC452312
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 三木(SUNWOOD) C4523 票据网格拉链袋文件袋 12个装 颜色随机.txt
│   │   │       │       ├── 11DELLran7000R1605Ssilvery
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 584e082bN8530695f.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 戴尔 DELL燃7000 R1605S.txt
│   │   │       │       ├── 11DELLran7000gold
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── personage
│   │   │       │       │       ├── select.png
│   │   │       │       │       ├── un_select.png
│   │   │       │       │       └── user50.png
│   │   │       │       ├── 12(DELL)XPS13gold
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   └── collect.png
│   │   │       │       ├── 12DELLXPS13-silvery
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   └── collect.png
│   │   │       │       ├── 13LenovoIdeaPad310_black
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   └── collect.png
│   │   │       │       ├── 13LenovoIdeaPad310_silvery
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 57ff004eNea3e74d1.jpg
│   │   │       │       │   ├── 5800726fN0f838cec.jpg
│   │   │       │       │   ├── 5800726fN5c1ead98.jpg
│   │   │       │       │   ├── 58007270N9a5010bf.jpg
│   │   │       │       │   ├── 58044b07N0c5b69b7 (1).jpg
│   │   │       │       │   ├── 58044b07N0c5b69b7.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 联想(Lenovo)IdeaPad310.txt
│   │   │       │       ├── 14LenovoYOGA710 _gold
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 联想(Lenovo)YOGA710 14英寸触控笔记本(i7-7500U 8G 256GSSD 2G独显 全高清IPS 360°翻转 正版office)金.txt
│   │   │       │       ├── 14LenovoYOGA710 _silvery
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 联想(Lenovo)YOGA710 14英寸触控笔记本(i7-7500U 8G 256GSSD 2G独显 全高清IPS 360°翻转 正版office)银.txt
│   │   │       │       ├── 15Lenovo_xiaoxin_310_black
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 联想(Lenovo)小新310经典版14英寸笔记本电脑(i7-7500U 4G 500G 2G独显 office2016 FHD)黑色.txt
│   │   │       │       ├── 15Lenovo_xiaoxin_310_silvery
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 联想(Lenovo)小新310经典版.txt
│   │   │       │       ├── 16LenovoYOGA900green
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 57ce72a4N081febea.jpg
│   │   │       │       │   ├── 57ce72a5N803196d9.jpg
│   │   │       │       │   ├── 57ce72aaNf87890ce.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 联想(Lenovo) YOGA900 (YOGA4 PRO)多彩版 13.3英寸触控笔记本电脑(i5-6200U 8G 256G SSD office2016)薄荷绿.txt
│   │   │       │       ├── 16LenovoYOGA900pink
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   └── collect.png
│   │   │       │       ├── 16LenovoYOGA900red
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   └── collect.png
│   │   │       │       ├── 17Lenovo)xiaoxinAir13Pro_gold
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 58579fe3N42fc4d85.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 联想(Lenovo)小新Air13 Pro.txt
│   │   │       │       ├── 17Lenovo)xiaoxinAir13Pro_silvery
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   └── 联想(Lenovo)小新Air13 Pro版13.3英寸超轻薄笔记本(I5-6200U 8G 256G PCIE SSD 940MX 2G独显 IPS 背光)银.txt
│   │   │       │       ├── 18(DELL)XPS15_silvery
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   └── collect.png
│   │   │       │       ├── 19DELL15MF Pro
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 57e63dffN5f42df65.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── 6.jpg
│   │   │       │       │   ├── 6_big.png
│   │   │       │       │   ├── collect.png
│   │   │       │       │   ├── rBEhWFMYF2AIAAAAAAEL5PVVcmcAAJiVwIOMjMAAQv8249.jpg
│   │   │       │       │   └── 戴尔(DELL)魔方15MF Pro-R2505TSS灵越.txt
│   │   │       │       ├── 20DellXPS15-9550
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 56ff7fddN3f659f3d.jpg
│   │   │       │       │   ├── 580d6eb0N020ee1f1.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── Dell戴尔 XPS15-9550.txt
│   │   │       │       │   └── collect.png
│   │   │       │       ├── 21ThinkPad_New_S1
│   │   │       │       │   ├── 1.jpg
│   │   │       │       │   ├── 1_big.png
│   │   │       │       │   ├── 2.jpg
│   │   │       │       │   ├── 2_big.png
│   │   │       │       │   ├── 3.jpg
│   │   │       │       │   ├── 3_big.png
│   │   │       │       │   ├── 4.jpg
│   │   │       │       │   ├── 4_big.png
│   │   │       │       │   ├── 5.jpg
│   │   │       │       │   ├── 54630ab3Nb8b0c4b0.jpg
│   │   │       │       │   ├── 57b3ddbcN4f93bfbb.jpg
│   │   │       │       │   ├── 5_big.png
│   │   │       │       │   ├── ThinkPad New S1(001CD).txt
│   │   │       │       │   └── collect.png
│   │   │       │       └── 22_LEXON_LNE6025B06T
│   │   │       │           ├── 1.jpg
│   │   │       │           ├── 1_big.png
│   │   │       │           ├── 2.jpg
│   │   │       │           ├── 2_big.png
│   │   │       │           ├── 3.jpg
│   │   │       │           ├── 3_big.png
│   │   │       │           ├── 4.jpg
│   │   │       │           ├── 4_big.png
│   │   │       │           ├── 5.jpg
│   │   │       │           ├── 5_big.png
│   │   │       │           └── collect.png
│   │   │       ├── index.html
│   │   │       ├── js
│   │   │       │   ├── adddel.js
│   │   │       │   ├── autoLogin.js
│   │   │       │   ├── cart.js
│   │   │       │   ├── distpicker.data.js
│   │   │       │   ├── distpicker.js
│   │   │       │   ├── favorites.js
│   │   │       │   ├── imgmove.js
│   │   │       │   ├── jquery-getUrlParam.js
│   │   │       │   ├── menu.js
│   │   │       │   ├── orderConfirm.js
│   │   │       │   ├── product.js
│   │   │       │   └── search.js
│   │   │       └── web
│   │   │           ├── 404.html
│   │   │           ├── 500.html
│   │   │           ├── addAddress.html
│   │   │           ├── address.html
│   │   │           ├── cart.html
│   │   │           ├── favorites.html
│   │   │           ├── footerTemplate.html
│   │   │           ├── index.html
│   │   │           ├── leftTemplate.html
│   │   │           ├── login.html
│   │   │           ├── orderConfirm.html
│   │   │           ├── orderInfo.html
│   │   │           ├── orders.html
│   │   │           ├── password.html
│   │   │           ├── payFail.html
│   │   │           ├── paySuccess.html
│   │   │           ├── payment.html
│   │   │           ├── product.html
│   │   │           ├── register.html
│   │   │           ├── search.html
│   │   │           ├── template.html
│   │   │           ├── topTemplate.html
│   │   │           ├── upload.html
│   │   │           └── userdata.html
│   │   ├── sql_src
│   │   │   ├── t_cart.sql
│   │   │   ├── t_dict_district.sql
│   │   │   ├── t_order.sql
│   │   │   ├── t_product.sql
│   │   │   └── t_user.sql
│   │   └── store_src
│   │       └── store
│   │           ├── HELP.md
│   │           ├── mvnw
│   │           ├── mvnw.cmd
│   │           ├── pom.xml
│   │           ├── src
│   │           │   ├── main
│   │           │   │   ├── java
│   │           │   │   │   └── com
│   │           │   │   │       └── cy
│   │           │   │   │           └── store
│   │           │   │   │               └── StoreApplication.java
│   │           │   │   └── resources
│   │           │   │       ├── application.properties
│   │           │   │       ├── static
│   │           │   │       └── templates
│   │           │   └── test
│   │           │       └── java
│   │           │           └── com
│   │           │               └── cy
│   │           │                   └── store
│   │           │                       └── StoreApplicationTests.java
│   │           ├── store.iml
│   │           └── target
│   │               ├── classes
│   │               │   ├── application.properties
│   │               │   └── com
│   │               │       └── cy
│   │               │           └── store
│   │               │               └── StoreApplication.class
│   │               ├── generated-sources
│   │               │   └── annotations
│   │               ├── generated-test-sources
│   │               │   └── test-annotations
│   │               └── test-classes
│   │                   └── com
│   │                       └── cy
│   │                           └── store
│   │                               └── StoreApplicationTests.class
│   ├── unit01-系统概述与环境搭建
│   │   ├── img
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   ├── 4.png
│   │   │   ├── 5.png
│   │   │   └── 6.png
│   │   ├── 系统概述与环境搭建.md
│   │   └── 系统概述与环境搭建.pdf
│   ├── unit02-用户注册登录
│   │   ├── img
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   └── 4.png
│   │   ├── 用户注册登录.md
│   │   └── 用户注册登录.pdf
│   ├── unit03-用户资料修改
│   │   ├── img
│   │   │   └── 1.png
│   │   ├── 用户资料修改.md
│   │   └── 用户资料修改.pdf
│   ├── unit04-用户上传头像
│   │   ├── img
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   ├── 4.png
│   │   │   ├── 5.png
│   │   │   └── 6.png
│   │   └── 用户上传头像.md
│   ├── unit05-用户收货管理
│   │   ├── img
│   │   │   ├── 1.png
│   │   │   ├── 10.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   ├── 4.png
│   │   │   ├── 5.png
│   │   │   ├── 6.png
│   │   │   ├── 7.png
│   │   │   ├── 8.png
│   │   │   └── 9.png
│   │   └── 用户收货管理.md
│   ├── unit06-商品
│   │   ├── img
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   └── 3.png
│   │   ├── 商品.md
│   │   └── 商品.pdf
│   ├── unit07-购物车
│   │   ├── img
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   └── 3.png
│   │   ├── 购物车.md
│   │   └── 购物车.pdf
│   ├── unit08-订单
│   │   ├── img
│   │   │   ├── 1.png
│   │   │   └── 2.png
│   │   ├── 订单.md
│   │   └── 订单.pdf
│   ├── unit09-AOP
│   │   ├── AOP.md
│   │   ├── AOP.pdf
│   │   └── img
│   │       └── 1.png
│   └── 项目源码
│       ├── springmvc-upload
│       │   ├── pom.xml
│       │   ├── springmvc-upload.iml
│       │   ├── src
│       │   │   ├── main
│       │   │   │   ├── java
│       │   │   │   │   └── com
│       │   │   │   │       └── cy
│       │   │   │   │           └── controller
│       │   │   │   │               └── UploadController.java
│       │   │   │   ├── resources
│       │   │   │   │   └── springmvc-upload.xml
│       │   │   │   └── webapp
│       │   │   │       ├── WEB-INF
│       │   │   │       │   └── web.xml
│       │   │   │       └── upload.html
│       │   │   └── test
│       │   │       ├── java
│       │   │       └── resources
│       │   └── target
│       │       ├── classes
│       │       │   ├── com
│       │       │   │   └── cy
│       │       │   │       └── controller
│       │       │   │           └── UploadController.class
│       │       │   └── springmvc-upload.xml
│       │       ├── controller-1.0-SNAPSHOT
│       │       │   ├── META-INF
│       │       │   │   └── MANIFEST.MF
│       │       │   ├── WEB-INF
│       │       │   │   ├── classes
│       │       │   │   │   ├── com
│       │       │   │   │   │   └── cy
│       │       │   │   │   │       └── controller
│       │       │   │   │   │           └── UploadController.class
│       │       │   │   │   └── springmvc-upload.xml
│       │       │   │   ├── lib
│       │       │   │   │   ├── commons-fileupload-1.4.jar
│       │       │   │   │   ├── commons-io-2.2.jar
│       │       │   │   │   ├── commons-logging-1.2.jar
│       │       │   │   │   ├── spring-aop-4.3.6.RELEASE.jar
│       │       │   │   │   ├── spring-beans-4.3.6.RELEASE.jar
│       │       │   │   │   ├── spring-context-4.3.6.RELEASE.jar
│       │       │   │   │   ├── spring-core-4.3.6.RELEASE.jar
│       │       │   │   │   ├── spring-expression-4.3.6.RELEASE.jar
│       │       │   │   │   ├── spring-web-4.3.6.RELEASE.jar
│       │       │   │   │   └── spring-webmvc-4.3.6.RELEASE.jar
│       │       │   │   └── web.xml
│       │       │   ├── upload
│       │       │   └── upload.html
│       │       └── generated-sources
│       │           └── annotations
│       └── store
│           ├── HELP.md
│           ├── mvnw
│           ├── mvnw.cmd
│           ├── pom.xml
│           ├── src
│           │   ├── main
│           │   │   ├── java
│           │   │   │   └── com
│           │   │   │       └── cy
│           │   │   │           └── store
│           │   │   │               ├── StoreApplication.java
│           │   │   │               ├── aop
│           │   │   │               │   └── TimerAspect.java
│           │   │   │               ├── config
│           │   │   │               │   └── LoginInterceptorConfigurer.java
│           │   │   │               ├── controller
│           │   │   │               │   ├── AddressController.java
│           │   │   │               │   ├── BaseController.java
│           │   │   │               │   ├── CartController.java
│           │   │   │               │   ├── DistrictController.java
│           │   │   │               │   ├── OrderController.java
│           │   │   │               │   ├── ProductController.java
│           │   │   │               │   ├── UserController.java
│           │   │   │               │   └── ex
│           │   │   │               │       ├── FileEmptyException.java
│           │   │   │               │       ├── FileSizeException.java
│           │   │   │               │       ├── FileStateException.java
│           │   │   │               │       ├── FileTypeException.java
│           │   │   │               │       ├── FileUploadException.java
│           │   │   │               │       └── FileUploadIOException.java
│           │   │   │               ├── entity
│           │   │   │               │   ├── Address.java
│           │   │   │               │   ├── BaseEntity.java
│           │   │   │               │   ├── Cart.java
│           │   │   │               │   ├── District.java
│           │   │   │               │   ├── Order.java
│           │   │   │               │   ├── OrderItem.java
│           │   │   │               │   ├── Product.java
│           │   │   │               │   └── User.java
│           │   │   │               ├── interceptor
│           │   │   │               │   └── LoginInterceptor.java
│           │   │   │               ├── mapper
│           │   │   │               │   ├── AddressMapper.java
│           │   │   │               │   ├── CartMapper.java
│           │   │   │               │   ├── DistrictMapper.java
│           │   │   │               │   ├── OrderMapper.java
│           │   │   │               │   ├── ProductMapper.java
│           │   │   │               │   └── UserMapper.java
│           │   │   │               ├── service
│           │   │   │               │   ├── IAddressService.java
│           │   │   │               │   ├── ICartService.java
│           │   │   │               │   ├── IDistrictService.java
│           │   │   │               │   ├── IOrderService.java
│           │   │   │               │   ├── IProductService.java
│           │   │   │               │   ├── IUserService.java
│           │   │   │               │   ├── ex
│           │   │   │               │   │   ├── AccessDeniedException.java
│           │   │   │               │   │   ├── AddressCountLimitException.java
│           │   │   │               │   │   ├── AddressNotFoundException.java
│           │   │   │               │   │   ├── CartNotFoundException.java
│           │   │   │               │   │   ├── DeleteException.java
│           │   │   │               │   │   ├── InsertException.java
│           │   │   │               │   │   ├── PasswordNotMatchException.java
│           │   │   │               │   │   ├── ProductNotFoundException.java
│           │   │   │               │   │   ├── ServiceException.java
│           │   │   │               │   │   ├── UpdateException.java
│           │   │   │               │   │   ├── UserNotFoundException.java
│           │   │   │               │   │   └── UsernameDuplicateException.java
│           │   │   │               │   └── impl
│           │   │   │               │       ├── AddressServiceImpl.java
│           │   │   │               │       ├── CartServiceImpl.java
│           │   │   │               │       ├── DistrictServiceImpl.java
│           │   │   │               │       ├── OrderServiceImpl.java
│           │   │   │               │       ├── ProductServiceImpl.java
│           │   │   │               │       └── UserServiceImpl.java
│           │   │   │               ├── util
│           │   │   │               │   └── JsonResult.java
│           │   │   │               └── vo
│           │   │   │                   └── CartVO.java
│           │   │   └── resources
│           │   │       ├── application.properties
│           │   │       ├── mapper
│           │   │       │   ├── AddressMapper.xml
│           │   │       │   ├── CartMapper.xml
│           │   │       │   ├── DistrictMapper.xml
│           │   │       │   ├── OrderMapper.xml
│           │   │       │   ├── ProductMapper.xml
│           │   │       │   └── UserMapper.xml
│           │   │       ├── static
│           │   │       │   ├── bootstrap3
│           │   │       │   │   ├── css
│           │   │       │   │   │   ├── bootstrap-theme.css
│           │   │       │   │   │   ├── bootstrap-theme.css.map
│           │   │       │   │   │   ├── bootstrap-theme.min.css
│           │   │       │   │   │   ├── bootstrap.css
│           │   │       │   │   │   ├── bootstrap.css.map
│           │   │       │   │   │   └── bootstrap.min.css
│           │   │       │   │   ├── font-awesome-4.7.0
│           │   │       │   │   │   ├── HELP-US-OUT.txt
│           │   │       │   │   │   ├── css
│           │   │       │   │   │   │   ├── font-awesome.css
│           │   │       │   │   │   │   └── font-awesome.min.css
│           │   │       │   │   │   ├── fonts
│           │   │       │   │   │   │   ├── FontAwesome.otf
│           │   │       │   │   │   │   ├── fontawesome-webfont.eot
│           │   │       │   │   │   │   ├── fontawesome-webfont.svg
│           │   │       │   │   │   │   ├── fontawesome-webfont.ttf
│           │   │       │   │   │   │   ├── fontawesome-webfont.woff
│           │   │       │   │   │   │   └── fontawesome-webfont.woff2
│           │   │       │   │   │   ├── less
│           │   │       │   │   │   │   ├── animated.less
│           │   │       │   │   │   │   ├── bordered-pulled.less
│           │   │       │   │   │   │   ├── core.less
│           │   │       │   │   │   │   ├── fixed-width.less
│           │   │       │   │   │   │   ├── font-awesome.less
│           │   │       │   │   │   │   ├── icons.less
│           │   │       │   │   │   │   ├── larger.less
│           │   │       │   │   │   │   ├── list.less
│           │   │       │   │   │   │   ├── mixins.less
│           │   │       │   │   │   │   ├── path.less
│           │   │       │   │   │   │   ├── rotated-flipped.less
│           │   │       │   │   │   │   ├── screen-reader.less
│           │   │       │   │   │   │   ├── stacked.less
│           │   │       │   │   │   │   └── variables.less
│           │   │       │   │   │   └── scss
│           │   │       │   │   │       ├── _animated.scss
│           │   │       │   │   │       ├── _bordered-pulled.scss
│           │   │       │   │   │       ├── _core.scss
│           │   │       │   │   │       ├── _fixed-width.scss
│           │   │       │   │   │       ├── _icons.scss
│           │   │       │   │   │       ├── _larger.scss
│           │   │       │   │   │       ├── _list.scss
│           │   │       │   │   │       ├── _mixins.scss
│           │   │       │   │   │       ├── _path.scss
│           │   │       │   │   │       ├── _rotated-flipped.scss
│           │   │       │   │   │       ├── _screen-reader.scss
│           │   │       │   │   │       ├── _stacked.scss
│           │   │       │   │   │       ├── _variables.scss
│           │   │       │   │   │       └── font-awesome.scss
│           │   │       │   │   ├── fonts
│           │   │       │   │   │   ├── glyphicons-halflings-regular.eot
│           │   │       │   │   │   ├── glyphicons-halflings-regular.svg
│           │   │       │   │   │   ├── glyphicons-halflings-regular.ttf
│           │   │       │   │   │   └── glyphicons-halflings-regular.woff
│           │   │       │   │   ├── jquery-1.8.3.min.js
│           │   │       │   │   ├── jquery-1.9.1.min.js
│           │   │       │   │   └── js
│           │   │       │   │       ├── bootstrap.js
│           │   │       │   │       ├── bootstrap.min.js
│           │   │       │   │       ├── css3-mediaqueries.js
│           │   │       │   │       ├── holder.js
│           │   │       │   │       ├── html5shiv.min.js
│           │   │       │   │       ├── jquery.cookie.js
│           │   │       │   │       └── respond.min.js
│           │   │       │   ├── css
│           │   │       │   │   ├── cart.css
│           │   │       │   │   ├── favorites.css
│           │   │       │   │   ├── footer.css
│           │   │       │   │   ├── imgmove.css
│           │   │       │   │   ├── index.css
│           │   │       │   │   ├── layout.css
│           │   │       │   │   ├── login.css
│           │   │       │   │   ├── order.css
│           │   │       │   │   ├── orderConfirm.css
│           │   │       │   │   ├── orderInfo.css
│           │   │       │   │   ├── product.css
│           │   │       │   │   ├── reg.css
│           │   │       │   │   ├── search.css
│           │   │       │   │   ├── top.css
│           │   │       │   │   └── webindex.css
│           │   │       │   ├── images
│           │   │       │   │   ├── index
│           │   │       │   │   │   ├── 404_img1.png
│           │   │       │   │   │   ├── 404_img2.png
│           │   │       │   │   │   ├── 500_img1.png
│           │   │       │   │   │   ├── 500_img2.png
│           │   │       │   │   │   ├── android.png
│           │   │       │   │   │   ├── bg1.png
│           │   │       │   │   │   ├── bg2.jpg
│           │   │       │   │   │   ├── bg3.jpg
│           │   │       │   │   │   ├── erweima.png
│           │   │       │   │   │   ├── footerFont.png
│           │   │       │   │   │   ├── index_banner1.png
│           │   │       │   │   │   ├── index_banner2.png
│           │   │       │   │   │   ├── index_banner3.png
│           │   │       │   │   │   ├── index_banner4.png
│           │   │       │   │   │   ├── index_banner5.png
│           │   │       │   │   │   ├── ios.png
│           │   │       │   │   │   ├── stumalllogo.png
│           │   │       │   │   │   └── user.jpg
│           │   │       │   │   └── portal
│           │   │       │   │       ├── 001GuangBo)FB60322
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 广博(GuangBo)皮面日程本子2017.1-2018.6计划记事本效率手册米色FB60322.txt
│           │   │       │   │       ├── 002calculator1548A
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 得力(deli)1548A商务办公桌面计算器 太阳能双电源白色.txt
│           │   │       │   │       ├── 00GuangBo1040A5GBR0731
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 广博(GuangBo)10本装40张A5牛皮纸记事本子日记本办公软抄本GBR0731.txt
│           │   │       │   │       ├── 01GuangBo16K115FB60506
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 广博(GuangBo)16K115页线圈记事本子日记本文具笔记本图案随机 FB60506.txt
│           │   │       │   │       ├── 02COMIXC5902A5122blue
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       ├── 03SchneiderK15
│           │   │       │   │       │   ├── 03 施耐德(Schneider) K15 经典款圆珠笔 (5支混色装).txt
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       ├── 04_SUNWOODC452312
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 三木(SUNWOOD) C4523 票据网格拉链袋文件袋 12个装 颜色随机.txt
│           │   │       │   │       ├── 11DELLran7000R1605Ssilvery
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 584e082bN8530695f.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 戴尔 DELL燃7000 R1605S.txt
│           │   │       │   │       ├── 11DELLran7000gold
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── personage
│           │   │       │   │       │       ├── select.png
│           │   │       │   │       │       ├── un_select.png
│           │   │       │   │       │       └── user50.png
│           │   │       │   │       ├── 12(DELL)XPS13gold
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       ├── 12DELLXPS13-silvery
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       ├── 13LenovoIdeaPad310_black
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       ├── 13LenovoIdeaPad310_silvery
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 57ff004eNea3e74d1.jpg
│           │   │       │   │       │   ├── 5800726fN0f838cec.jpg
│           │   │       │   │       │   ├── 5800726fN5c1ead98.jpg
│           │   │       │   │       │   ├── 58007270N9a5010bf.jpg
│           │   │       │   │       │   ├── 58044b07N0c5b69b7 (1).jpg
│           │   │       │   │       │   ├── 58044b07N0c5b69b7.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 联想(Lenovo)IdeaPad310.txt
│           │   │       │   │       ├── 14LenovoYOGA710 _gold
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 联想(Lenovo)YOGA710 14英寸触控笔记本(i7-7500U 8G 256GSSD 2G独显 全高清IPS 360°翻转 正版office)金.txt
│           │   │       │   │       ├── 14LenovoYOGA710 _silvery
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 联想(Lenovo)YOGA710 14英寸触控笔记本(i7-7500U 8G 256GSSD 2G独显 全高清IPS 360°翻转 正版office)银.txt
│           │   │       │   │       ├── 15Lenovo_xiaoxin_310_black
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 联想(Lenovo)小新310经典版14英寸笔记本电脑(i7-7500U 4G 500G 2G独显 office2016 FHD)黑色.txt
│           │   │       │   │       ├── 15Lenovo_xiaoxin_310_silvery
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 联想(Lenovo)小新310经典版.txt
│           │   │       │   │       ├── 16LenovoYOGA900green
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 57ce72a4N081febea.jpg
│           │   │       │   │       │   ├── 57ce72a5N803196d9.jpg
│           │   │       │   │       │   ├── 57ce72aaNf87890ce.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 联想(Lenovo) YOGA900 (YOGA4 PRO)多彩版 13.3英寸触控笔记本电脑(i5-6200U 8G 256G SSD office2016)薄荷绿.txt
│           │   │       │   │       ├── 16LenovoYOGA900pink
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       ├── 16LenovoYOGA900red
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       ├── 17Lenovo)xiaoxinAir13Pro_gold
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 58579fe3N42fc4d85.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 联想(Lenovo)小新Air13 Pro.txt
│           │   │       │   │       ├── 17Lenovo)xiaoxinAir13Pro_silvery
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   └── 联想(Lenovo)小新Air13 Pro版13.3英寸超轻薄笔记本(I5-6200U 8G 256G PCIE SSD 940MX 2G独显 IPS 背光)银.txt
│           │   │       │   │       ├── 18(DELL)XPS15_silvery
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       ├── 19DELL15MF Pro
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 57e63dffN5f42df65.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── 6.jpg
│           │   │       │   │       │   ├── 6_big.png
│           │   │       │   │       │   ├── collect.png
│           │   │       │   │       │   ├── rBEhWFMYF2AIAAAAAAEL5PVVcmcAAJiVwIOMjMAAQv8249.jpg
│           │   │       │   │       │   └── 戴尔(DELL)魔方15MF Pro-R2505TSS灵越.txt
│           │   │       │   │       ├── 20DellXPS15-9550
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 56ff7fddN3f659f3d.jpg
│           │   │       │   │       │   ├── 580d6eb0N020ee1f1.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── Dell戴尔 XPS15-9550.txt
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       ├── 21ThinkPad_New_S1
│           │   │       │   │       │   ├── 1.jpg
│           │   │       │   │       │   ├── 1_big.png
│           │   │       │   │       │   ├── 2.jpg
│           │   │       │   │       │   ├── 2_big.png
│           │   │       │   │       │   ├── 3.jpg
│           │   │       │   │       │   ├── 3_big.png
│           │   │       │   │       │   ├── 4.jpg
│           │   │       │   │       │   ├── 4_big.png
│           │   │       │   │       │   ├── 5.jpg
│           │   │       │   │       │   ├── 54630ab3Nb8b0c4b0.jpg
│           │   │       │   │       │   ├── 57b3ddbcN4f93bfbb.jpg
│           │   │       │   │       │   ├── 5_big.png
│           │   │       │   │       │   ├── ThinkPad New S1(001CD).txt
│           │   │       │   │       │   └── collect.png
│           │   │       │   │       └── 22_LEXON_LNE6025B06T
│           │   │       │   │           ├── 1.jpg
│           │   │       │   │           ├── 1_big.png
│           │   │       │   │           ├── 2.jpg
│           │   │       │   │           ├── 2_big.png
│           │   │       │   │           ├── 3.jpg
│           │   │       │   │           ├── 3_big.png
│           │   │       │   │           ├── 4.jpg
│           │   │       │   │           ├── 4_big.png
│           │   │       │   │           ├── 5.jpg
│           │   │       │   │           ├── 5_big.png
│           │   │       │   │           └── collect.png
│           │   │       │   ├── index.html
│           │   │       │   ├── js
│           │   │       │   │   ├── adddel.js
│           │   │       │   │   ├── autoLogin.js
│           │   │       │   │   ├── cart.js
│           │   │       │   │   ├── distpicker.data.js
│           │   │       │   │   ├── distpicker.js
│           │   │       │   │   ├── favorites.js
│           │   │       │   │   ├── imgmove.js
│           │   │       │   │   ├── jquery-getUrlParam.js
│           │   │       │   │   ├── menu.js
│           │   │       │   │   ├── orderConfirm.js
│           │   │       │   │   ├── product.js
│           │   │       │   │   └── search.js
│           │   │       │   └── web
│           │   │       │       ├── 404.html
│           │   │       │       ├── 500.html
│           │   │       │       ├── addAddress.html
│           │   │       │       ├── address.html
│           │   │       │       ├── cart.html
│           │   │       │       ├── favorites.html
│           │   │       │       ├── footerTemplate.html
│           │   │       │       ├── index.html
│           │   │       │       ├── leftTemplate.html
│           │   │       │       ├── login.html
│           │   │       │       ├── orderConfirm.html
│           │   │       │       ├── orderInfo.html
│           │   │       │       ├── orders.html
│           │   │       │       ├── password.html
│           │   │       │       ├── payFail.html
│           │   │       │       ├── paySuccess.html
│           │   │       │       ├── payment.html
│           │   │       │       ├── product.html
│           │   │       │       ├── register.html
│           │   │       │       ├── search.html
│           │   │       │       ├── template.html
│           │   │       │       ├── topTemplate.html
│           │   │       │       ├── upload.html
│           │   │       │       └── userdata.html
│           │   │       └── templates
│           │   └── test
│           │       └── java
│           │           └── com
│           │               └── cy
│           │                   └── store
│           │                       ├── StoreApplicationTests.java
│           │                       ├── mapper
│           │                       │   ├── AddressMapperTests.java
│           │                       │   ├── CartMapperTests.java
│           │                       │   ├── DistrictMapperTests.java
│           │                       │   ├── OrderMapperTests.java
│           │                       │   ├── ProductMapperTests.java
│           │                       │   └── UserMapperTests.java
│           │                       └── service
│           │                           ├── AddressServiceTests.java
│           │                           ├── CartServiceTests.java
│           │                           ├── DistrictServiceTests.java
│           │                           ├── OrderServiceTests.java
│           │                           ├── ProductServiceTests.java
│           │                           └── UserServiceTests.java
│           ├── store.iml
│           └── target
│               ├── classes
│               │   ├── application.properties
│               │   ├── com
│               │   │   └── cy
│               │   │       └── store
│               │   │           ├── StoreApplication.class
│               │   │           ├── aop
│               │   │           │   └── TimerAspect.class
│               │   │           ├── config
│               │   │           │   └── LoginInterceptorConfigurer.class
│               │   │           ├── controller
│               │   │           │   ├── AddressController.class
│               │   │           │   ├── BaseController.class
│               │   │           │   ├── CartController.class
│               │   │           │   ├── DistrictController.class
│               │   │           │   ├── OrderController.class
│               │   │           │   ├── ProductController.class
│               │   │           │   ├── UserController.class
│               │   │           │   └── ex
│               │   │           │       ├── FileEmptyException.class
│               │   │           │       ├── FileSizeException.class
│               │   │           │       ├── FileStateException.class
│               │   │           │       ├── FileTypeException.class
│               │   │           │       ├── FileUploadException.class
│               │   │           │       └── FileUploadIOException.class
│               │   │           ├── entity
│               │   │           │   ├── Address.class
│               │   │           │   ├── BaseEntity.class
│               │   │           │   ├── Cart.class
│               │   │           │   ├── District.class
│               │   │           │   ├── Order.class
│               │   │           │   ├── OrderItem.class
│               │   │           │   ├── Product.class
│               │   │           │   └── User.class
│               │   │           ├── interceptor
│               │   │           │   └── LoginInterceptor.class
│               │   │           ├── mapper
│               │   │           │   ├── AddressMapper.class
│               │   │           │   ├── CartMapper.class
│               │   │           │   ├── DistrictMapper.class
│               │   │           │   ├── OrderMapper.class
│               │   │           │   ├── ProductMapper.class
│               │   │           │   └── UserMapper.class
│               │   │           ├── service
│               │   │           │   ├── IAddressService.class
│               │   │           │   ├── ICartService.class
│               │   │           │   ├── IDistrictService.class
│               │   │           │   ├── IOrderService.class
│               │   │           │   ├── IProductService.class
│               │   │           │   ├── IUserService.class
│               │   │           │   ├── ex
│               │   │           │   │   ├── AccessDeniedException.class
│               │   │           │   │   ├── AddressCountLimitException.class
│               │   │           │   │   ├── AddressNotFoundException.class
│               │   │           │   │   ├── CartNotFoundException.class
│               │   │           │   │   ├── DeleteException.class
│               │   │           │   │   ├── InsertException.class
│               │   │           │   │   ├── PasswordNotMatchException.class
│               │   │           │   │   ├── ProductNotFoundException.class
│               │   │           │   │   ├── ServiceException.class
│               │   │           │   │   ├── UpdateException.class
│               │   │           │   │   ├── UserNotFoundException.class
│               │   │           │   │   └── UsernameDuplicateException.class
│               │   │           │   └── impl
│               │   │           │       ├── AddressServiceImpl.class
│               │   │           │       ├── CartServiceImpl.class
│               │   │           │       ├── DistrictServiceImpl.class
│               │   │           │       ├── OrderServiceImpl.class
│               │   │           │       ├── ProductServiceImpl.class
│               │   │           │       └── UserServiceImpl.class
│               │   │           ├── util
│               │   │           │   └── JsonResult.class
│               │   │           └── vo
│               │   │               └── CartVO.class
│               │   ├── mapper
│               │   │   ├── AddressMapper.xml
│               │   │   ├── CartMapper.xml
│               │   │   ├── DistrictMapper.xml
│               │   │   ├── OrderMapper.xml
│               │   │   ├── ProductMapper.xml
│               │   │   └── UserMapper.xml
│               │   └── static
│               │       ├── bootstrap3
│               │       │   ├── css
│               │       │   │   ├── bootstrap-theme.css
│               │       │   │   ├── bootstrap-theme.css.map
│               │       │   │   ├── bootstrap-theme.min.css
│               │       │   │   ├── bootstrap.css
│               │       │   │   ├── bootstrap.css.map
│               │       │   │   └── bootstrap.min.css
│               │       │   ├── font-awesome-4.7.0
│               │       │   │   ├── HELP-US-OUT.txt
│               │       │   │   ├── css
│               │       │   │   │   ├── font-awesome.css
│               │       │   │   │   └── font-awesome.min.css
│               │       │   │   ├── fonts
│               │       │   │   │   ├── FontAwesome.otf
│               │       │   │   │   ├── fontawesome-webfont.eot
│               │       │   │   │   ├── fontawesome-webfont.svg
│               │       │   │   │   ├── fontawesome-webfont.ttf
│               │       │   │   │   ├── fontawesome-webfont.woff
│               │       │   │   │   └── fontawesome-webfont.woff2
│               │       │   │   ├── less
│               │       │   │   │   ├── animated.less
│               │       │   │   │   ├── bordered-pulled.less
│               │       │   │   │   ├── core.less
│               │       │   │   │   ├── fixed-width.less
│               │       │   │   │   ├── font-awesome.less
│               │       │   │   │   ├── icons.less
│               │       │   │   │   ├── larger.less
│               │       │   │   │   ├── list.less
│               │       │   │   │   ├── mixins.less
│               │       │   │   │   ├── path.less
│               │       │   │   │   ├── rotated-flipped.less
│               │       │   │   │   ├── screen-reader.less
│               │       │   │   │   ├── stacked.less
│               │       │   │   │   └── variables.less
│               │       │   │   └── scss
│               │       │   │       ├── _animated.scss
│               │       │   │       ├── _bordered-pulled.scss
│               │       │   │       ├── _core.scss
│               │       │   │       ├── _fixed-width.scss
│               │       │   │       ├── _icons.scss
│               │       │   │       ├── _larger.scss
│               │       │   │       ├── _list.scss
│               │       │   │       ├── _mixins.scss
│               │       │   │       ├── _path.scss
│               │       │   │       ├── _rotated-flipped.scss
│               │       │   │       ├── _screen-reader.scss
│               │       │   │       ├── _stacked.scss
│               │       │   │       ├── _variables.scss
│               │       │   │       └── font-awesome.scss
│               │       │   ├── fonts
│               │       │   │   ├── glyphicons-halflings-regular.eot
│               │       │   │   ├── glyphicons-halflings-regular.svg
│               │       │   │   ├── glyphicons-halflings-regular.ttf
│               │       │   │   └── glyphicons-halflings-regular.woff
│               │       │   ├── jquery-1.8.3.min.js
│               │       │   ├── jquery-1.9.1.min.js
│               │       │   └── js
│               │       │       ├── bootstrap.js
│               │       │       ├── bootstrap.min.js
│               │       │       ├── css3-mediaqueries.js
│               │       │       ├── holder.js
│               │       │       ├── html5shiv.min.js
│               │       │       ├── jquery.cookie.js
│               │       │       └── respond.min.js
│               │       ├── css
│               │       │   ├── cart.css
│               │       │   ├── favorites.css
│               │       │   ├── footer.css
│               │       │   ├── imgmove.css
│               │       │   ├── index.css
│               │       │   ├── layout.css
│               │       │   ├── login.css
│               │       │   ├── order.css
│               │       │   ├── orderConfirm.css
│               │       │   ├── orderInfo.css
│               │       │   ├── product.css
│               │       │   ├── reg.css
│               │       │   ├── search.css
│               │       │   ├── top.css
│               │       │   └── webindex.css
│               │       ├── images
│               │       │   ├── index
│               │       │   │   ├── 404_img1.png
│               │       │   │   ├── 404_img2.png
│               │       │   │   ├── 500_img1.png
│               │       │   │   ├── 500_img2.png
│               │       │   │   ├── android.png
│               │       │   │   ├── bg1.png
│               │       │   │   ├── bg2.jpg
│               │       │   │   ├── bg3.jpg
│               │       │   │   ├── erweima.png
│               │       │   │   ├── footerFont.png
│               │       │   │   ├── index_banner1.png
│               │       │   │   ├── index_banner2.png
│               │       │   │   ├── index_banner3.png
│               │       │   │   ├── index_banner4.png
│               │       │   │   ├── index_banner5.png
│               │       │   │   ├── ios.png
│               │       │   │   ├── stumalllogo.png
│               │       │   │   └── user.jpg
│               │       │   └── portal
│               │       │       ├── 001GuangBo)FB60322
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 广博(GuangBo)皮面日程本子2017.1-2018.6计划记事本效率手册米色FB60322.txt
│               │       │       ├── 002calculator1548A
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 得力(deli)1548A商务办公桌面计算器 太阳能双电源白色.txt
│               │       │       ├── 00GuangBo1040A5GBR0731
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 广博(GuangBo)10本装40张A5牛皮纸记事本子日记本办公软抄本GBR0731.txt
│               │       │       ├── 01GuangBo16K115FB60506
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 广博(GuangBo)16K115页线圈记事本子日记本文具笔记本图案随机 FB60506.txt
│               │       │       ├── 02COMIXC5902A5122blue
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   └── collect.png
│               │       │       ├── 03SchneiderK15
│               │       │       │   ├── 03 施耐德(Schneider) K15 经典款圆珠笔 (5支混色装).txt
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   └── collect.png
│               │       │       ├── 04_SUNWOODC452312
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 三木(SUNWOOD) C4523 票据网格拉链袋文件袋 12个装 颜色随机.txt
│               │       │       ├── 11DELLran7000R1605Ssilvery
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 584e082bN8530695f.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 戴尔 DELL燃7000 R1605S.txt
│               │       │       ├── 11DELLran7000gold
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── personage
│               │       │       │       ├── select.png
│               │       │       │       ├── un_select.png
│               │       │       │       └── user50.png
│               │       │       ├── 12(DELL)XPS13gold
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   └── collect.png
│               │       │       ├── 12DELLXPS13-silvery
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   └── collect.png
│               │       │       ├── 13LenovoIdeaPad310_black
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   └── collect.png
│               │       │       ├── 13LenovoIdeaPad310_silvery
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 57ff004eNea3e74d1.jpg
│               │       │       │   ├── 5800726fN0f838cec.jpg
│               │       │       │   ├── 5800726fN5c1ead98.jpg
│               │       │       │   ├── 58007270N9a5010bf.jpg
│               │       │       │   ├── 58044b07N0c5b69b7 (1).jpg
│               │       │       │   ├── 58044b07N0c5b69b7.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 联想(Lenovo)IdeaPad310.txt
│               │       │       ├── 14LenovoYOGA710 _gold
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 联想(Lenovo)YOGA710 14英寸触控笔记本(i7-7500U 8G 256GSSD 2G独显 全高清IPS 360°翻转 正版office)金.txt
│               │       │       ├── 14LenovoYOGA710 _silvery
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 联想(Lenovo)YOGA710 14英寸触控笔记本(i7-7500U 8G 256GSSD 2G独显 全高清IPS 360°翻转 正版office)银.txt
│               │       │       ├── 15Lenovo_xiaoxin_310_black
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 联想(Lenovo)小新310经典版14英寸笔记本电脑(i7-7500U 4G 500G 2G独显 office2016 FHD)黑色.txt
│               │       │       ├── 15Lenovo_xiaoxin_310_silvery
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 联想(Lenovo)小新310经典版.txt
│               │       │       ├── 16LenovoYOGA900green
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 57ce72a4N081febea.jpg
│               │       │       │   ├── 57ce72a5N803196d9.jpg
│               │       │       │   ├── 57ce72aaNf87890ce.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 联想(Lenovo) YOGA900 (YOGA4 PRO)多彩版 13.3英寸触控笔记本电脑(i5-6200U 8G 256G SSD office2016)薄荷绿.txt
│               │       │       ├── 16LenovoYOGA900pink
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   └── collect.png
│               │       │       ├── 16LenovoYOGA900red
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   └── collect.png
│               │       │       ├── 17Lenovo)xiaoxinAir13Pro_gold
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 58579fe3N42fc4d85.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 联想(Lenovo)小新Air13 Pro.txt
│               │       │       ├── 17Lenovo)xiaoxinAir13Pro_silvery
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── collect.png
│               │       │       │   └── 联想(Lenovo)小新Air13 Pro版13.3英寸超轻薄笔记本(I5-6200U 8G 256G PCIE SSD 940MX 2G独显 IPS 背光)银.txt
│               │       │       ├── 18(DELL)XPS15_silvery
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   └── collect.png
│               │       │       ├── 19DELL15MF Pro
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 57e63dffN5f42df65.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── 6.jpg
│               │       │       │   ├── 6_big.png
│               │       │       │   ├── collect.png
│               │       │       │   ├── rBEhWFMYF2AIAAAAAAEL5PVVcmcAAJiVwIOMjMAAQv8249.jpg
│               │       │       │   └── 戴尔(DELL)魔方15MF Pro-R2505TSS灵越.txt
│               │       │       ├── 20DellXPS15-9550
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 56ff7fddN3f659f3d.jpg
│               │       │       │   ├── 580d6eb0N020ee1f1.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── Dell戴尔 XPS15-9550.txt
│               │       │       │   └── collect.png
│               │       │       ├── 21ThinkPad_New_S1
│               │       │       │   ├── 1.jpg
│               │       │       │   ├── 1_big.png
│               │       │       │   ├── 2.jpg
│               │       │       │   ├── 2_big.png
│               │       │       │   ├── 3.jpg
│               │       │       │   ├── 3_big.png
│               │       │       │   ├── 4.jpg
│               │       │       │   ├── 4_big.png
│               │       │       │   ├── 5.jpg
│               │       │       │   ├── 54630ab3Nb8b0c4b0.jpg
│               │       │       │   ├── 57b3ddbcN4f93bfbb.jpg
│               │       │       │   ├── 5_big.png
│               │       │       │   ├── ThinkPad New S1(001CD).txt
│               │       │       │   └── collect.png
│               │       │       └── 22_LEXON_LNE6025B06T
│               │       │           ├── 1.jpg
│               │       │           ├── 1_big.png
│               │       │           ├── 2.jpg
│               │       │           ├── 2_big.png
│               │       │           ├── 3.jpg
│               │       │           ├── 3_big.png
│               │       │           ├── 4.jpg
│               │       │           ├── 4_big.png
│               │       │           ├── 5.jpg
│               │       │           ├── 5_big.png
│               │       │           └── collect.png
│               │       ├── index.html
│               │       ├── js
│               │       │   ├── adddel.js
│               │       │   ├── autoLogin.js
│               │       │   ├── cart.js
│               │       │   ├── distpicker.data.js
│               │       │   ├── distpicker.js
│               │       │   ├── favorites.js
│               │       │   ├── imgmove.js
│               │       │   ├── jquery-getUrlParam.js
│               │       │   ├── menu.js
│               │       │   ├── orderConfirm.js
│               │       │   ├── product.js
│               │       │   └── search.js
│               │       └── web
│               │           ├── 404.html
│               │           ├── 500.html
│               │           ├── addAddress.html
│               │           ├── address.html
│               │           ├── cart.html
│               │           ├── favorites.html
│               │           ├── footerTemplate.html
│               │           ├── index.html
│               │           ├── leftTemplate.html
│               │           ├── login.html
│               │           ├── orderConfirm.html
│               │           ├── orderInfo.html
│               │           ├── orders.html
│               │           ├── password.html
│               │           ├── payFail.html
│               │           ├── paySuccess.html
│               │           ├── payment.html
│               │           ├── product.html
│               │           ├── register.html
│               │           ├── search.html
│               │           ├── template.html
│               │           ├── topTemplate.html
│               │           ├── upload.html
│               │           └── userdata.html
│               ├── generated-sources
│               │   └── annotations
│               ├── generated-test-sources
│               │   └── test-annotations
│               ├── maven-archiver
│               │   └── pom.properties
│               ├── maven-status
│               │   └── maven-compiler-plugin
│               │       ├── compile
│               │       │   └── default-compile
│               │       │       ├── createdFiles.lst
│               │       │       └── inputFiles.lst
│               │       └── testCompile
│               │           └── default-testCompile
│               │               ├── createdFiles.lst
│               │               └── inputFiles.lst
│               ├── store-0.0.1-SNAPSHOT.jar
│               ├── store-0.0.1-SNAPSHOT.jar.original
│               ├── surefire-reports
│               │   ├── TEST-com.cy.store.StoreApplicationTests.xml
│               │   └── com.cy.store.StoreApplicationTests.txt
│               └── test-classes
│                   └── com
│                       └── cy
│                           └── store
│                               ├── StoreApplicationTests.class
│                               ├── mapper
│                               │   ├── AddressMapperTests.class
│                               │   ├── CartMapperTests.class
│                               │   ├── DistrictMapperTests.class
│                               │   ├── OrderMapperTests.class
│                               │   ├── ProductMapperTests.class
│                               │   └── UserMapperTests.class
│                               └── service
│                                   ├── AddressServiceTests.class
│                                   ├── CartServiceTests.class
│                                   ├── DistrictServiceTests.class
│                                   ├── OrderServiceTests.class
│                                   ├── ProductServiceTests.class
│                                   └── UserServiceTests.class
└── ]SpringBoot MyBatis MySQL电脑商城项目实战源码.zip

279 directories, 1653 files



实例下载地址

SpringBoot+MyBatis+MySQL电脑商城项目实战源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警