# GraduteJobManagementSystem **Repository Path**: a1277609958/GraduteJobManagementSystem ## Basic Information - **Project Name**: GraduteJobManagementSystem - **Description**: A information system about graduate students' job. 毕业生就业管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-04-14 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GraduteJobManagementSystem A information system about graduate students' job. Based on the structure of hibernate and spring, the whole system contains three role functions, including graduate student, company and system administrator. 毕业生就业管理系统 系统框架: hibernate+spring 直接导入工程会有 hibernate和spring库jar包冲突的情况,移除冲突jar包后方可使用。 数据库用mysql,恢复工程时直接导进去,建表数据项什么的就都有了。“毕业生就业管理系统”项目根据用户角色的不同分为3大部分。毕业生,企业,管理员,具体功能为: 在毕业生用户中,功能细分为: 1. 修改简历信息。 2. 预览简历信息。 3. 查看招聘信息 4. 投递简历信息。 5. 填写就业信息。 6. 退出登录。 企业用户使用中,功能细分为: 1. 发布招聘信息。 2. 管理招聘信息。 3. 查看应聘信息。 4. 完善企业信息。 5. 退出登录。 管理人员用户使用中,功能细分为: 1. 查看学生信息。 2. 查看企业信息。 3. 审核职位信息。 4. 管理公告信息。 5. 统计就业信息。 6. 退出登录.