{"id":27300788,"url":"https://github.com/jianpl/peak-tool-parent","last_synced_at":"2025-04-12T01:26:03.217Z","repository":{"id":37484757,"uuid":"471754542","full_name":"jianpl/peak-tool-parent","owner":"jianpl","description":"常用工具类，第三方支付，第三方登录，短信接口，对象存储，OSS","archived":false,"fork":false,"pushed_at":"2022-08-18T09:07:51.000Z","size":613,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-28T10:03:48.091Z","etag":null,"topics":["alipay","java","login","oss","payment","sms","tools"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jianpl.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}},"created_at":"2022-03-19T16:43:17.000Z","updated_at":"2022-08-05T06:50:18.000Z","dependencies_parsed_at":"2022-08-08T20:30:38.225Z","dependency_job_id":null,"html_url":"https://github.com/jianpl/peak-tool-parent","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jianpl%2Fpeak-tool-parent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jianpl%2Fpeak-tool-parent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jianpl%2Fpeak-tool-parent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jianpl%2Fpeak-tool-parent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jianpl","download_url":"https://codeload.github.com/jianpl/peak-tool-parent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248502908,"owners_count":21114903,"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":["alipay","java","login","oss","payment","sms","tools"],"created_at":"2025-04-12T01:26:02.428Z","updated_at":"2025-04-12T01:26:03.176Z","avatar_url":"https://github.com/jianpl.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"- [JAVA 常用工具](#java-常用工具)\n  - [使用说明](#使用说明)\n  - [子包说明](#子包说明)\n  - [打赏](#打赏)\n  - [版本号](#版本号)\n    - [1.0.1](#101)\n    - [${peak.version}](#100)\n\n# JAVA 常用工具\n\n## 使用说明\n\u003e 直接在maven中引用，由于包中引用了第三方的sdk包，若出现冲突请更换版本\n\u003e ```xml\n\u003e \u003c!-- oss --\u003e\n\u003e \u003cdependency\u003e\n\u003e \u003cgroupId\u003eink.gfwl\u003c/groupId\u003e\n\u003e \u003cartifactId\u003epeak-oss\u003c/artifactId\u003e\n\u003e \u003cversion\u003e${lastVersion}\u003c/version\u003e\n\u003e \u003c/dependency\u003e\n\u003e \u003c!-- 支付 --\u003e\n\u003e \u003cdependency\u003e\n\u003e \u003cgroupId\u003eink.gfwl\u003c/groupId\u003e\n\u003e \u003cartifactId\u003epeak-pay\u003c/artifactId\u003e\n\u003e \u003cversion\u003e${lastVersion}\u003c/version\u003e\n\u003e \u003c/dependency\u003e\n\u003e \u003c!-- 验证码 --\u003e\n\u003e \u003cdependency\u003e\n\u003e \u003cgroupId\u003eink.gfwl\u003c/groupId\u003e\n\u003e \u003cartifactId\u003epeak-captcha\u003c/artifactId\u003e\n\u003e \u003cversion\u003e${lastVersion}\u003c/version\u003e\n\u003e \u003c/dependency\u003e\n\u003e \u003c!-- 社交登录 --\u003e\n\u003e \u003cdependency\u003e\n\u003e \u003cgroupId\u003eink.gfwl\u003c/groupId\u003e\n\u003e \u003cartifactId\u003epeak-social\u003c/artifactId\u003e\n\u003e \u003cversion\u003e${lastVersion}\u003c/version\u003e\n\u003e \u003c/dependency\u003e\n\u003e ```\n\u003e\n\u003e 启用方式：\n\u003e\n\u003e @EnableOss\n\u003e\n\u003e @EnablePay\n\u003e\n\u003e @EnableCaptcha\n\u003e\n\u003e @EnableSocial\n\n\n## 子包说明\n\u003e\n\u003e 1. ink.gfwl.common 公共资源，下方工具第三方接口api秘钥信息\n\u003e 2. ink.gfwl.oss 对象存储\n\u003e\u003e 阿里云\n\u003e \n\u003e\u003e 腾讯云\n\u003e 3. ink.gfwl.pay 支付\n\u003e 4. ink.gfwl.captcha 验证码\n\u003e\u003e 阿里云\n\u003e \n\u003e\u003e 腾讯云\n\u003e \n\u003e\u003e 助通\n\u003e 5. ink.gfwl.socia 社交登录\n\u003e\u003e 支付宝(APP)\n\u003e \n\u003e\u003e 苹果(APP)\n\u003e\n\u003e\u003e Github(网页)\n\u003e\n\u003e\u003e 微信(小程序、APP、网页扫码)\n\u003e\n\u003e 5. peak-sample 为示例代码（看看就行，别当真）\n\n\n\n\u003e 说明：下方功能开发已完成，正在进行代码迁移优化，后续会陆续更新到GITHUB，且GITHUB作为唯一开源仓库，使用过程中若出现问题欢迎提交issues！\n\u003e\n\u003e Issues提交地址：https://github.com/jianpl/peak-tool-parent/issues/new\n\u003e\n\u003e GIT地址：https://github.com/jianpl/peak-tool-parent.git\n\u003e\n\n\n------\n## 打赏\n\u003cp style=\"width: 100%;display: flex;justify-content: center\"\u003e如果对您有用的话还希望赞赏一下\u003c/p\u003e\n\n\u003cimg src=\"img/admire.png\" alt=\"admire\" style=\"zoom: 50%;\" /\u003e\n\n## 版本号\n\n### 1.0.1\n更新时间：撸代码中，部分已更新, ink.gfwl.sms 已更改为ink.gfwl.captcha\n\n更新：\n1. OSS \n\n    1.1 阿里云\n   \n    1.2 腾讯云对象存储\n   \n2. 社交登录\n   \n    2.1 APP支付宝登录\n\n    2.2 APP Apple登录\n\n    2.3 Github网页授权\n\n    2.4 微信小程序、APP微信登录、微信扫码登录(网页)\n\n3. 验证码\n   \n    3.1 助通；支持国际短信\n\n4. 正在更新支付\n\n### ${peak.version}\n更新时间：2022-03-21\n\n更新短信相关接口\n\nmvn clean deploy -Dgpg.passphrase=jianpolan","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjianpl%2Fpeak-tool-parent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjianpl%2Fpeak-tool-parent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjianpl%2Fpeak-tool-parent/lists"}