s

spring-boot-starter-wechat-miniprogram

支持 OAuth 2.1 JWT 授权的微信小程序开发组件
https://github.com/xuxiaowei-com-cn/spring-boot-starter-wechat-miniprogram
Apache 2 996.ICU
徐晓伟工作室
徐晓伟
Files download
File Operation
spring-boot-starter-wechat-miniprogram-0.0.1-alpha.2.jar download
spring-boot-starter-wechat-miniprogram-0.0.1-alpha.2.pom download
spring-boot-starter-wechat-miniprogram-0.0.1-alpha.2-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.com.xuxiaowei.boot</groupId>
  <artifactId>spring-boot-starter-wechat-miniprogram</artifactId>
  <version>0.0.1-alpha.2</version>
</dependency>
Gradle Groovy
implementation 'cn.com.xuxiaowei.boot:spring-boot-starter-wechat-miniprogram:0.0.1-alpha.2'
Gradle Kotlin
implementation("cn.com.xuxiaowei.boot:spring-boot-starter-wechat-miniprogram:0.0.1-alpha.2")
Scala SBT
libraryDependencies += "cn.com.xuxiaowei.boot" % "spring-boot-starter-wechat-miniprogram" % "0.0.1-alpha.2"
Groovy Grape
@Grapes(
  @Grab(group='cn.com.xuxiaowei.boot', module='spring-boot-starter-wechat-miniprogram', version='0.0.1-alpha.2')
)
Apache Ivy
<dependency org="cn.com.xuxiaowei.boot" name="spring-boot-starter-wechat-miniprogram" rev="0.0.1-alpha.2" />
Leiningen
[cn.com.xuxiaowei.boot/spring-boot-starter-wechat-miniprogram "0.0.1-alpha.2"]
Apache Buildr
'cn.com.xuxiaowei.boot:spring-boot-starter-wechat-miniprogram:jar:0.0.1-alpha.2'