实例介绍
这是SSM商品管理系统Commodity_system的2.0版本,使用技术: spring4.0 +springmvc4.0.2 +mybatis3.2.7 +bootstrap3 +Ajax +Jquery +拦截器 +文件上传+日期转换等功能都有。 博文同步讲解:https://blog.csdn.net/ITBigGod/article/details/82995204
【实例截图】
【核心代码】
d826655c-0df6-4e27-a1cd-f819b01c7c34
└── Commodity_system
├── Commodity_sys.sql
├── config
│ ├── db.properties
│ ├── log4j.properties
│ ├── mybatis
│ │ └── mybatis-config.xml
│ └── spring
│ ├── applicationContext.xml
│ └── springmvc.xml
├── Sql.txt
├── src
│ └── com
│ └── aaa
│ ├── biz
│ │ ├── impl
│ │ │ ├── ItemsBizImpl.java
│ │ │ └── UserBizImpl.java
│ │ ├── ItemsBiz.java
│ │ └── UserBiz.java
│ ├── controller
│ │ ├── ItemsController.java
│ │ └── UserController.java
│ ├── converter
│ │ └── DateConverter.java
│ ├── entity
│ │ ├── Items.java
│ │ └── User.java
│ ├── inteceptor
│ │ └── LoginIncetepor.java
│ └── mapper
│ ├── ItemsDaoMapper.java
│ ├── ItemsDaoMapper.xml
│ ├── UserMapper.java
│ └── UserMapper.xml
└── WebRoot
├── css
│ ├── bootstrap.css
│ ├── bootstrap-datetimepicker.min.css
│ └── bootstrap.min.css
├── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.svg
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
├── images
│ └── a.jpg
├── js
│ ├── bootstrap-datetimepicker.min.js
│ ├── bootstrap-datetimepicker.zh-CN.js
│ ├── bootstrap.min.js
│ ├── jquery-1.8.3.js
│ └── jquery-3.2.1.min.js
├── Login.jsp
├── META-INF
│ └── MANIFEST.MF
├── static
│ ├── css
│ │ ├── font.css
│ │ ├── style.css
│ │ ├── weadmin.css
│ │ └── weadmin.less
│ ├── favicon.ico
│ ├── fonts
│ │ ├── iconfont.eot
│ │ ├── iconfont.svg
│ │ ├── iconfont.ttf
│ │ └── iconfont.woff
│ ├── images
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ ├── 5.jpg
│ │ ├── aiwrap.png
│ │ ├── bg.png
│ │ ├── mapico1.png
│ │ ├── mapico2.png
│ │ ├── mapico3.png
│ │ └── mapico4.png
│ ├── js
│ │ ├── admin.js
│ │ ├── eleDel.js
│ │ ├── extends
│ │ │ └── tabmenu.js
│ │ └── weadmin.js
│ └── layui
│ ├── css
│ │ ├── layui.css
│ │ ├── layui.mobile.css
│ │ └── modules
│ │ ├── code.css
│ │ ├── laydate
│ │ │ └── default
│ │ │ └── laydate.css
│ │ └── layer
│ │ └── default
│ │ ├── icon-ext.png
│ │ ├── icon.png
│ │ ├── layer.css
│ │ ├── loading-0.gif
│ │ ├── loading-1.gif
│ │ └── loading-2.gif
│ ├── font
│ │ ├── iconfont.eot
│ │ ├── iconfont.svg
│ │ ├── iconfont.ttf
│ │ └── iconfont.woff
│ ├── images
│ │ └── face
│ │ ├── 0.gif
│ │ ├── 10.gif
│ │ ├── 11.gif
│ │ ├── 12.gif
│ │ ├── 13.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 16.gif
│ │ ├── 17.gif
│ │ ├── 18.gif
│ │ ├── 19.gif
│ │ ├── 1.gif
│ │ ├── 20.gif
│ │ ├── 21.gif
│ │ ├── 22.gif
│ │ ├── 23.gif
│ │ ├── 24.gif
│ │ ├── 25.gif
│ │ ├── 26.gif
│ │ ├── 27.gif
│ │ ├── 28.gif
│ │ ├── 29.gif
│ │ ├── 2.gif
│ │ ├── 30.gif
│ │ ├── 31.gif
│ │ ├── 32.gif
│ │ ├── 33.gif
│ │ ├── 34.gif
│ │ ├── 35.gif
│ │ ├── 36.gif
│ │ ├── 37.gif
│ │ ├── 38.gif
│ │ ├── 39.gif
│ │ ├── 3.gif
│ │ ├── 40.gif
│ │ ├── 41.gif
│ │ ├── 42.gif
│ │ ├── 43.gif
│ │ ├── 44.gif
│ │ ├── 45.gif
│ │ ├── 46.gif
│ │ ├── 47.gif
│ │ ├── 48.gif
│ │ ├── 49.gif
│ │ ├── 4.gif
│ │ ├── 50.gif
│ │ ├── 51.gif
│ │ ├── 52.gif
│ │ ├── 53.gif
│ │ ├── 54.gif
│ │ ├── 55.gif
│ │ ├── 56.gif
│ │ ├── 57.gif
│ │ ├── 58.gif
│ │ ├── 59.gif
│ │ ├── 5.gif
│ │ ├── 60.gif
│ │ ├── 61.gif
│ │ ├── 62.gif
│ │ ├── 63.gif
│ │ ├── 64.gif
│ │ ├── 65.gif
│ │ ├── 66.gif
│ │ ├── 67.gif
│ │ ├── 68.gif
│ │ ├── 69.gif
│ │ ├── 6.gif
│ │ ├── 70.gif
│ │ ├── 71.gif
│ │ ├── 7.gif
│ │ ├── 8.gif
│ │ └── 9.gif
│ ├── lay
│ │ ├── modules
│ │ │ ├── carousel.js
│ │ │ ├── code.js
│ │ │ ├── element.js
│ │ │ ├── flow.js
│ │ │ ├── form.js
│ │ │ ├── jquery.js
│ │ │ ├── laydate.js
│ │ │ ├── layedit.js
│ │ │ ├── layer.js
│ │ │ ├── laypage.js
│ │ │ ├── laytpl.js
│ │ │ ├── mobile.js
│ │ │ ├── table.js
│ │ │ ├── tree.js
│ │ │ ├── upload.js
│ │ │ └── util.js
│ │ └── treeGird.js
│ ├── layui.all.js
│ └── layui.js
└── WEB-INF
├── classes
│ ├── com
│ │ └── aaa
│ │ ├── biz
│ │ │ ├── impl
│ │ │ │ ├── ItemsBizImpl.class
│ │ │ │ └── UserBizImpl.class
│ │ │ ├── ItemsBiz.class
│ │ │ └── UserBiz.class
│ │ ├── controller
│ │ │ ├── ItemsController.class
│ │ │ └── UserController.class
│ │ ├── converter
│ │ │ └── DateConverter.class
│ │ ├── entity
│ │ │ ├── Items.class
│ │ │ └── User.class
│ │ ├── inteceptor
│ │ │ └── LoginIncetepor.class
│ │ └── mapper
│ │ ├── ItemsDaoMapper.class
│ │ ├── ItemsDaoMapper.xml
│ │ ├── UserMapper.class
│ │ └── UserMapper.xml
│ ├── db.properties
│ ├── log4j.properties
│ ├── mybatis
│ │ └── mybatis-config.xml
│ └── spring
│ ├── applicationContext.xml
│ └── springmvc.xml
├── jsp
│ ├── fail.jsp
│ ├── showItems2.jsp
│ ├── showItems.jsp
│ ├── success.jsp
│ └── upd.jsp
├── lib
│ ├── aopalliance-1.0.jar
│ ├── asm-3.3.1.jar
│ ├── aspectjweaver-1.6.11.jar
│ ├── cglib-2.2.2.jar
│ ├── commons-dbcp-1.2.2.jar
│ ├── commons-fileupload-1.2.2.jar
│ ├── commons-io-2.4.jar
│ ├── commons-logging-1.1.1.jar
│ ├── commons-pool-1.3.jar
│ ├── jackson-core-asl-1.9.11.jar
│ ├── jackson-mapper-asl-1.9.11.jar
│ ├── javassist-3.17.1-GA.jar
│ ├── jsqlparser-0.9.4.jar
│ ├── jstl-1.2.jar
│ ├── junit-4.9.jar
│ ├── log4j-1.2.17.jar
│ ├── log4j-api-2.0-rc1.jar
│ ├── log4j-core-2.0-rc1.jar
│ ├── mybatis-3.2.7.jar
│ ├── mybatis-spring-1.2.2.jar
│ ├── mysql-connector-java-5.1.7-bin.jar
│ ├── pagehelper-5.0.0.jar
│ ├── slf4j-api-1.7.5.jar
│ ├── slf4j-log4j12-1.7.5.jar
│ ├── spring-aop-4.0.2.RELEASE.jar
│ ├── spring-aop-4.0.2.RELEASE-javadoc.jar
│ ├── spring-aop-4.0.2.RELEASE-sources.jar
│ ├── spring-aspects-4.0.2.RELEASE.jar
│ ├── spring-aspects-4.0.2.RELEASE-javadoc.jar
│ ├── spring-aspects-4.0.2.RELEASE-sources.jar
│ ├── spring-beans-4.0.2.RELEASE.jar
│ ├── spring-beans-4.0.2.RELEASE-javadoc.jar
│ ├── spring-beans-4.0.2.RELEASE-sources.jar
│ ├── spring-build-src-4.0.2.RELEASE.jar
│ ├── spring-context-4.0.2.RELEASE.jar
│ ├── spring-context-4.0.2.RELEASE-javadoc.jar
│ ├── spring-context-4.0.2.RELEASE-sources.jar
│ ├── spring-context-support-4.0.2.RELEASE.jar
│ ├── spring-context-support-4.0.2.RELEASE-javadoc.jar
│ ├── spring-context-support-4.0.2.RELEASE-sources.jar
│ ├── spring-core-4.0.2.RELEASE.jar
│ ├── spring-core-4.0.2.RELEASE-javadoc.jar
│ ├── spring-core-4.0.2.RELEASE-sources.jar
│ ├── spring-expression-4.0.2.RELEASE.jar
│ ├── spring-expression-4.0.2.RELEASE-javadoc.jar
│ ├── spring-expression-4.0.2.RELEASE-sources.jar
│ ├── spring-framework-bom-4.0.2.RELEASE.jar
│ ├── spring-framework-bom-4.0.2.RELEASE-javadoc.jar
│ ├── spring-framework-bom-4.0.2.RELEASE-sources.jar
│ ├── spring-instrument-4.0.2.RELEASE.jar
│ ├── spring-instrument-4.0.2.RELEASE-javadoc.jar
│ ├── spring-instrument-4.0.2.RELEASE-sources.jar
│ ├── spring-instrument-tomcat-4.0.2.RELEASE.jar
│ ├── spring-instrument-tomcat-4.0.2.RELEASE-javadoc.jar
│ ├── spring-instrument-tomcat-4.0.2.RELEASE-sources.jar
│ ├── spring-jdbc-4.0.2.RELEASE.jar
│ ├── spring-jdbc-4.0.2.RELEASE-javadoc.jar
│ ├── spring-jdbc-4.0.2.RELEASE-sources.jar
│ ├── spring-jms-4.0.2.RELEASE.jar
│ ├── spring-jms-4.0.2.RELEASE-javadoc.jar
│ ├── spring-jms-4.0.2.RELEASE-sources.jar
│ ├── spring-messaging-4.0.2.RELEASE.jar
│ ├── spring-messaging-4.0.2.RELEASE-javadoc.jar
│ ├── spring-messaging-4.0.2.RELEASE-sources.jar
│ ├── spring-orm-4.0.2.RELEASE.jar
│ ├── spring-orm-4.0.2.RELEASE-javadoc.jar
│ ├── spring-orm-4.0.2.RELEASE-sources.jar
│ ├── spring-oxm-4.0.2.RELEASE.jar
│ ├── spring-oxm-4.0.2.RELEASE-javadoc.jar
│ ├── spring-oxm-4.0.2.RELEASE-sources.jar
│ ├── spring-test-4.0.2.RELEASE.jar
│ ├── spring-test-4.0.2.RELEASE-javadoc.jar
│ ├── spring-test-4.0.2.RELEASE-sources.jar
│ ├── spring-tx-4.0.2.RELEASE.jar
│ ├── spring-tx-4.0.2.RELEASE-javadoc.jar
│ ├── spring-tx-4.0.2.RELEASE-sources.jar
│ ├── spring-web-4.0.2.RELEASE.jar
│ ├── spring-web-4.0.2.RELEASE-javadoc.jar
│ ├── spring-web-4.0.2.RELEASE-sources.jar
│ ├── spring-webmvc-4.0.2.RELEASE.jar
│ ├── spring-webmvc-4.0.2.RELEASE-javadoc.jar
│ ├── spring-webmvc-4.0.2.RELEASE-sources.jar
│ ├── spring-webmvc-portlet-4.0.2.RELEASE.jar
│ ├── spring-webmvc-portlet-4.0.2.RELEASE-javadoc.jar
│ ├── spring-webmvc-portlet-4.0.2.RELEASE-sources.jar
│ ├── spring-websocket-4.0.2.RELEASE.jar
│ ├── spring-websocket-4.0.2.RELEASE-javadoc.jar
│ └── spring-websocket-4.0.2.RELEASE-sources.jar
└── web.xml
53 directories, 279 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论