# SSM **Repository Path**: 17171803/SSM ## Basic Information - **Project Name**: SSM - **Description**: SpringMVC,Mybatis,Spring三大框架的整合 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 282 - **Created**: 2018-01-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSM SpringMVC,Mybatis,Spring三大框架的整合总是很麻烦,在此提供一个已经整合好三大框架的包,可以直接下载导入Myeclipse使用,项目基于Maven做依赖管理。项目基于Mysql自带的Sakila数据库实现了MIS系统中常用的多个功能,运行前请安装好Mysql。 其中包含的内容如下: 1.SpringMVC4.0.4,Mybatis3.2.2,Spring4.0.4三大框架的整合; 2.前端框架集成了Bootstrap3.3.5,Jquery1.12.3,集成了Bootstrap插件Bootgrid数据表格实现分页,使用Bootstrap的datetimepicker插件实现日期时间选择,后台的分页使用Mybatis的插件pagehelper实现; 3.数据库使用Mysql中自带的sakila数据库,使用前,请将SSM\src\main\resources\conf中的spring-mybatis.xml中的数据库密码设置为自己的; 4.实现了sakila中的单表的增删改查和跨表查询,跨表查询包括了Mybatis的1-N和N-1双向映射; 5.集成了作业自动调度框架Quartz 2.2.2实现作业调度; 6.json插件使用阿里的开源fastjson工具; 7.包含了一个文件上传的功能; 8.包含了数据表导出为Excel下载的功能,包含了解析Excel内容的API,使用POI实现; 9.包含了带验证码的登录功能以及登录权限验证的拦截器; 10.要使用Struts2+hibernate+spring的整合,[点击这里进入](https://github.com/shenzhanwang/SSH_maven) 11.去掉所有JSP,使用HTML代替,有利于前后端分离; 12.整合日志工具log4j2,较log4j1.x有较大性能提升,支持日志文件输出和控制台输出。 访问入口:http://localhost:8080/SSM/login 效果图: ![输入图片说明](http://git.oschina.net/uploads/images/2016/1216/145410_018a9ca7_1110335.png "在这里输入图片标题") ![输入图片说明](https://gitee.com/uploads/images/2017/1103/174138_49e9143e_1110335.png "QQ截图20171103174132.png") ### 附录:个人作品索引目录(持续更新) #### 基本篇 1. [SpringMVC,Mybatis,Spring三大框架的整合实现增删改查](https://gitee.com/shenzhanwang/SSM) 2. [Struts2,Hibernate,Spring三大框架的整合实现增删改查](https://gitee.com/shenzhanwang/S2SH) 3. [Spring,SpringMVC和Hibernate的整合实现增删改查](https://gitee.com/shenzhanwang/SSH) 4. [Spring平台整合activiti工作流引擎实现OA开发](https://gitee.com/shenzhanwang/Spring-activiti) 5. [Spring发布与调用REST风格的WebService](https://gitee.com/shenzhanwang/Spring-REST) 6. [Spring整合Apache Shiro框架,实现用户管理和权限控制](https://gitee.com/shenzhanwang/Spring-shiro) 7. [使用Spring security做权限控制](https://gitee.com/shenzhanwang/spring-security-demo) #### 中级篇 8. [Spring连接mongoDB数据库实现增删改查](https://gitee.com/shenzhanwang/Spring-mongoDB) 9. [Spring连接Redis实现缓存](https://gitee.com/shenzhanwang/Spring-redis) 10. [Spring连接图存数据库Neo4j实现增删改查](https://gitee.com/shenzhanwang/Spring-neo4j) 11. [Spring平台整合消息队列ActiveMQ实现发布订阅、生产者消费者模型(JMS)](https://gitee.com/shenzhanwang/Spring-activeMQ) 12. [Spring整合消息队列RabbitMQ实现四种消息模式(AMQP)](https://gitee.com/shenzhanwang/Spring-rabbitMQ) 13. Spring整合Jasig CAS框架实现单点登录(未开源) 14. Spring框架的session模块实现集中式session管理(未开源) 15. [Spring整合websocket实现即时通讯](https://gitee.com/shenzhanwang/Spring-websocket) 16. 使用Spring boot整合mybatis,rabbitmq,redis,mongodb实现增删改查(未开源) 17. [Spring MVC整合FastDFS客户端实现文件上传](https://gitee.com/shenzhanwang/Spring-fastdfs) #### 高级篇 18. 搭建zookeeper集群提供目录服务(未开源) 19. 使用ubuntu+apache+SVN+SVNadmin+maven+Nexus+Hudson搭建持续集成环境(未开源) 20. Spring框架整合dubbo框架实现分布式服务治理(SOA架构)(未开源) 21. Spring框架整合dubbox实现微服务架构(MSA架构)(未开源) 22. 使用Spring Cloud实现微服务架构(MSA架构)(未开源) 23. 使用FastDFS搭建分布式文件系统(高可用、负载均衡)(未开源) 24. 搭建高可用nginx集群和Tomcat负载均衡(未开源) 25. 搭建可扩展的ActiveMQ高可用集群(未开源) 26. 实现Mysql数据库的主从复制、读写分离、分表分库、负载均衡和高可用(未开源) 27. 搭建高可用redis集群实现分布式缓存(未开源) 28. [Spring整合SolrJ实现全文检索](https://gitee.com/shenzhanwang/Spring-solr) ### 捐赠,私信索取未开源代码 ![输入图片说明](https://gitee.com/uploads/images/2017/1217/145453_b639d3db_1110335.png "mm_facetoface_collect_qrcode_1513493342741.png") ![输入图片说明](https://gitee.com/uploads/images/2017/1217/145502_2d4fe513_1110335.jpeg "1513493369523.jpg")