Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram
支持 OAuth 2.1 JWT 授权的支付宝小程序开发组件
https://github.com/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram
Last synced: 5 days ago
JSON representation
支持 OAuth 2.1 JWT 授权的支付宝小程序开发组件
- Host: GitHub
- URL: https://github.com/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram
- Owner: xuxiaowei-com-cn
- License: apache-2.0
- Created: 2022-10-14T06:58:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T16:38:29.000Z (7 months ago)
- Last Synced: 2024-04-29T17:41:36.860Z (7 months ago)
- Language: Java
- Homepage:
- Size: 534 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
为简化开发工作、提高生产率、解决常见问题而生## 分支
- main
- 支持 JDK 8、11
- next
- 支持 JDK 17## [使用文档](https://www.yuque.com/xuxiaowei-com-cn/xuxiaowei-cloud/third-party-login)
## 其他 [Spring Boot Starter 项目](https://gitee.com/xuxiaowei-com-cn/spring-boot-starter)
## 发布
- [快照版](https://s01.oss.sonatype.org/content/repositories/snapshots/cn/com/xuxiaowei/boot/spring-boot-starter-alipay-miniprogram)
- [发布版](https://s01.oss.sonatype.org/content/repositories/releases/cn/com/xuxiaowei/boot/spring-boot-starter-alipay-miniprogram)## [更新日志](CHANGELOG.md)
## [代码格式规范 spring-javaformat](https://github.com/spring-io/spring-javaformat)
- IntelliJ IDEA
-
项目添加 [io.spring.javaformat:spring-javaformat-maven-plugin](https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-maven-plugin)
依赖之后,可安装自动格式化插件(无需运行下列命令):[spring-javaformat-intellij-idea-plugin](https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-intellij-idea-plugin)```shell
./mvnw spring-javaformat:apply
```
或
```shell
mvn spring-javaformat:apply
```## [示例项目](https://gitee.com/xuxiaowei-com-cn/alipay-miniprogram-example)
## 批量添加远端仓库地址
点击展开
git remote add gitee https://gitee.com/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram.gitgit remote add gitlab https://gitlab.com/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram.git
git remote add framagit https://framagit.org/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram.git
git remote add github https://github.com/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram.git
git remote add gitcode https://gitcode.net/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram.git
git remote add gitlink https://gitlink.org.cn/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram.git
## 参考文档
- [基本术语](https://opendocs.alipay.com/open/03ldot)
- [前端:my.getAuthCode 获取用户信息授权,取得授权码(authCode)](https://opendocs.alipay.com/mini/api/openapi-authorize)
- [后端:alipay.system.oauth.token(换取授权访问令牌)](https://opendocs.alipay.com/open/02xtla)
- [后端:alipay.user.info.share(支付宝会员授权信息查询接口)](https://opendocs.alipay.com/open/02xtlb)
- [小程序开发者工具](https://render.alipay.com/p/f/fd-jwq8nu2a/pages/home/index.html)
- [密钥工具下载](https://opendocs.alipay.com/common/02kipk)
- [产品绑定](https://open.alipay.com/develop/uni/mini/choose-product?bundleId=com.alipay.alipaywallet)
- [服务端 SDK(通用版)—— 适用所有场景及功能,推荐使用](https://opendocs.alipay.com/open/54/103419)
- [服务端 SDK(Easy 版)—— 适用于 Java、C#、PHP,轻量化裁剪](https://opendocs.alipay.com/open/00y8k9)## 鸣谢
1. 感谢 [![jetbrains](./static/jetbrains.ico)](https://www.jetbrains.com/)
提供开发工具 [![IDEA](./static/idea.png)](https://www.jetbrains.com/idea) 的免费授权## Stargazers over time
[![Stargazers over time](https://starchart.cc/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram.svg)](https://starchart.cc/xuxiaowei-com-cn/spring-boot-starter-alipay-miniprogram)