{"id":15546858,"url":"https://github.com/exp-codes/exp-libs-refactor","last_synced_at":"2025-04-11T13:20:24.874Z","repository":{"id":43354205,"uuid":"464534640","full_name":"EXP-Codes/exp-libs-refactor","owner":"EXP-Codes","description":"经验构件库（重构版）","archived":false,"fork":false,"pushed_at":"2023-06-03T15:22:34.000Z","size":43390,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T09:47:38.218Z","etag":null,"topics":["components","exp","exp-libs","java","libs","maven","programming"],"latest_commit_sha":null,"homepage":"https://exp-codes.github.io/exp-libs-refactor/","language":"Java","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/EXP-Codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"lyy289065406","patreon":null,"open_collective":null,"ko_fi":"exppoc","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://lyy289065406.github.io/sponsor/"]}},"created_at":"2022-02-28T15:21:20.000Z","updated_at":"2023-05-03T15:23:55.000Z","dependencies_parsed_at":"2024-10-21T20:22:16.090Z","dependency_job_id":null,"html_url":"https://github.com/EXP-Codes/exp-libs-refactor","commit_stats":{"total_commits":239,"total_committers":2,"mean_commits":119.5,"dds":0.02092050209205021,"last_synced_commit":"e8ced4d7347d0f9e8b1bf7d1384a676348c4a48a"},"previous_names":["lyy289065406/exp-libs-refactor"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXP-Codes%2Fexp-libs-refactor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXP-Codes%2Fexp-libs-refactor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXP-Codes%2Fexp-libs-refactor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXP-Codes%2Fexp-libs-refactor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EXP-Codes","download_url":"https://codeload.github.com/EXP-Codes/exp-libs-refactor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248409099,"owners_count":21098763,"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":["components","exp","exp-libs","java","libs","maven","programming"],"created_at":"2024-10-02T13:05:05.475Z","updated_at":"2025-04-11T13:20:24.846Z","avatar_url":"https://github.com/EXP-Codes.png","language":"Java","readme":"# exp-libs-refactor\n\n\u003e 经验构件库（重构版）\n\n------\n\n## 运行环境\n\n[![](https://img.shields.io/badge/JDK-1.8%2B-brightgreen.svg)](https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html) [![](https://img.shields.io/badge/Maven-3.2.5%2B-brightgreen.svg)](https://maven.apache.org/) [![](https://img.shields.io/badge/IDE-Idea-brightgreen.svg)](https://www.jetbrains.com/zh-cn/idea/) ![](https://img.shields.io/badge/Platform-windows|*nix-brightgreen.svg) \n\n\n## 简介\n\n此构件库为本人多年编程总结提炼而成，把常用的功能模块作为原子 API 进行封装。\n\n另外也借用了不少出色的第三方构件，在其之上进行二次封装。\n\n过程中尽量确保了低耦合、高性能、强稳健、高复用、更易用等，使之能够满足日常开发需要、提高开发效率。\n\n\u003e 原项目已废弃：https://github.com/lyy289065406/exp-libs\n\n\n## 使用\n\n### settings 仓库配置\n\n在 `~/.m2/settings.xml` 追加 sonatype 中央仓库配置（本项目发布到该中央仓库）：\n\n```xml\n\u003cmirror\u003e\n    \u003cid\u003emvnrepository\u003c/id\u003e\n    \u003cname\u003eMaven Central Repository\u003c/name\u003e\n    \u003cmirrorOf\u003emvnrepository\u003c/mirrorOf\u003e\n    \u003curl\u003ehttp://mvnrepository.com/\u003c/url\u003e\n\u003c/mirror\u003e\n\n\u003cmirror\u003e\n    \u003cid\u003erepomaven\u003c/id\u003e\n    \u003cname\u003eMaven Central Repository\u003c/name\u003e\n    \u003cmirrorOf\u003emvnrepository\u003c/mirrorOf\u003e\n    \u003curl\u003ehttp://repo1.maven.org/maven2/\u003c/url\u003e\n\u003c/mirror\u003e\n\n\u003cmirror\u003e\n    \u003cid\u003esonatype\u003c/id\u003e\n    \u003cname\u003eSonatype Nexus\u003c/name\u003e\n    \u003cmirrorOf\u003esonatype\u003c/mirrorOf\u003e\n    \u003curl\u003ehttps://s01.oss.sonatype.org/\u003c/url\u003e\n\u003c/mirror\u003e\n```\n\n\n### 工程 pom 依赖配置\n\n在你的工程 `pom.xml` 的 `\u003cdependencies\u003e` 下添加需要的依赖构件即可。\n\n此项目的最新依赖的 pom 坐标可以到 [Maven 中央仓库](https://mvnrepository.com/search?q=exp-blog) 检索关键字 `exp-blog`。\n\n![](./imgs/02.png)\n\n\n### API 使用\n\n本项目每个 API 均有完整的注释说明， 具体 API 的使用方法可查看 [Javadoc](https://lyy289065406.github.io/exp-libs-refactor/)\n","funding_links":["https://github.com/sponsors/lyy289065406","https://ko-fi.com/exppoc","https://lyy289065406.github.io/sponsor/"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexp-codes%2Fexp-libs-refactor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexp-codes%2Fexp-libs-refactor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexp-codes%2Fexp-libs-refactor/lists"}