在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例WEB/WAP应用开发 → 基于ssm超市管理系统(源码+报告+数据库)

基于ssm超市管理系统(源码+报告+数据库)

WEB/WAP应用开发

下载此实例
  • 开发语言:Java
  • 实例大小:17.89M
  • 下载次数:107
  • 浏览次数:544
  • 发布时间:2021-06-20
  • 实例类别:WEB/WAP应用开发
  • 发 布 人:yumeng991
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】基于ssm超市管理系统(报告 数据库)

【实例截图】

from clipboard

【核心代码】

ssm超市管理系统

└── SSM超市订单管理系统
    ├── readme.txt
    ├── ssm8
    │   └── ssm8
    │       ├── WebContent
    │       │   ├── META-INF
    │       │   │   └── MANIFEST.MF
    │       │   ├── WEB-INF
    │       │   │   ├── jsp
    │       │   │   │   ├── addUser.jsp
    │       │   │   │   ├── addUser2.jsp
    │       │   │   │   ├── common
    │       │   │   │   │   ├── foot.jsp
    │       │   │   │   │   ├── head.jsp
    │       │   │   │   │   ├── head2.jsp
    │       │   │   │   │   └── rollpage.jsp
    │       │   │   │   ├── error.jsp
    │       │   │   │   ├── error2.jsp
    │       │   │   │   ├── frame.jsp
    │       │   │   │   ├── frame2.jsp
    │       │   │   │   ├── login.jsp
    │       │   │   │   ├── login2.jsp
    │       │   │   │   ├── modifyOrder.jsp
    │       │   │   │   ├── modifyOrder2.jsp
    │       │   │   │   ├── modifyPasswd.jsp
    │       │   │   │   ├── modifyPasswd2.jsp
    │       │   │   │   ├── modifyPasswordFinish.jsp
    │       │   │   │   ├── modifyPasswordFinish2.jsp
    │       │   │   │   ├── modifyProvider.jsp
    │       │   │   │   ├── modifyProvider2.jsp
    │       │   │   │   ├── modifyUser.jsp
    │       │   │   │   ├── modifyUser2.jsp
    │       │   │   │   ├── orderAdd.jsp
    │       │   │   │   ├── orderAdd2.jsp
    │       │   │   │   ├── orderList.jsp
    │       │   │   │   ├── orderList2.jsp
    │       │   │   │   ├── providerAdd.jsp
    │       │   │   │   ├── providerAdd2.jsp
    │       │   │   │   ├── providerList.jsp
    │       │   │   │   ├── providerList2.jsp
    │       │   │   │   ├── publicError.jsp
    │       │   │   │   ├── success.jsp
    │       │   │   │   ├── userList.jsp
    │       │   │   │   ├── userList2.jsp
    │       │   │   │   ├── viewOrder.jsp
    │       │   │   │   ├── viewOrder2.jsp
    │       │   │   │   ├── viewProvider.jsp
    │       │   │   │   ├── viewProvider2.jsp
    │       │   │   │   ├── viewUser.jsp
    │       │   │   │   └── viewUser2.jsp
    │       │   │   ├── lib
    │       │   │   │   └── jstl-1.2.jar
    │       │   │   └── web.xml
    │       │   ├── statics
    │       │   │   ├── ajax
    │       │   │   │   └── notifications.html
    │       │   │   ├── css
    │       │   │   │   ├── plugins
    │       │   │   │   │   ├── colorbox.css
    │       │   │   │   │   ├── colorpicker.css
    │       │   │   │   │   ├── fullcalendar.css
    │       │   │   │   │   ├── jquery.alerts.css
    │       │   │   │   │   ├── jquery.chosen.css
    │       │   │   │   │   ├── jquery.jgrowl.css
    │       │   │   │   │   ├── jquery.tagsinput.css
    │       │   │   │   │   ├── jquery.ui.autocomplete.css
    │       │   │   │   │   ├── jquery.ui.css
    │       │   │   │   │   ├── ui.spinner.css
    │       │   │   │   │   └── uniform.tp.css
    │       │   │   │   ├── style.blueline.css
    │       │   │   │   ├── style.contrast.css
    │       │   │   │   ├── style.custombg.css
    │       │   │   │   ├── style.default.css
    │       │   │   │   ├── style.greenline.css
    │       │   │   │   ├── style.ie8.css
    │       │   │   │   └── style.ie9.css
    │       │   │   ├── fonts
    │       │   │   │   ├── Roboto-Black-webfont.eot
    │       │   │   │   ├── Roboto-Black-webfont.ttf
    │       │   │   │   ├── Roboto-Black-webfont.woff
    │       │   │   │   ├── Roboto-BlackItalic-webfont.eot
    │       │   │   │   ├── Roboto-BlackItalic-webfont.ttf
    │       │   │   │   ├── Roboto-BlackItalic-webfont.woff
    │       │   │   │   ├── Roboto-Bold-webfont.eot
    │       │   │   │   ├── Roboto-Bold-webfont.ttf
    │       │   │   │   ├── Roboto-Bold-webfont.woff
    │       │   │   │   ├── Roboto-BoldCondensed-webfont.eot
    │       │   │   │   ├── Roboto-BoldCondensed-webfont.ttf
    │       │   │   │   ├── Roboto-BoldCondensed-webfont.woff
    │       │   │   │   ├── Roboto-BoldCondensedItalic-webfont.eot
    │       │   │   │   ├── Roboto-BoldCondensedItalic-webfont.ttf
    │       │   │   │   ├── Roboto-BoldCondensedItalic-webfont.woff
    │       │   │   │   ├── Roboto-BoldItalic-webfont.eot
    │       │   │   │   ├── Roboto-BoldItalic-webfont.ttf
    │       │   │   │   ├── Roboto-BoldItalic-webfont.woff
    │       │   │   │   ├── Roboto-Condensed-webfont.eot
    │       │   │   │   ├── Roboto-Condensed-webfont.ttf
    │       │   │   │   ├── Roboto-Condensed-webfont.woff
    │       │   │   │   ├── Roboto-CondensedItalic-webfont.eot
    │       │   │   │   ├── Roboto-CondensedItalic-webfont.ttf
    │       │   │   │   ├── Roboto-CondensedItalic-webfont.woff
    │       │   │   │   ├── Roboto-Italic-webfont.eot
    │       │   │   │   ├── Roboto-Italic-webfont.ttf
    │       │   │   │   ├── Roboto-Italic-webfont.woff
    │       │   │   │   ├── Roboto-Light-webfont.eot
    │       │   │   │   ├── Roboto-Light-webfont.ttf
    │       │   │   │   ├── Roboto-Light-webfont.woff
    │       │   │   │   ├── Roboto-LightItalic-webfont.eot
    │       │   │   │   ├── Roboto-LightItalic-webfont.ttf
    │       │   │   │   ├── Roboto-LightItalic-webfont.woff
    │       │   │   │   ├── Roboto-Medium-webfont.eot
    │       │   │   │   ├── Roboto-Medium-webfont.ttf
    │       │   │   │   ├── Roboto-Medium-webfont.woff
    │       │   │   │   ├── Roboto-MediumItalic-webfont.eot
    │       │   │   │   ├── Roboto-MediumItalic-webfont.ttf
    │       │   │   │   ├── Roboto-MediumItalic-webfont.woff
    │       │   │   │   ├── Roboto-Regular-webfont.eot
    │       │   │   │   ├── Roboto-Regular-webfont.ttf
    │       │   │   │   ├── Roboto-Regular-webfont.woff
    │       │   │   │   ├── Roboto-Thin-webfont.eot
    │       │   │   │   ├── Roboto-Thin-webfont.ttf
    │       │   │   │   ├── Roboto-Thin-webfont.woff
    │       │   │   │   ├── Roboto-ThinItalic-webfont.eot
    │       │   │   │   ├── Roboto-ThinItalic-webfont.ttf
    │       │   │   │   ├── Roboto-ThinItalic-webfont.woff
    │       │   │   │   └── roboto.css
    │       │   │   ├── images
    │       │   │   │   ├── accordinarrow.png
    │       │   │   │   ├── addfolder.png
    │       │   │   │   ├── arrow.png
    │       │   │   │   ├── blacktrans.png
    │       │   │   │   ├── bluetrans.png
    │       │   │   │   ├── btngrad.png
    │       │   │   │   ├── buttonbg3.png
    │       │   │   │   ├── buttons.png
    │       │   │   │   ├── calarrow.png
    │       │   │   │   ├── chat.png
    │       │   │   │   ├── chosen-sprite.png
    │       │   │   │   ├── close.png
    │       │   │   │   ├── colorbox
    │       │   │   │   │   ├── controls.png
    │       │   │   │   │   └── loading.gif
    │       │   │   │   ├── colorpicker
    │       │   │   │   │   ├── colorpicker_background.png
    │       │   │   │   │   ├── colorpicker_hex.png
    │       │   │   │   │   ├── colorpicker_hsb_b.png
    │       │   │   │   │   ├── colorpicker_hsb_h.png
    │       │   │   │   │   ├── colorpicker_hsb_s.png
    │       │   │   │   │   ├── colorpicker_indic.gif
    │       │   │   │   │   ├── colorpicker_overlay.png
    │       │   │   │   │   ├── colorpicker_rgb_b.png
    │       │   │   │   │   ├── colorpicker_rgb_g.png
    │       │   │   │   │   ├── colorpicker_rgb_r.png
    │       │   │   │   │   ├── colorpicker_select.gif
    │       │   │   │   │   └── colorpicker_submit.png
    │       │   │   │   ├── default
    │       │   │   │   │   ├── arrow-active.png
    │       │   │   │   │   ├── bghover.png
    │       │   │   │   │   ├── headerbg.png
    │       │   │   │   │   ├── icons_sprite.png
    │       │   │   │   │   ├── icons_sprite2.png
    │       │   │   │   │   ├── menuarrow.png
    │       │   │   │   │   ├── noise.white.png
    │       │   │   │   │   ├── notibg.png
    │       │   │   │   │   ├── searchbutton.png
    │       │   │   │   │   ├── searchcancel.png
    │       │   │   │   │   ├── topheaderbg.png
    │       │   │   │   │   └── userinfoarrow.png
    │       │   │   │   ├── help.gif
    │       │   │   │   ├── icons
    │       │   │   │   │   ├── 64
    │       │   │   │   │   │   ├── analytics.png
    │       │   │   │   │   │   ├── events.png
    │       │   │   │   │   │   ├── images.png
    │       │   │   │   │   │   ├── settings.png
    │       │   │   │   │   │   └── users.png
    │       │   │   │   │   ├── arrow.png
    │       │   │   │   │   ├── attachment.png
    │       │   │   │   │   ├── bar.png
    │       │   │   │   │   ├── blogperfume
    │       │   │   │   │   │   └── Advertisment
    │       │   │   │   │   │       └── advertisment-32.png
    │       │   │   │   │   ├── calendar.png
    │       │   │   │   │   ├── call.png
    │       │   │   │   │   ├── chart.white.png
    │       │   │   │   │   ├── comment.png
    │       │   │   │   │   ├── editor.png
    │       │   │   │   │   ├── flatscreen.white.png
    │       │   │   │   │   ├── glass.png
    │       │   │   │   │   ├── info.png
    │       │   │   │   │   ├── mail.png
    │       │   │   │   │   ├── message.white.png
    │       │   │   │   │   ├── password.png
    │       │   │   │   │   ├── pencil.white.png
    │       │   │   │   │   ├── settings.png
    │       │   │   │   │   ├── speech.white.png
    │       │   │   │   │   ├── sprites.png
    │       │   │   │   │   ├── sprites.white.png
    │       │   │   │   │   ├── star.png
    │       │   │   │   │   ├── trash.png
    │       │   │   │   │   ├── unstar.png
    │       │   │   │   │   ├── username.png
    │       │   │   │   │   ├── users.png
    │       │   │   │   │   └── widgets.png
    │       │   │   │   ├── important.gif
    │       │   │   │   ├── info.gif
    │       │   │   │   ├── kozers
    │       │   │   │   │   └── thumb
    │       │   │   │   │       ├── 0.jpg
    │       │   │   │   │       ├── 1.jpg
    │       │   │   │   │       ├── 2.jpg
    │       │   │   │   │       ├── 3.jpg
    │       │   │   │   │       ├── 4.jpg
    │       │   │   │   │       ├── 5.jpg
    │       │   │   │   │       ├── 6.jpg
    │       │   │   │   │       ├── 7.jpg
    │       │   │   │   │       └── 8.jpg
    │       │   │   │   ├── line.ccc.png
    │       │   │   │   ├── line.dashed.png
    │       │   │   │   ├── list.png
    │       │   │   │   ├── loaders
    │       │   │   │   │   ├── loader1.gif
    │       │   │   │   │   ├── loader10.gif
    │       │   │   │   │   ├── loader2.gif
    │       │   │   │   │   ├── loader3.gif
    │       │   │   │   │   ├── loader4.gif
    │       │   │   │   │   ├── loader5.gif
    │       │   │   │   │   ├── loader6.gif
    │       │   │   │   │   ├── loader7.gif
    │       │   │   │   │   ├── loader8.gif
    │       │   │   │   │   └── loader9.gif
    │       │   │   │   ├── menucollapsed.png
    │       │   │   │   ├── next.png
    │       │   │   │   ├── notifications.png
    │       │   │   │   ├── online.png
    │       │   │   │   ├── patternbg.png
    │       │   │   │   ├── prev.png
    │       │   │   │   ├── preview
    │       │   │   │   │   ├── blog1.png
    │       │   │   │   │   ├── portfolio1.png
    │       │   │   │   │   ├── portfolio2.png
    │       │   │   │   │   ├── preview1.png
    │       │   │   │   │   ├── preview2.png
    │       │   │   │   │   └── themepixels1.jpg
    │       │   │   │   ├── preview.png
    │       │   │   │   ├── progress.png
    │       │   │   │   ├── quote.png
    │       │   │   │   ├── quote2.png
    │       │   │   │   ├── search.png
    │       │   │   │   ├── selectall.png
    │       │   │   │   ├── separator.png
    │       │   │   │   ├── sliderhor.png
    │       │   │   │   ├── sliderver.png
    │       │   │   │   ├── sort_asc.png
    │       │   │   │   ├── sort_both.png
    │       │   │   │   ├── sort_desc.png
    │       │   │   │   ├── spinner.png
    │       │   │   │   ├── stepline.png
    │       │   │   │   ├── steps.png
    │       │   │   │   ├── thead.png
    │       │   │   │   ├── thumb
    │       │   │   │   │   ├── small
    │       │   │   │   │   │   ├── thumb1.png
    │       │   │   │   │   │   ├── thumb2.png
    │       │   │   │   │   │   ├── thumb3.png
    │       │   │   │   │   │   ├── thumb4.png
    │       │   │   │   │   │   └── thumb5.png
    │       │   │   │   │   └── xsmall
    │       │   │   │   │       ├── thumb1.png
    │       │   │   │   │       ├── thumb2.png
    │       │   │   │   │       ├── thumb3.png
    │       │   │   │   │       ├── thumb4.png
    │       │   │   │   │       ├── thumb5.png
    │       │   │   │   │       ├── thumb6.png
    │       │   │   │   │       ├── thumb7.png
    │       │   │   │   │       └── thumb8.png
    │       │   │   │   ├── thumbs
    │       │   │   │   │   ├── avatar.png
    │       │   │   │   │   ├── avatar1.png
    │       │   │   │   │   ├── avatar10.png
    │       │   │   │   │   ├── avatar11.png
    │       │   │   │   │   ├── avatar2.png
    │       │   │   │   │   ├── avatar3.png
    │       │   │   │   │   ├── avatar4.png
    │       │   │   │   │   ├── avatar5.png
    │       │   │   │   │   ├── avatar6.png
    │       │   │   │   │   ├── avatar7.png
    │       │   │   │   │   ├── avatar8.png
    │       │   │   │   │   ├── avatar9.png
    │       │   │   │   │   ├── avatarbig.png
    │       │   │   │   │   ├── image1.png
    │       │   │   │   │   ├── image2.png
    │       │   │   │   │   ├── image3.png
    │       │   │   │   │   ├── image4.png
    │       │   │   │   │   ├── image5.png
    │       │   │   │   │   └── image6.png
    │       │   │   │   ├── titlebg.png
    │       │   │   │   ├── trash.png
    │       │   │   │   └── uniform
    │       │   │   │       ├── bg-input-focus.png
    │       │   │   │       ├── bg-input.png
    │       │   │   │       └── sprite.png
    │       │   │   └── js
    │       │   │       ├── custom
    │       │   │       │   ├── blog.js
    │       │   │       │   ├── calendar.js
    │       │   │       │   ├── charts.js
    │       │   │       │   ├── dashboard.js
    │       │   │       │   ├── editor.js
    │       │   │       │   ├── elements.js
    │       │   │       │   ├── forms.js
    │       │   │       │   ├── general.js
    │       │   │       │   ├── index.js
    │       │   │       │   ├── messages.js
    │       │   │       │   ├── newsfeed.js
    │       │   │       │   ├── productlist.js
    │       │   │       │   ├── profile.js
    │       │   │       │   ├── support.js
    │       │   │       │   ├── tables.js
    │       │   │       │   └── widgets.js
    │       │   │       └── plugins
    │       │   │           ├── charCount.js
    │       │   │           ├── chosen.jquery.min.js
    │       │   │           ├── colorpicker.js
    │       │   │           ├── css3-mediaqueries.js
    │       │   │           ├── excanvas.min.js
    │       │   │           ├── fullcalendar.min.js
    │       │   │           ├── jquery-1.5.2.min.js
    │       │   │           ├── jquery-1.7.min.js
    │       │   │           ├── jquery-ui-1.8.16.custom.min.js
    │       │   │           ├── jquery.alerts.js
    │       │   │           ├── jquery.autogrow-textarea.js
    │       │   │           ├── jquery.bxSlider.min.js
    │       │   │           ├── jquery.colorbox-min.js
    │       │   │           ├── jquery.cookie.js
    │       │   │           ├── jquery.dataTables.min.js
    │       │   │           ├── jquery.flot.min.js
    │       │   │           ├── jquery.flot.pie.js
    │       │   │           ├── jquery.flot.resize.min.js
    │       │   │           ├── jquery.jgrowl.js
    │       │   │           ├── jquery.slimscroll.js
    │       │   │           ├── jquery.smartWizard-2.0.min.js
    │       │   │           ├── jquery.tagsinput.min.js
    │       │   │           ├── jquery.uniform.min.js
    │       │   │           ├── jquery.validate.min.js
    │       │   │           ├── tinymce
    │       │   │           │   └── jquery.tinymce.js
    │       │   │           └── ui.spinner.min.js
    │       │   ├── statics1
    │       │   │   ├── calendar
    │       │   │   │   ├── My97DatePicker.htm
    │       │   │   │   ├── WdatePicker.js
    │       │   │   │   ├── calendar.js
    │       │   │   │   ├── config.js
    │       │   │   │   ├── lang
    │       │   │   │   │   ├── en.js
    │       │   │   │   │   ├── zh-cn.js
    │       │   │   │   │   └── zh-tw.js
    │       │   │   │   └── skin
    │       │   │   │       ├── WdatePicker.css
    │       │   │   │       ├── datePicker.gif
    │       │   │   │       ├── default
    │       │   │   │       │   ├── datepicker.css
    │       │   │   │       │   └── img.gif
    │       │   │   │       └── whyGreen
    │       │   │   │           ├── bg.jpg
    │       │   │   │           ├── datepicker.css
    │       │   │   │           └── img.gif
    │       │   │   ├── css
    │       │   │   │   ├── bootstrap-progressbar-3.3.4.min.css
    │       │   │   │   ├── bootstrap.min.css
    │       │   │   │   ├── custom.min.css
    │       │   │   │   ├── dropzone.min.css
    │       │   │   │   ├── font-awesome.min.css
    │       │   │   │   ├── green.css
    │       │   │   │   ├── green.png
    │       │   │   │   ├── green@2x.png
    │       │   │   │   ├── jquery.mCustomScrollbar.min.css
    │       │   │   │   ├── jqvmap.min.css
    │       │   │   │   ├── maps
    │       │   │   │   │   └── jquery-jvectormap-2.0.3.css
    │       │   │   │   ├── nprogress.css
    │       │   │   │   ├── public.css
    │       │   │   │   └── style.css
    │       │   │   ├── fonts
    │       │   │   │   ├── FontAwesome.otf
    │       │   │   │   ├── fontawesome-webfont.eot
    │       │   │   │   ├── fontawesome-webfont.svg
    │       │   │   │   ├── fontawesome-webfont.ttf
    │       │   │   │   ├── fontawesome-webfont.woff
    │       │   │   │   ├── fontawesome-webfont.woff2
    │       │   │   │   ├── glyphicons-halflings-regular.eot
    │       │   │   │   ├── glyphicons-halflings-regular.svg
    │       │   │   │   ├── glyphicons-halflings-regular.ttf
    │       │   │   │   ├── glyphicons-halflings-regular.woff
    │       │   │   │   └── glyphicons-halflings-regular.woff2
    │       │   │   ├── images
    │       │   │   │   ├── american-express.png
    │       │   │   │   ├── buy.png
    │       │   │   │   ├── clock.jpg
    │       │   │   │   ├── cropper.jpg
    │       │   │   │   ├── formBg.png
    │       │   │   │   ├── gys.png
    │       │   │   │   ├── home.png
    │       │   │   │   ├── img.jpg
    │       │   │   │   ├── img1.jpg
    │       │   │   │   ├── inbox.png
    │       │   │   │   ├── leftBg.png
    │       │   │   │   ├── loginBg.jpg
    │       │   │   │   ├── login_bg.jpg
    │       │   │   │   ├── login_img.png
    │       │   │   │   ├── mastercard.png
    │       │   │   │   ├── media.jpg
    │       │   │   │   ├── mm.png
    │       │   │   │   ├── n.png
    │       │   │   │   ├── paypal.png
    │       │   │   │   ├── picture.jpg
    │       │   │   │   ├── prod-1.jpg
    │       │   │   │   ├── prod-2.jpg
    │       │   │   │   ├── prod-3.jpg
    │       │   │   │   ├── prod-4.jpg
    │       │   │   │   ├── prod-5.jpg
    │       │   │   │   ├── read.png
    │       │   │   │   ├── schu.png
    │       │   │   │   ├── search.png
    │       │   │   │   ├── tc.png
    │       │   │   │   ├── tianjia.png
    │       │   │   │   ├── time.png
    │       │   │   │   ├── user.png
    │       │   │   │   ├── visa.png
    │       │   │   │   ├── xiugai.png
    │       │   │   │   ├── y.png
    │       │   │   │   ├── yh.png
    │       │   │   │   └── zd.png
    │       │   │   ├── js
    │       │   │   │   ├── billadd.js
    │       │   │   │   ├── billlist.js
    │       │   │   │   ├── billmodify.js
    │       │   │   │   ├── billview.js
    │       │   │   │   ├── bootstrap.min.js
    │       │   │   │   ├── common.js
    │       │   │   │   ├── custom.min.js
    │       │   │   │   ├── datepicker
    │       │   │   │   │   └── daterangepicker.js
    │       │   │   │   ├── dropzone.js
    │       │   │   │   ├── fastclick.js
    │       │   │   │   ├── jquery-1.8.3.min.js
    │       │   │   │   ├── jquery-3.1.1.js
    │       │   │   │   ├── jquery.mCustomScrollbar.concat.min.js
    │       │   │   │   ├── jquery.min.js
    │       │   │   │   ├── moment
    │       │   │   │   │   └── moment.min.js
    │       │   │   │   ├── nprogress.js
    │       │   │   │   ├── provideradd.js
    │       │   │   │   ├── providerlist.js
    │       │   │   │   ├── providermodify.js
    │       │   │   │   ├── providerview.js
    │       │   │   │   ├── pwdmodify.js
    │       │   │   │   ├── rollpage.js
    │       │   │   │   ├── time.js
    │       │   │   │   ├── useradd.js
    │       │   │   │   ├── userlist.js
    │       │   │   │   ├── usermodify.js
    │       │   │   │   ├── userview.js
    │       │   │   │   └── validator.js
    │       │   │   ├── localcss
    │       │   │   │   ├── appinfoadd.css
    │       │   │   │   ├── appinfolist.css
    │       │   │   │   └── applist.css
    │       │   │   └── localjs
    │       │   │       ├── appcheck.js
    │       │   │       ├── appinfoadd.js
    │       │   │       ├── appinfolist.js
    │       │   │       ├── appinfomodify.js
    │       │   │       ├── appinfoview.js
    │       │   │       ├── applist.js
    │       │   │       ├── appversionadd.js
    │       │   │       ├── appversionmodify.js
    │       │   │       └── rollpage.js
    │       │   └── uploads
    │       ├── build
    │       │   └── classes
    │       │       ├── applicationContext-jdbc.xml
    │       │       ├── cn
    │       │       │   └── smbms
    │       │       │       ├── controller
    │       │       │       │   ├── IndexController.class
    │       │       │       │   ├── OrderController.class
    │       │       │       │   ├── ProviderController.class
    │       │       │       │   └── UserController.class
    │       │       │       ├── dao
    │       │       │       │   ├── OrderMapper.class
    │       │       │       │   ├── OrderMapper.xml
    │       │       │       │   ├── ProviderMapper.class
    │       │       │       │   ├── ProviderMapper.xml
    │       │       │       │   ├── UserMapper.class
    │       │       │       │   └── UserMapper.xml
    │       │       │       ├── pojo
    │       │       │       │   ├── Order.class
    │       │       │       │   ├── Provider.class
    │       │       │       │   ├── Role.class
    │       │       │       │   └── User.class
    │       │       │       ├── service
    │       │       │       │   ├── OrderService.class
    │       │       │       │   ├── OrderServiceImpl.class
    │       │       │       │   ├── ProviderService.class
    │       │       │       │   ├── ProviderServiceImpl.class
    │       │       │       │   ├── UserService.class
    │       │       │       │   └── UserServiceImpl.class
    │       │       │       └── utils
    │       │       │           ├── Constants.class
    │       │       │           ├── PageHelper.class
    │       │       │           └── UploadHelper.class
    │       │       ├── log4j.properties
    │       │       ├── mybatis-config.xml
    │       │       ├── smbms3.sql
    │       │       └── springmvc-servlet.xml
    │       ├── resources
    │       │   ├── applicationContext-jdbc.xml
    │       │   ├── log4j.properties
    │       │   ├── mybatis-config.xml
    │       │   ├── smbms3.sql
    │       │   └── springmvc-servlet.xml
    │       ├── resources.rar
    │       └── src
    │           └── cn
    │               └── smbms
    │                   ├── controller
    │                   │   ├── IndexController.java
    │                   │   ├── OrderController.java
    │                   │   ├── ProviderController.java
    │                   │   └── UserController.java
    │                   ├── dao
    │                   │   ├── OrderMapper.java
    │                   │   ├── OrderMapper.xml
    │                   │   ├── ProviderMapper.java
    │                   │   ├── ProviderMapper.xml
    │                   │   ├── UserMapper.java
    │                   │   └── UserMapper.xml
    │                   ├── pojo
    │                   │   ├── Order.java
    │                   │   ├── Provider.java
    │                   │   ├── Role.java
    │                   │   └── User.java
    │                   ├── service
    │                   │   ├── OrderService.java
    │                   │   ├── OrderServiceImpl.java
    │                   │   ├── ProviderService.java
    │                   │   ├── ProviderServiceImpl.java
    │                   │   ├── UserService.java
    │                   │   └── UserServiceImpl.java
    │                   └── utils
    │                       ├── Constants.java
    │                       ├── PageHelper.java
    │                       └── UploadHelper.java
    ├── ssm8.rar
    ├── 超市订单管理系统--系统报告.docx
    └── 超市订单管理系统--演示文档.pptx

69 directories, 489 files


实例下载地址

基于ssm超市管理系统(源码+报告+数据库)

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

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

网友评论

第 1 楼 xiaotongxiao 发表于: 2021-06-27 23:33 57
你们 项目的jar包能不能给我发一下

支持(0) 盖楼(回复)

发表评论

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

查看所有1条评论>>

小贴士

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

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

关于好例子网

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

;
报警