{"id":22264822,"url":"https://github.com/kakarottocui/springbootvuegaokao","last_synced_at":"2025-08-11T20:13:17.264Z","repository":{"id":183847655,"uuid":"670854162","full_name":"KakarottoCui/SpringBootVueGaoKao","owner":"KakarottoCui","description":"基于Java，SpringBoot和Vue高考志愿填报辅助系统设计","archived":false,"fork":false,"pushed_at":"2025-03-24T01:51:19.000Z","size":1057,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T10:47:46.146Z","etag":null,"topics":["java","mysql","springboot","vue"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KakarottoCui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-26T02:01:56.000Z","updated_at":"2025-07-14T03:21:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"3bc28356-c6c7-4c5a-a0d9-bb29d14e428e","html_url":"https://github.com/KakarottoCui/SpringBootVueGaoKao","commit_stats":null,"previous_names":["kakarottocui/springbootvuegaokao"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KakarottoCui/SpringBootVueGaoKao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FSpringBootVueGaoKao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FSpringBootVueGaoKao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FSpringBootVueGaoKao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FSpringBootVueGaoKao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KakarottoCui","download_url":"https://codeload.github.com/KakarottoCui/SpringBootVueGaoKao/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FSpringBootVueGaoKao/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269948859,"owners_count":24501821,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","mysql","springboot","vue"],"created_at":"2024-12-03T10:12:16.256Z","updated_at":"2025-08-11T20:13:17.231Z","avatar_url":"https://github.com/KakarottoCui.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpringBootVueGaoKao\n基于JAVA SpringBoot和Vue高考志愿填报辅助系统\n\n版本1演示视频链接：https://www.bilibili.com/video/BV1wh4y157pE/\n\n版本2演示视频链接：https://www.bilibili.com/video/BV1JZ42187LY/\n\n版本3演示视频链接：https://www.bilibili.com/video/BV12corYkEHP/\n\n版本1实现的功能：\n\n本系统的功能包括：系统注册和登录、学校推荐、职业推荐、职业特点测评、高考志愿评估等功能。\n\n注册、登录：未注册用户可以注册，有了账号后可以登录网站；\n\n学校推荐：输入高考分数，系统给出符合条件的也就是该分数所能报考的院校信息。（有排序，如：按照分数与院校最低录取分数线之间的差距做一个排序）；\n\n职业推荐：输入各科成绩（根据考生强项给出推荐专业）；\n\n职业特点测评：提供MBIT测试，做测试之后给出类型、推荐职业、该职业所对应的专业信息；\n\n高考志愿评估：输入考生已填写的志愿信息，系统做出一个综合评估，给出意见。（如：考生报考一个学校能被录取的可能性建议。）\n\n版本2在版本1的基础上新增功能如下：\n\n学校管理：管理员可以对学校信息进行管理；\n\n专业管理：管理员可以对专业信息进行管理；\n\n志愿管理：管理员可以对志愿信息进行管理，学生用户可以选择填报志愿，并由管理员审核；\n\n用户管理：管理员可以对学生用户的信息进行管理；\n\n版本3重构了整个项目，具体功能如下：\n\n学生用户拥有的功能如下：\n\n注册、登录：未注册用户可以注册，有了账号后可以登录网站；\n\n学校推荐：输入高考分数，系统给出符合条件的也就是该分数所能报考的院校信息。（使用加权平均算法）；\n\n专业推荐：输入各科成绩（根据考生强项给出推荐专业）；\n\n职业专业特点测评：提供MBIT测试，做测试之后给出类型、推荐职业、该职业所对应的专业信息；\n\n高考志愿评估：输入考生已填写的志愿信息，系统做出一个综合评估，给出意见。（如：考生报考一个学校能被录取的可能性建议，使用豆包大模型的API。）\n\n管理员拥有以下功能：\n\n学校管理：管理员可以对学校信息进行管理；\n\n专业管理：管理员可以对专业信息进行管理；\n\n志愿管理：管理员可以对志愿信息进行管理，学生用户可以选择填报志愿，并由管理员审核；\n\n用户管理：管理员可以对学生用户的信息进行管理；\n\n\n用到的技术：\n\n后端：java语言，SpringBoot框架，MySQL数据库，Maven依赖管理等；\n\n前端：vue等。\n\n详询 微信1：egvh56ufy7hh ，微信2：dabocode  。承接商业项目、课设、毕设和论文，包括但不限于Web、APP、小程序等，课设、毕设提供远程部署和不限次数代码解答！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakarottocui%2Fspringbootvuegaokao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkakarottocui%2Fspringbootvuegaokao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakarottocui%2Fspringbootvuegaokao/lists"}