{"id":27414492,"url":"https://github.com/casvisor/hahis","last_synced_at":"2026-01-23T11:50:18.479Z","repository":{"id":283870452,"uuid":"953148261","full_name":"casvisor/hahis","owner":"casvisor","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-22T17:52:19.000Z","size":4494,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T08:45:30.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://his.casvisor.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/casvisor.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":"2025-03-22T17:19:10.000Z","updated_at":"2025-03-23T01:24:36.000Z","dependencies_parsed_at":"2025-03-22T18:41:17.659Z","dependency_job_id":null,"html_url":"https://github.com/casvisor/hahis","commit_stats":null,"previous_names":["casvisor/hahis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/casvisor/hahis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casvisor%2Fhahis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casvisor%2Fhahis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casvisor%2Fhahis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casvisor%2Fhahis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casvisor","download_url":"https://codeload.github.com/casvisor/hahis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casvisor%2Fhahis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28690605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-04-14T08:25:10.228Z","updated_at":"2026-01-23T11:50:18.460Z","avatar_url":"https://github.com/casvisor.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 华安HIS医院管理系统\n\n#### 🛫 介绍\n管理员\n包括权限管理、住院管理、门诊管理、系统管理、数据中心、仓库管理、排班管理、药房管理、用户管理、缴费管理等\n患者\n包括住院管理、门诊管理、缴费管理等\n\n是一款拿来即用的毕设项目\n\n毕设脚手架工程，拿来即用，简单便捷，适合小白用来开发简单的项目，可接计算机毕设项目\n\n\n#### 🚂 软件架构 \n\nJava后台：SpringBoot 2.1.0 + Mybatis+ 权限管理 + Apache poi\n\n前台页面：Vue2.0 + ElementUI + Jquery + tinymce（富文本插件）\n\n数据库：Mysql\n\n注意：JDK选择1.8版本，Mysql选择5+版本\u0026\u00268+\n\n前后端分离，页面可单独部署，默认放在项目的static文件夹，随后端工程一起访问。\n\n#### 🚁 安装教程 \n\n\n![输入图片说明](images3c607be4ac492c7f53baaa5afaebd61.png)\n\n\n1. 使用idea打开项目文件夹导入工程\n\n\n2. 配置maven，下载项目依赖\n\n\n![输入图片说明](images/image.png)\n\n\n3. 新建数据库　ha_his，ha_his.sql文件\n\n![输入图片说明](images/image0.png)\n\n4. 修改application.yml中的数据库密码\n\n\n![输入图片说明](images/image1.png)\n\n5. 项目依赖下载完成后，直接运行 Application 启动SpringBoot即可\n\n\n![输入图片说明](images/image2.png)\n\n\n6. 运行效果   \n   \n\n![输入图片说明](images/image3.png)\n\n#### 🛸 使用说明\n\n1. 登录页面请访问：\n\nhttp://localhost:8080\n\n2.管理员 \n\n账号：admin，密码：123456\n患者\n账号：mz，密码：123456\n\n数据库密码进行了加密\n![输入图片说明](images/image4.png)\n\n1.在MySQL中新建数据库hospital,字符集编码utf-8mb4\n2.运行ha_his.sql脚本,导入数据表\n3.用idea导入项目,所有文件utf-8编码\n4.修改配置文件application.properties,数据库环境设置为自己的MySQL\n5.等待idea将所有jar包导入完成,可用阿里云镜像加快依赖导入速度\n6.启动后访问地址 localhost:8080\n超级管理员用户：admin密码：123456\n门诊部账号mz  门诊部密码123456\njdk安装1.8的\n\n添加的新用户密码默认：123456\n\ndruid阿里数据监控平台账号admin  密码123456\n\n#### 🎨 界面截图\n\n登录\n\n![输入图片说明](images/image5.png)\n\n项目主页\n\n![输入图片说明](images/image7.png)\n\n门诊管理\n\n![输入图片说明](images/image6.png)\n\n住院管理\n![输入图片说明](images/image8.png)\n\n系统管理、角色管理、数据管理、用户管理\n\n![输入图片说明](images/image9.png)\n\n统计管理\n\n![输入图片说明](images/image10.png)\n\n数据中心\n\n![输入图片说明](images/image11.png)\n\n排班、药房、仓库管理\n\n![输入图片说明](images/image21.png)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasvisor%2Fhahis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasvisor%2Fhahis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasvisor%2Fhahis/lists"}