{"id":20560297,"url":"https://github.com/shaoxiongdu/lol","last_synced_at":"2025-10-11T01:16:37.475Z","repository":{"id":165852585,"uuid":"420411672","full_name":"shaoxiongdu/lol","owner":"shaoxiongdu","description":"基于JavaWeb的英雄联盟管理系统，数据源自官网，内附有爬虫代码，可爬取最新数据。","archived":false,"fork":false,"pushed_at":"2021-10-23T12:55:41.000Z","size":2535,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-21T14:19:20.134Z","etag":null,"topics":["c3p0","java","javaweb","mysql"],"latest_commit_sha":null,"homepage":"https://shaoxiongdu.github.io/lol","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/shaoxiongdu.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,"zenodo":null}},"created_at":"2021-10-23T12:52:13.000Z","updated_at":"2024-12-29T06:17:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfed7a44-bfd5-4c5e-966f-3c6cea87d03f","html_url":"https://github.com/shaoxiongdu/lol","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaoxiongdu/lol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaoxiongdu%2Flol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaoxiongdu%2Flol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaoxiongdu%2Flol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaoxiongdu%2Flol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaoxiongdu","download_url":"https://codeload.github.com/shaoxiongdu/lol/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaoxiongdu%2Flol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005927,"owners_count":26083984,"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-10-10T02:00:06.843Z","response_time":62,"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":["c3p0","java","javaweb","mysql"],"created_at":"2024-11-16T03:54:09.393Z","updated_at":"2025-10-11T01:16:37.464Z","avatar_url":"https://github.com/shaoxiongdu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 英雄联盟英雄管理系统\n\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/后端框架-JavaWeb-blue\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/数据源-MySQL-green\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/数据库连接池-C3P0-orange\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/前端表现层-CSS-red\"\u003e \n    \u003cimg src=\"https://img.shields.io/badge/前端行为层-JS\u0026Jquery-red\"\u003e \n    \u003cimg src=\"https://img.shields.io/badge/后端架构-MVC-red\"\u003e \n  \u003cimg src=\"https://visitor-badge.glitch.me/badge?page_id=shaoxiongdu.books\" \u003e\n\n\u003ch3\u003e\n    \u003ca href=\"https://shaoxiongdu.github.io/books/#/\" target=\"_blank\"\u003e在线站点 \u003c/a\u003e\n\u003c/h3\u003e\n\n\u003c/div\u003e\n\n\u003e 基于JavaWeb的英雄联盟管理系统，数据源自官网，内附有爬虫代码，可爬取最新数据。\n\n## 一. Star曲线\n\n[![Stargazers over time](https://starchart.cc/shaoxiongdu/books.svg)](https://github.com/shaoxiongdu/lol)\n\n## 二. 截图预览\n\n![image-20211023204602357](https://images-1301128659.cos.ap-beijing.myqcloud.com/image-20211023204602357.png)\n\n\n\n![image-20211023204616479](https://images-1301128659.cos.ap-beijing.myqcloud.com/image-20211023204616479.png)\n\n## 三.项目选型\n\n|               | 语言                   | 版本   |\n| ------------- | ---------------------- | ------ |\n| 前端          | HTML+CSS+JavaScript    | ——     |\n|               |                        |        |\n| 数据库工具api | 阿帕奇 commons-dbutils | 1.3    |\n| 后端开发框架  | JavaWeb                |        |\n| JDK版本       | Java                   | 1.8    |\n| 数据持久层    | C3P0连接池             | 0.9.12 |\n| 数据库驱动    | MySQL                  | 5.1.44 |\n| 前端标签库    | jstl                   | 1.2.1  |\n\n## 四.运行教程\n\n#### 1.导入项目 [GitHub地址](https://github.com/shaoxiongdu/blog)\n\nFork本项目,用IDEA新建项目，点击 Create Project For Version Control，复制项目github地址 粘贴到IDEA中的Git地址输入框 ，点击clone　等待项目下载即可\n\n### 2.数据库导入相关\n\n- 新建一个名为【leagueoflegends】的数据库,选择UTF-8字符集，运行DB文件夹下的sql建表脚本,生成表结构。\n\n- 运行src/java/cn.shaoxiongdu/leagueoflegends/reptile/ReptileHeroData类中的方法，从官网爬取最新的英雄数据。\n- 修改src/main/resources/c3p0-config.xml文件中的数据库相关配置\n\n### 3.测试\n\n- 新建本地/远程tomcat服务器运行实例，并部署本项目即可运行。\n\n## 五.说明\n\n- 无\n\n## 六、更多开源项目\n\n### 【分享好玩的项目，挖掘开源的价值】。微信扫一扫，关注公众号！\n\n\u003e ![Github推荐](https://gitee.com/ShaoxiongDu/imageBed/raw/master/image-20210820144130666.png)\n\u003e\n\u003e ### 我是开源君，我爱这个世界！\n\n## 七.项目反馈及改进（非常欢迎！）\n\n如果您在学习或者部署本项目的时候遇到了任何问题，或者项目有任何可以改进的地方，欢迎提出issues,看到就会回馈.并且将您添加到项目贡献者列表中.\n\n## 八.参与贡献 （非常欢迎！）\n\n1. Fork 本仓库\n2. 新建 Feat_xxx 分支\n3. 提交代码\n4. 新建 Pull Request，填写必要信息。\n5. 等待审核即可。通过之后会邮件通知您。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaoxiongdu%2Flol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaoxiongdu%2Flol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaoxiongdu%2Flol/lists"}