w

wechat-spring-boot-starter

httpclient thread pool project,can get httpUtil of get,post,put,delete and download.
https://github.com/seepine/wechat-spring-boot-starter
The Apache Software License, Version 2.0
seepine
文件下载
文件名 操作
wechat-spring-boot-starter-1.0.1.jar 下载
wechat-spring-boot-starter-1.0.1.pom 下载
wechat-spring-boot-starter-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.seepine</groupId>
  <artifactId>wechat-spring-boot-starter</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.seepine:wechat-spring-boot-starter:1.0.1'
Gradle Kotlin
implementation("com.seepine:wechat-spring-boot-starter:1.0.1")
Scala SBT
libraryDependencies += "com.seepine" % "wechat-spring-boot-starter" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.seepine', module='wechat-spring-boot-starter', version='1.0.1')
)
Apache Ivy
<dependency org="com.seepine" name="wechat-spring-boot-starter" rev="1.0.1" />
Leiningen
[com.seepine/wechat-spring-boot-starter "1.0.1"]
Apache Buildr
'com.seepine:wechat-spring-boot-starter:jar:1.0.1'