基于 SSM 的宿舍管理系统设计与实现 Design and Implementation of Dormitory Management System Based on SSM摘 要本论文为了解决当前宿舍管理方式不够方便快捷的问题,以宿舍管理为研究对象,基于 Spring、SpringMVC、Mybatis 框架整合成 SSM 框架作为后端开发框架,设计并实现一款宿舍管理系统,可以方便宿舍管理人员管理宿舍。本系统基于 B/S 结构,采用 MySQL 数据库来保存宿舍管理员的信息以及宿舍和学生的信息,Tomcat 为该系统的服务器,再选择 Eclipse 作为开发环境,令本系统具有安全性,易维护性的特点该系统分为普通管理员与超级管理员,均可完成对宿舍的管理;该系统包含管理员、班级、学生、宿舍、卫生、访客这几个模块;实现了每个模块的修改删除查询和添加的功能,并且班级、学生、宿舍这三个模块还能进行关联查询;每个模块均可把数据导出到 Excel。关键词:JAVA;SSM;MySQL;B/S 结构;宿舍管理AbstractIn order to solve the problem that the current way of dormitory management is not convenient and fast, this paper takes dormitory management as the research object, integrates SSM framework into the back-end development framework based on Spring, SpringMVC and Mybatis framework, designs and implements a dormitory management system, which can facilitate dormitory managers to manage the dormitory. This system is based on B/S structure, using MySQL database to save the information of dormitory administrators and dormitory and student information, Tomcat for the system server, and then choose Eclipse as the development environment, so that the system has the characteristics of security, easy to maintain. The system is divided into general administrator and super administrator, can complete the management of the dormitory; The system includes the administrator, the class, the student, the dormitory, the sanitation, the visitor this several modules; Realized the modification of each module delete query and add function, and the class, students,...