https://github.com/jianpl/peak-tool-parent
常用工具类,第三方支付,第三方登录,短信接口,对象存储,OSS
https://github.com/jianpl/peak-tool-parent
alipay java login oss payment sms tools
Last synced: about 1 year ago
JSON representation
常用工具类,第三方支付,第三方登录,短信接口,对象存储,OSS
- Host: GitHub
- URL: https://github.com/jianpl/peak-tool-parent
- Owner: jianpl
- License: mit
- Created: 2022-03-19T16:43:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T09:07:51.000Z (almost 4 years ago)
- Last Synced: 2023-07-28T10:03:48.091Z (almost 3 years ago)
- Topics: alipay, java, login, oss, payment, sms, tools
- Language: Java
- Homepage:
- Size: 599 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- [JAVA 常用工具](#java-常用工具)
- [使用说明](#使用说明)
- [子包说明](#子包说明)
- [打赏](#打赏)
- [版本号](#版本号)
- [1.0.1](#101)
- [${peak.version}](#100)
# JAVA 常用工具
## 使用说明
> 直接在maven中引用,由于包中引用了第三方的sdk包,若出现冲突请更换版本
> ```xml
>
>
> ink.gfwl
> peak-oss
> ${lastVersion}
>
>
>
> ink.gfwl
> peak-pay
> ${lastVersion}
>
>
>
> ink.gfwl
> peak-captcha
> ${lastVersion}
>
>
>
> ink.gfwl
> peak-social
> ${lastVersion}
>
> ```
>
> 启用方式:
>
> @EnableOss
>
> @EnablePay
>
> @EnableCaptcha
>
> @EnableSocial
## 子包说明
>
> 1. ink.gfwl.common 公共资源,下方工具第三方接口api秘钥信息
> 2. ink.gfwl.oss 对象存储
>> 阿里云
>
>> 腾讯云
> 3. ink.gfwl.pay 支付
> 4. ink.gfwl.captcha 验证码
>> 阿里云
>
>> 腾讯云
>
>> 助通
> 5. ink.gfwl.socia 社交登录
>> 支付宝(APP)
>
>> 苹果(APP)
>
>> Github(网页)
>
>> 微信(小程序、APP、网页扫码)
>
> 5. peak-sample 为示例代码(看看就行,别当真)
> 说明:下方功能开发已完成,正在进行代码迁移优化,后续会陆续更新到GITHUB,且GITHUB作为唯一开源仓库,使用过程中若出现问题欢迎提交issues!
>
> Issues提交地址:https://github.com/jianpl/peak-tool-parent/issues/new
>
> GIT地址:https://github.com/jianpl/peak-tool-parent.git
>
------
## 打赏
如果对您有用的话还希望赞赏一下

## 版本号
### 1.0.1
更新时间:撸代码中,部分已更新, ink.gfwl.sms 已更改为ink.gfwl.captcha
更新:
1. OSS
1.1 阿里云
1.2 腾讯云对象存储
2. 社交登录
2.1 APP支付宝登录
2.2 APP Apple登录
2.3 Github网页授权
2.4 微信小程序、APP微信登录、微信扫码登录(网页)
3. 验证码
3.1 助通;支持国际短信
4. 正在更新支付
### ${peak.version}
更新时间:2022-03-21
更新短信相关接口
mvn clean deploy -Dgpg.passphrase=jianpolan