实例介绍
JavaEE的图书商城项目,基于MySQL和JavaEE,MVC三层架构设计体系
【实例截图】
【核心代码】
JavaEE图书商城项目
└── JavaEE图书商城项目
├── bookshopping
│ ├── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── WEB-INF
│ │ │ ├── jsp
│ │ │ │ ├── admin
│ │ │ │ │ ├── addProduct.jsp
│ │ │ │ │ ├── editproduct.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── product.jsp
│ │ │ │ ├── cart.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── login.jsp
│ │ │ │ ├── order.jsp
│ │ │ │ ├── productkinds.jsp
│ │ │ │ ├── reg.jsp
│ │ │ │ └── showorder.jsp
│ │ │ ├── lib
│ │ │ │ ├── c3p0-0.9.5.2.jar
│ │ │ │ ├── com.springsource.org.aopalliance-1.0.0.jar
│ │ │ │ ├── com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
│ │ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ │ ├── commons-io-1.4.jar
│ │ │ │ ├── commons-logging-1.2.jar
│ │ │ │ ├── jsp-api.jar
│ │ │ │ ├── jstl.jar
│ │ │ │ ├── log4j-1.2.17.jar
│ │ │ │ ├── mail.jar
│ │ │ │ ├── mchange-commons-java-0.2.11.jar
│ │ │ │ ├── mybatis-3.4.4.jar
│ │ │ │ ├── mybatis-spring-1.3.0.jar
│ │ │ │ ├── mysql-connector-java-5.1.17-bin.jar
│ │ │ │ ├── servlet-api.jar
│ │ │ │ ├── spring-aop-4.3.9.RELEASE.jar
│ │ │ │ ├── spring-aspects-4.3.9.RELEASE.jar
│ │ │ │ ├── spring-beans-4.3.9.RELEASE.jar
│ │ │ │ ├── spring-context-4.3.9.RELEASE.jar
│ │ │ │ ├── spring-core-4.3.9.RELEASE.jar
│ │ │ │ ├── spring-expression-4.3.9.RELEASE.jar
│ │ │ │ ├── spring-jdbc-4.3.9.RELEASE.jar
│ │ │ │ ├── spring-tx-4.3.9.RELEASE.jar
│ │ │ │ ├── spring-web-4.3.9.RELEASE.jar
│ │ │ │ ├── spring-webmvc-4.3.9.RELEASE.jar
│ │ │ │ └── standard.jar
│ │ │ ├── new_words.txt
│ │ │ └── web.xml
│ │ ├── css
│ │ │ ├── animate.min.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── css.css
│ │ │ ├── demo
│ │ │ │ └── webuploader-demo.min.css
│ │ │ ├── font-awesome.min.css
│ │ │ ├── login.min.css
│ │ │ ├── patterns
│ │ │ │ ├── header-profile-skin-1.png
│ │ │ │ ├── header-profile-skin-3.png
│ │ │ │ ├── header-profile.png
│ │ │ │ └── shattered.png
│ │ │ ├── plugins
│ │ │ │ ├── awesome-bootstrap-checkbox
│ │ │ │ │ └── awesome-bootstrap-checkbox.css
│ │ │ │ ├── blueimp
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── blueimp-gallery.min.css
│ │ │ │ │ └── img
│ │ │ │ │ ├── error.png
│ │ │ │ │ ├── error.svg
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── play-pause.png
│ │ │ │ │ ├── play-pause.svg
│ │ │ │ │ ├── video-play.png
│ │ │ │ │ └── video-play.svg
│ │ │ │ ├── bootstrap-table
│ │ │ │ │ └── bootstrap-table.min.css
│ │ │ │ ├── chosen
│ │ │ │ │ ├── chosen-sprite.png
│ │ │ │ │ ├── chosen-sprite@2x.png
│ │ │ │ │ └── chosen.css
│ │ │ │ ├── clockpicker
│ │ │ │ │ └── clockpicker.css
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── ambiance.css
│ │ │ │ │ └── codemirror.css
│ │ │ │ ├── colorpicker
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-colorpicker.min.css
│ │ │ │ │ └── img
│ │ │ │ │ └── bootstrap-colorpicker
│ │ │ │ │ ├── alpha-horizontal.png
│ │ │ │ │ ├── alpha.png
│ │ │ │ │ ├── hue-horizontal.png
│ │ │ │ │ ├── hue.png
│ │ │ │ │ └── saturation.png
│ │ │ │ ├── cropper
│ │ │ │ │ └── cropper.min.css
│ │ │ │ ├── dataTables
│ │ │ │ │ └── dataTables.bootstrap.css
│ │ │ │ ├── datapicker
│ │ │ │ │ └── datepicker3.css
│ │ │ │ ├── dropzone
│ │ │ │ │ ├── basic.css
│ │ │ │ │ └── dropzone.css
│ │ │ │ ├── footable
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── footable.eot
│ │ │ │ │ │ ├── footable.eot
│ │ │ │ │ │ ├── footable.svg
│ │ │ │ │ │ ├── footable.ttf
│ │ │ │ │ │ └── footable.woff
│ │ │ │ │ └── footable.core.css
│ │ │ │ ├── fullcalendar
│ │ │ │ │ ├── fullcalendar.css
│ │ │ │ │ └── fullcalendar.print.css
│ │ │ │ ├── iCheck
│ │ │ │ │ ├── custom.css
│ │ │ │ │ ├── green.png
│ │ │ │ │ └── green@2x.png
│ │ │ │ ├── images
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_desc.png
│ │ │ │ │ ├── sprite-skin-flat.png
│ │ │ │ │ ├── spritemap.png
│ │ │ │ │ └── spritemap@2x.png
│ │ │ │ ├── ionRangeSlider
│ │ │ │ │ ├── ion.rangeSlider.css
│ │ │ │ │ └── ion.rangeSlider.skinFlat.css
│ │ │ │ ├── jasny
│ │ │ │ │ └── jasny-bootstrap.min.css
│ │ │ │ ├── jqgrid
│ │ │ │ │ └── ui.jqgrid.css
│ │ │ │ ├── jsTree
│ │ │ │ │ ├── 32px.png
│ │ │ │ │ ├── style.min.css
│ │ │ │ │ └── throbber.gif
│ │ │ │ ├── markdown
│ │ │ │ │ └── bootstrap-markdown.min.css
│ │ │ │ ├── morris
│ │ │ │ │ └── morris-0.4.3.min.css
│ │ │ │ ├── nouslider
│ │ │ │ │ └── jquery.nouislider.css
│ │ │ │ ├── plyr
│ │ │ │ │ └── plyr.css
│ │ │ │ ├── simditor
│ │ │ │ │ └── simditor.css
│ │ │ │ ├── steps
│ │ │ │ │ └── jquery.steps.css
│ │ │ │ ├── summernote
│ │ │ │ │ ├── summernote-bs3.css
│ │ │ │ │ └── summernote.css
│ │ │ │ ├── sweetalert
│ │ │ │ │ └── sweetalert.css
│ │ │ │ ├── switchery
│ │ │ │ │ └── switchery.css
│ │ │ │ ├── toastr
│ │ │ │ │ └── toastr.min.css
│ │ │ │ ├── treeview
│ │ │ │ │ └── bootstrap-treeview.css
│ │ │ │ └── webuploader
│ │ │ │ └── webuploader.css
│ │ │ ├── public.css
│ │ │ ├── style.css
│ │ │ └── style.min.css
│ │ ├── fonts
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ ├── fontawesome-webfont.woff2
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── images
│ │ │ ├── 11.jpg
│ │ │ ├── TB1yHY9BGmWBuNjy1XaXXXCbXXa-2500-600.jpg
│ │ │ ├── TB1yeWeIFXXXXX5XFXXuAZJYXXX-210-210.png_50x50.jpg
│ │ │ ├── Thumbs.db
│ │ │ ├── adImage.swf
│ │ │ ├── arrow.png
│ │ │ ├── auth.png
│ │ │ ├── blockcontentbullets.png
│ │ │ ├── bn.png
│ │ │ ├── book.png
│ │ │ ├── book2.png
│ │ │ ├── book5.png
│ │ │ ├── book6.jpg
│ │ │ ├── book6.png
│ │ │ ├── bookn.png
│ │ │ ├── bookname.png
│ │ │ ├── btmbar.png
│ │ │ ├── button_left.png
│ │ │ ├── button_right.png
│ │ │ ├── buy.bmp
│ │ │ ├── cart.bmp
│ │ │ ├── edg.png
│ │ │ ├── edg_11.png
│ │ │ ├── gotoorder.bmp
│ │ │ ├── index.png
│ │ │ ├── intro.png
│ │ │ ├── line.png
│ │ │ ├── mainpic.png
│ │ │ ├── pho.png
│ │ │ ├── pic.png
│ │ │ ├── pic1.jpg
│ │ │ ├── pic2.jpg
│ │ │ ├── pic3.jpg
│ │ │ ├── pic4.jpg
│ │ │ ├── pic5.jpg
│ │ │ ├── pic6.jpg
│ │ │ ├── plane.png
│ │ │ ├── scr_11.png
│ │ │ ├── screen1.png
│ │ │ ├── screen2.png
│ │ │ ├── screen3.png
│ │ │ ├── screen4.jpg
│ │ │ ├── screen4.png
│ │ │ ├── screen5.png
│ │ │ ├── screen6.png
│ │ │ ├── scroll1.png
│ │ │ ├── scroll2.png
│ │ │ ├── scroll3.png
│ │ │ ├── scroll4.png
│ │ │ ├── scrollpic.png
│ │ │ ├── side.png
│ │ │ ├── spacer.gif
│ │ │ ├── star.png
│ │ │ ├── strline.png
│ │ │ ├── subitem.png
│ │ │ ├── subpart.png
│ │ │ ├── tg-bird1fbc69.png
│ │ │ ├── tit.png
│ │ │ ├── titlesty.png
│ │ │ └── topbar.png
│ │ ├── img
│ │ │ ├── a1.jpg
│ │ │ ├── a2.jpg
│ │ │ ├── a3.jpg
│ │ │ ├── a4.jpg
│ │ │ ├── a5.jpg
│ │ │ ├── a6.jpg
│ │ │ ├── a7.jpg
│ │ │ ├── a8.jpg
│ │ │ ├── a9.jpg
│ │ │ ├── bg.png
│ │ │ ├── icons.png
│ │ │ ├── loading-upload.gif
│ │ │ ├── locked.png
│ │ │ ├── login-background.jpg
│ │ │ ├── p1.jpg
│ │ │ ├── p2.jpg
│ │ │ ├── p3.jpg
│ │ │ ├── p_big1.jpg
│ │ │ ├── p_big2.jpg
│ │ │ ├── p_big3.jpg
│ │ │ ├── profile.jpg
│ │ │ ├── profile_big.jpg
│ │ │ ├── profile_small.jpg
│ │ │ ├── progress.png
│ │ │ ├── success.png
│ │ │ ├── user.png
│ │ │ └── wenku_logo.png
│ │ ├── index.jsp
│ │ ├── js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── contabs.min.js
│ │ │ ├── content.min.js
│ │ │ ├── demo
│ │ │ │ ├── bootstrap-table-demo.min.js
│ │ │ │ ├── bootstrap_table_test.json
│ │ │ │ ├── echarts-demo.min.js
│ │ │ │ ├── flot-demo.min.js
│ │ │ │ ├── form-advanced-demo.min.js
│ │ │ │ ├── form-validate-demo.min.js
│ │ │ │ ├── layer-demo.min.js
│ │ │ │ ├── morris-demo.min.js
│ │ │ │ ├── peity-demo.min.js
│ │ │ │ ├── rickshaw-demo.min.js
│ │ │ │ ├── sparkline-demo.min.js
│ │ │ │ ├── treeview-demo.min.js
│ │ │ │ └── webuploader-demo.min.js
│ │ │ ├── hplus.min.js
│ │ │ ├── jquery-3.3.1.js
│ │ │ ├── jquery-3.3.1.min.js
│ │ │ ├── jquery-ui-1.10.4.min.js
│ │ │ ├── jquery-ui.custom.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── plugins
│ │ │ │ ├── beautifyhtml
│ │ │ │ │ └── beautifyhtml.js
│ │ │ │ ├── blueimp
│ │ │ │ │ └── jquery.blueimp-gallery.min.js
│ │ │ │ ├── bootstrap-table
│ │ │ │ │ ├── bootstrap-table-mobile.min.js
│ │ │ │ │ ├── bootstrap-table.min.js
│ │ │ │ │ └── locale
│ │ │ │ │ └── bootstrap-table-zh-CN.min.js
│ │ │ │ ├── chartJs
│ │ │ │ │ └── Chart.min.js
│ │ │ │ ├── chosen
│ │ │ │ │ └── chosen.jquery.js
│ │ │ │ ├── clockpicker
│ │ │ │ │ └── clockpicker.js
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── codemirror.js
│ │ │ │ │ └── mode
│ │ │ │ │ └── javascript
│ │ │ │ │ └── javascript.js
│ │ │ │ ├── colorpicker
│ │ │ │ │ └── bootstrap-colorpicker.min.js
│ │ │ │ ├── cropper
│ │ │ │ │ └── cropper.min.js
│ │ │ │ ├── dataTables
│ │ │ │ │ ├── dataTables.bootstrap.js
│ │ │ │ │ └── jquery.dataTables.js
│ │ │ │ ├── datapicker
│ │ │ │ │ └── bootstrap-datepicker.js
│ │ │ │ ├── diff_match_patch
│ │ │ │ │ └── diff_match_patch.js
│ │ │ │ ├── dropzone
│ │ │ │ │ └── dropzone.js
│ │ │ │ ├── easypiechart
│ │ │ │ │ └── jquery.easypiechart.js
│ │ │ │ ├── echarts
│ │ │ │ │ └── echarts-all.js
│ │ │ │ ├── fancybox
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── fancybox_loading.gif
│ │ │ │ │ ├── fancybox_loading@2x.gif
│ │ │ │ │ ├── fancybox_overlay.png
│ │ │ │ │ ├── fancybox_sprite.png
│ │ │ │ │ ├── fancybox_sprite@2x.png
│ │ │ │ │ ├── jquery.fancybox.css
│ │ │ │ │ └── jquery.fancybox.js
│ │ │ │ ├── flot
│ │ │ │ │ ├── curvedLines.js
│ │ │ │ │ ├── jquery.flot.js
│ │ │ │ │ ├── jquery.flot.pie.js
│ │ │ │ │ ├── jquery.flot.resize.js
│ │ │ │ │ ├── jquery.flot.spline.js
│ │ │ │ │ ├── jquery.flot.symbol.js
│ │ │ │ │ └── jquery.flot.tooltip.min.js
│ │ │ │ ├── footable
│ │ │ │ │ └── footable.all.min.js
│ │ │ │ ├── fullcalendar
│ │ │ │ │ └── fullcalendar.min.js
│ │ │ │ ├── gritter
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── gritter-light.png
│ │ │ │ │ │ ├── gritter.png
│ │ │ │ │ │ └── ie-spacer.gif
│ │ │ │ │ ├── jquery.gritter.css
│ │ │ │ │ └── jquery.gritter.min.js
│ │ │ │ ├── iCheck
│ │ │ │ │ └── icheck.min.js
│ │ │ │ ├── ionRangeSlider
│ │ │ │ │ └── ion.rangeSlider.min.js
│ │ │ │ ├── jasny
│ │ │ │ │ └── jasny-bootstrap.min.js
│ │ │ │ ├── jeditable
│ │ │ │ │ └── jquery.jeditable.js
│ │ │ │ ├── jqgrid
│ │ │ │ │ ├── i18n
│ │ │ │ │ │ └── grid.locale-cn.js
│ │ │ │ │ └── jquery.jqGrid.min.js
│ │ │ │ ├── jquery-ui
│ │ │ │ │ └── jquery-ui.min.js
│ │ │ │ ├── jsKnob
│ │ │ │ │ └── jquery.knob.js
│ │ │ │ ├── jsTree
│ │ │ │ │ └── jstree.min.js
│ │ │ │ ├── jvectormap
│ │ │ │ │ ├── jquery-jvectormap-1.2.2.min.js
│ │ │ │ │ └── jquery-jvectormap-world-mill-en.js
│ │ │ │ ├── layer
│ │ │ │ │ ├── laydate
│ │ │ │ │ │ ├── laydate.js
│ │ │ │ │ │ ├── need
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ ├── dahong
│ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ └── molv
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ ├── layer.js
│ │ │ │ │ ├── layer.min.js
│ │ │ │ │ ├── layim
│ │ │ │ │ │ ├── layim.css
│ │ │ │ │ │ ├── layim.js
│ │ │ │ │ │ └── loading.gif
│ │ │ │ │ ├── mobile
│ │ │ │ │ │ ├── layer.js
│ │ │ │ │ │ └── need
│ │ │ │ │ │ └── layer.css
│ │ │ │ │ └── skin
│ │ │ │ │ └── default
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── layer.css
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ │ ├── markdown
│ │ │ │ │ ├── bootstrap-markdown.js
│ │ │ │ │ ├── bootstrap-markdown.zh.js
│ │ │ │ │ ├── markdown.js
│ │ │ │ │ └── to-markdown.js
│ │ │ │ ├── metisMenu
│ │ │ │ │ └── jquery.metisMenu.js
│ │ │ │ ├── morris
│ │ │ │ │ ├── morris.js
│ │ │ │ │ └── raphael-2.1.0.min.js
│ │ │ │ ├── nestable
│ │ │ │ │ └── jquery.nestable.js
│ │ │ │ ├── nouslider
│ │ │ │ │ └── jquery.nouislider.min.js
│ │ │ │ ├── pace
│ │ │ │ │ └── pace.min.js
│ │ │ │ ├── peity
│ │ │ │ │ └── jquery.peity.min.js
│ │ │ │ ├── plyr
│ │ │ │ │ └── plyr.js
│ │ │ │ ├── preetyTextDiff
│ │ │ │ │ └── jquery.pretty-text-diff.min.js
│ │ │ │ ├── prettyfile
│ │ │ │ │ └── bootstrap-prettyfile.js
│ │ │ │ ├── rickshaw
│ │ │ │ │ ├── rickshaw.min.js
│ │ │ │ │ └── vendor
│ │ │ │ │ └── d3.v3.js
│ │ │ │ ├── simditor
│ │ │ │ │ ├── hotkeys.js
│ │ │ │ │ ├── module.js
│ │ │ │ │ ├── simditor.js
│ │ │ │ │ └── uploader.js
│ │ │ │ ├── slimscroll
│ │ │ │ │ └── jquery.slimscroll.min.js
│ │ │ │ ├── sparkline
│ │ │ │ │ └── jquery.sparkline.min.js
│ │ │ │ ├── staps
│ │ │ │ │ └── jquery.steps.min.js
│ │ │ │ ├── suggest
│ │ │ │ │ └── bootstrap-suggest.min.js
│ │ │ │ ├── summernote
│ │ │ │ │ ├── summernote-zh-CN.js
│ │ │ │ │ └── summernote.min.js
│ │ │ │ ├── sweetalert
│ │ │ │ │ └── sweetalert.min.js
│ │ │ │ ├── switchery
│ │ │ │ │ └── switchery.js
│ │ │ │ ├── toastr
│ │ │ │ │ └── toastr.min.js
│ │ │ │ ├── treeview
│ │ │ │ │ └── bootstrap-treeview.js
│ │ │ │ ├── validate
│ │ │ │ │ ├── jquery.validate.min.js
│ │ │ │ │ └── messages_zh.min.js
│ │ │ │ └── webuploader
│ │ │ │ └── webuploader.min.js
│ │ │ └── welcome.min.js
│ │ └── plugins
│ │ └── fullavatareditor
│ │ └── scripts
│ │ ├── fullAvatarEditor.js
│ │ ├── jQuery.Cookie.js
│ │ ├── swfobject.js
│ │ └── test.js
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── feicui
│ │ │ ├── controller
│ │ │ │ ├── CartController.class
│ │ │ │ ├── IndexController.class
│ │ │ │ ├── OrderController.class
│ │ │ │ ├── ProductController.class
│ │ │ │ └── UsersController.class
│ │ │ ├── dao
│ │ │ │ ├── OrderItemMapper.class
│ │ │ │ ├── OrdersMapper.class
│ │ │ │ ├── ProductMapper.class
│ │ │ │ └── UsersMapper.class
│ │ │ ├── filter
│ │ │ │ └── AutoLoginFilter.class
│ │ │ ├── model
│ │ │ │ ├── OrderItem.class
│ │ │ │ ├── Orders.class
│ │ │ │ ├── PageBean.class
│ │ │ │ ├── Products.class
│ │ │ │ └── Users.class
│ │ │ ├── service
│ │ │ │ ├── OrderItemService.class
│ │ │ │ ├── OrdersService.class
│ │ │ │ ├── ProductService.class
│ │ │ │ ├── UsersService.class
│ │ │ │ └── impl
│ │ │ │ ├── OrderItemServiceImpl.class
│ │ │ │ ├── OrdersServiceImpl.class
│ │ │ │ ├── ProductServiceImpl.class
│ │ │ │ └── UsersServiceImpl.class
│ │ │ ├── test
│ │ │ │ └── Test.class
│ │ │ └── utils
│ │ │ ├── CheckImgServlet.class
│ │ │ ├── CookieUtils.class
│ │ │ ├── DateUtils.class
│ │ │ ├── MailUtils$1.class
│ │ │ ├── MailUtils.class
│ │ │ ├── Md5Utils.class
│ │ │ ├── ProductUtils.class
│ │ │ ├── UUIDUtils.class
│ │ │ └── UploadUtils.class
│ │ ├── db.properties
│ │ ├── log4j.properties
│ │ ├── mybatis
│ │ │ ├── OrderItemMapper.xml
│ │ │ ├── OrdersMapper.xml
│ │ │ ├── ProductMapper.xml
│ │ │ └── UsersMapper.xml
│ │ └── spring
│ │ ├── applicationContext-dao.xml
│ │ ├── applicationContext-service.xml
│ │ └── springmvc.xml
│ ├── config
│ │ ├── db.properties
│ │ ├── log4j.properties
│ │ ├── mybatis
│ │ │ ├── OrderItemMapper.xml
│ │ │ ├── OrdersMapper.xml
│ │ │ ├── ProductMapper.xml
│ │ │ └── UsersMapper.xml
│ │ └── spring
│ │ ├── applicationContext-dao.xml
│ │ ├── applicationContext-service.xml
│ │ └── springmvc.xml
│ └── src
│ └── com
│ └── feicui
│ ├── controller
│ │ ├── CartController.java
│ │ ├── IndexController.java
│ │ ├── OrderController.java
│ │ ├── ProductController.java
│ │ └── UsersController.java
│ ├── dao
│ │ ├── OrderItemMapper.java
│ │ ├── OrdersMapper.java
│ │ ├── ProductMapper.java
│ │ └── UsersMapper.java
│ ├── filter
│ │ └── AutoLoginFilter.java
│ ├── model
│ │ ├── OrderItem.java
│ │ ├── Orders.java
│ │ ├── PageBean.java
│ │ ├── Products.java
│ │ └── Users.java
│ ├── service
│ │ ├── OrderItemService.java
│ │ ├── OrdersService.java
│ │ ├── ProductService.java
│ │ ├── UsersService.java
│ │ └── impl
│ │ ├── OrderItemServiceImpl.java
│ │ ├── OrdersServiceImpl.java
│ │ ├── ProductServiceImpl.java
│ │ └── UsersServiceImpl.java
│ ├── test
│ │ └── Test.java
│ └── utils
│ ├── CheckImgServlet.java
│ ├── CookieUtils.java
│ ├── DateUtils.java
│ ├── MailUtils.java
│ ├── Md5Utils.java
│ ├── ProductUtils.java
│ ├── UUIDUtils.java
│ └── UploadUtils.java
└── bookshopping.sql
156 directories, 432 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论