<dependency>
<groupId>com.seepine</groupId>
<artifactId>wechat-spring-boot-starter</artifactId>
<version>1.1.3</version>
</dependency>
@Grapes(
@Grab(group='com.seepine', module='wechat-spring-boot-starter', version='1.1.3')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.4.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.0.RELEASE
|-- com.seepine:httpclient:1.0.0
|-- cn.hutool:hutool-all:5.5.7
provided