{"id":20930912,"url":"https://github.com/doudoutangs/7.library_system","last_synced_at":"2026-04-10T23:06:42.362Z","repository":{"id":258037604,"uuid":"746623731","full_name":"doudoutangs/7.library_system","owner":"doudoutangs","description":"github不会经常在线，可加QQ:553039957,详谈。图书管理系统，主要围绕图书管理和会员管理两个核心内容展开，图书管理包括图书的上架，下架，图书的借阅，归还，定损等； 会员管理包括会员注册，充值，损坏扣费，延期归还扣费，用户借阅记录等","archived":false,"fork":false,"pushed_at":"2024-11-25T01:03:44.000Z","size":2900,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T18:53:04.986Z","etag":null,"topics":["echarts","java","layui","mybatis","mysql","springboot"],"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/doudoutangs.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":"2024-01-22T11:35:56.000Z","updated_at":"2024-11-25T01:03:47.000Z","dependencies_parsed_at":"2024-10-17T12:15:16.912Z","dependency_job_id":null,"html_url":"https://github.com/doudoutangs/7.library_system","commit_stats":null,"previous_names":["doudoutangs/7.library_system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doudoutangs%2F7.library_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doudoutangs%2F7.library_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doudoutangs%2F7.library_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doudoutangs%2F7.library_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doudoutangs","download_url":"https://codeload.github.com/doudoutangs/7.library_system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324506,"owners_count":20273113,"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":["echarts","java","layui","mybatis","mysql","springboot"],"created_at":"2024-11-18T21:37:30.631Z","updated_at":"2025-12-28T23:31:24.230Z","avatar_url":"https://github.com/doudoutangs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 7.图书管理系统\n\n## 一、系统介绍\n本系统为图书管理系统，主要围绕图书管理和会员管理两个核心内容展开，图书管理包括图书的上架，下架，图书的借阅，归还，定损等；\n会员管理包括会员注册，充值，损坏扣费，延期归还扣费，用户借阅记录等。\n\n系统默认有三个角色：管理员，会员，普通用户\n- 管理员（admin/admin）：可以操作所有功能\n- 会员(身份证号/身份证号后6位)：\n- 普通用户（身份证号/身份证号后6位）：\n## 二、角色运行图\n### 首页\n![首页](运行图/0-1%E9%A6%96%E9%A1%B5.jpg)\n### 注册\n![注册](运行图/0-2%E6%B3%A8%E5%86%8C.jpg)\n### 登录\n![登录](运行图/0-3%E7%99%BB%E5%BD%95.jpg)\n### 图书检索\n![图书检索](运行图/1-1%E5%9B%BE%E4%B9%A6%E6%A3%80%E7%B4%A2.jpg)\n### 图书统计\n![图书统计](运行图/2-1%E5%9B%BE%E4%B9%A6%E7%BB%9F%E8%AE%A1.jpg)\n### 借书统计\n![借书统计](运行图/2-2%E5%80%9F%E4%B9%A6%E7%BB%9F%E8%AE%A1.jpg)\n### 图书上架\n![图书上架](运行图/3-1%E5%9B%BE%E4%B9%A6%E4%B8%8A%E6%9E%B6.jpg)\n### 图书归还\n![图书归还](运行图/3-2%E5%9B%BE%E4%B9%A6%E5%BD%92%E8%BF%98.jpg)\n\n## 四、软件架构\n\n基础环境：\n1. JDK:1.8\n2. MySQL:5.7\n3. Maven3.0\n\n使用框架：\n\n1. 核心框架：Spring Boot 2.3.12.RELEASE\n2. ORM框架：mybatis 3.4.0\n3. 数据库连接池：Druid 1.2.8\n4. 安全框架：Apache Shiro 1.8.0\n5. 日志：SLF4J，Log4j\n6. 前端框架：LayUI,jquery,ECharts\n\n\n\n## 五、安装教程\n1. 导入mysql脚本,数据库名称：sp_library\n2. 修改数据库配置：\n\n![修改配置](运行图/0-4系统配置.jpg)\n3. 启动java工程\n\n![启动项目](运行图/0-5启动项目.jpg)\n4. 访问：http://localhost:8806（账号admin/admin）\n\n## 六、源码地址\n0. QQ:553039957\n1. gitcode主页： https://gitcode.com/user/tbb414/repos\n2. github主页：https://github.com/doudoutangs?tab=repositories\n\n## 七、其他项目\n1. [招投标管理系统](https://gitcode.com/tbb414/tender_system)\n2. [办公管理系统](https://gitcode.com/tbb414/office_system)\n3. [薪资管理系统](https://gitcode.com/tbb414/wages_system)\n4. [人事管理系统](https://gitcode.com/tbb414/hr_system)\n5. [绩效考核系统](https://gitcode.com/tbb414/kpi_system)\n6. [就业管理系统](https://gitcode.com/tbb414/job_system)\n7. [图书管理系统](https://gitcode.com/tbb414/library_system)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoudoutangs%2F7.library_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoudoutangs%2F7.library_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoudoutangs%2F7.library_system/lists"}