• Stars
    star
    159
  • Rank 231,155 (Top 5 %)
  • Language
    Java
  • Created about 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

SSM框架整合学生信息管理系统,实现普通的curd、分页以及数据导出到Excel

SSM_StudentInfo

这里写图片描述

使用的技术:

  • Spring,SpringMVC,Mybatis三大框架的整合;
  • 前端框架集成了Bootstrap,Jquery,集成了Bootstrap插件Bootgrid数据表格实现分页(分页案例教程),后台的分页使用Mybatis的插件pagehelper实现
  • 实现了学生的增删改查
  • 包含了数据表导出为Excel下载的功能,包含了解析Excel内容的API,使用POI实现

后期将会实现:

  • 注册时发送邮箱进行验证;
  • 登录是记住密码以及验证码校验;
  • 权限管理

请点击该链接在CSDN博客上查看项目具体介绍:SSM框架整合(curd+分页+导出为excel)