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
Files download
File Operation
wechat-spring-boot-starter-1.1.3-beta.jar download
wechat-spring-boot-starter-1.1.3-beta.pom download
wechat-spring-boot-starter-1.1.3-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>com.seepine</groupId>
  <artifactId>wechat-spring-boot-starter</artifactId>
  <version>1.1.3-beta</version>
</dependency>
Gradle Groovy
implementation 'com.seepine:wechat-spring-boot-starter:1.1.3-beta'
Gradle Kotlin
implementation("com.seepine:wechat-spring-boot-starter:1.1.3-beta")
Scala SBT
libraryDependencies += "com.seepine" % "wechat-spring-boot-starter" % "1.1.3-beta"
Groovy Grape
@Grapes(
  @Grab(group='com.seepine', module='wechat-spring-boot-starter', version='1.1.3-beta')
)
Apache Ivy
<dependency org="com.seepine" name="wechat-spring-boot-starter" rev="1.1.3-beta" />
Leiningen
[com.seepine/wechat-spring-boot-starter "1.1.3-beta"]
Apache Buildr
'com.seepine:wechat-spring-boot-starter:jar:1.1.3-beta'