{"id":14983070,"url":"https://github.com/huanfenz/studentmanager","last_synced_at":"2025-04-09T15:07:08.879Z","repository":{"id":58070845,"uuid":"411941001","full_name":"huanfenz/StudentManager","owner":"huanfenz","description":"基于SSM的学生信息管理系统","archived":false,"fork":false,"pushed_at":"2024-06-10T14:57:37.000Z","size":3241,"stargazers_count":235,"open_issues_count":3,"forks_count":37,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T15:06:55.817Z","etag":null,"topics":["java","mybatis","mysql","spring","springmvc"],"latest_commit_sha":null,"homepage":"http://47.97.104.230:8098/StudentManager/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huanfenz.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-30T05:57:59.000Z","updated_at":"2025-03-29T05:09:58.000Z","dependencies_parsed_at":"2024-06-10T16:52:20.599Z","dependency_job_id":"a76d35dc-d704-40a9-bc80-b09cd733a40c","html_url":"https://github.com/huanfenz/StudentManager","commit_stats":{"total_commits":84,"total_committers":2,"mean_commits":42.0,"dds":"0.13095238095238093","last_synced_commit":"2c92f038afdfb22f0224d7717a025f5127f01535"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huanfenz%2FStudentManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huanfenz%2FStudentManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huanfenz%2FStudentManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huanfenz%2FStudentManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huanfenz","download_url":"https://codeload.github.com/huanfenz/StudentManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055284,"owners_count":21040157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","mybatis","mysql","spring","springmvc"],"created_at":"2024-09-24T14:06:41.066Z","updated_at":"2025-04-09T15:07:08.858Z","avatar_url":"https://github.com/huanfenz.png","language":"Java","readme":"# 学生管理系统（Student Management System, Created by SSM framework）\n\n[![我的博客](https://img.shields.io/badge/%E6%88%91%E7%9A%84%E5%8D%9A%E5%AE%A2-huanfenz.top-brightgreen)](http://huanfenz.top)\t[![演示地址](https://img.shields.io/badge/%E6%BC%94%E7%A4%BA%E5%9C%B0%E5%9D%80-%E7%82%B9%E5%87%BB%E6%9F%A5%E7%9C%8B-blue)](https://github.com/huanfenz/StudentManager#演示地址)\t[![联系方式](https://img.shields.io/badge/%E8%81%94%E7%B3%BB%E6%96%B9%E5%BC%8F-%E7%82%B9%E5%87%BB%E6%9F%A5%E7%9C%8B-green)](https://github.com/huanfenz/StudentManager#联系方式)\n\n## 项目介绍\n\n学生管理系统是我从自己学校的综合信息平台得到灵感，于是使用学习过的Spring、SpringMVC、Mybatis框架+LayUI完成了这么一套系统。\n\n项目整体难度不大，部署简单，界面友好，代码结构清晰。系统以CRUD为主，还有一些例如图片上传，附件上传，课表展示等一些小功能也有一些趣味。非常适合初学者学习和练习。\n\n**觉得不错的小伙伴可以点下小星星。**\n\n## 环境介绍\n\n| 名称      | 描述                                     |\n| --------- | ---------------------------------------- |\n| Java版本  | JDK 1.8.0                                |\n| IDE工具   | IntelliJ IDEA 2021.2.1(Ultimate Edition) |\n| 构建工具  | Maven 3.3.9                              |\n| Web服务器 | Tomcat 8.5                               |\n| 数据库    | MySQL 5.7                                |\n\n## 搭建步骤\n\n1、数据库导入，新建数据库student_manager，将`student_manager.sql`文件导入并运行。\n\n2、打开项目，使用idea打开项目，在`src/main/resources/jdbc.properties`中修改数据库配置文件\n\n3、运行项目\n\n## 项目截图\n\n登录界面\n\n![1](https://github.com/huanfenz/StudentManager/assets/49386166/063220a1-e5c1-416f-822b-3f7cb1ee6c00)\n\n\n管理员首页\n\n![2](https://github.com/huanfenz/StudentManager/assets/49386166/4eef6dee-8d54-4056-9c4d-17ba1449db75)\n\n\n学生管理\n\n![3](https://github.com/huanfenz/StudentManager/assets/49386166/3a128883-e2b0-4f93-8972-c35d6cb1e763)\n\n\n课表展示\n\n![4](https://github.com/huanfenz/StudentManager/assets/49386166/8f647837-bab5-49b9-9086-aedcff672da9)\n\n\n教师录入成绩\n\n![5](https://github.com/huanfenz/StudentManager/assets/49386166/6ae96c8a-af0a-4c20-9c08-d94f49ce4737)\n\n\n学生查看成绩\n\n![6](https://github.com/huanfenz/StudentManager/assets/49386166/e5141d6c-5529-4cd3-b80f-03d3a2dbf5a2)\n\n\n更多功能就在演示地址自己看吧！:smile:\n\n## 演示地址\n\n项目演示地址：[http://47.97.104.230:8098/StudentManager/](http://47.97.104.230:8098/StudentManager/)\n\n**数据库每天自动恢复，请勿保存重要信息。**\n\n**管理员演示账号**\n\n| 用户名 | 密码  |\n| ------ | ----- |\n| admin  | admin |\n\n**学生演示账号**\n\n| 学号       | 密码   |\n| ---------- | ------ |\n| 2020710001 | 123456 |\n| 2020710002 | 123456 |\n\n**教师演示账号**\n\n| 职工号 | 密码   |\n| ------ | ------ |\n| 15001  | 123456 |\n| 15002  | 123456 |\n\n## 项目描述\n\n### 数据库结构\n\n![7](https://github.com/huanfenz/StudentManager/assets/49386166/bf4c968c-65e3-440e-8658-f9ca4fa38f4c)\n\n\n## 联系方式\n\n我的博客地址：[个人博客](http://huanfenz.top)，[CSDN博客](https://blog.csdn.net/qq_34245098?spm=1000.2115.3001.5343)。欢迎大家来踩。\n\n我的联系方式，欢迎联系我：\n\n*   邮箱：`huanfenz@qq.com`\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuanfenz%2Fstudentmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuanfenz%2Fstudentmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuanfenz%2Fstudentmanager/lists"}