weixin4j-spring

一个让Weixin4j可以在Spring中集成的框架。

License

License

GroupId

GroupId

org.weixin4j
ArtifactId

ArtifactId

weixin4j-spring
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

weixin4j-spring
一个让Weixin4j可以在Spring中集成的框架。
Source Code Management

Source Code Management

https://github.com/ansitech/weixin4j-spring

Download weixin4j-spring

How to add to project

<!-- https://jarcasting.com/artifacts/org.weixin4j/weixin4j-spring/ -->
<dependency>
    <groupId>org.weixin4j</groupId>
    <artifactId>weixin4j-spring</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.weixin4j/weixin4j-spring/
implementation 'org.weixin4j:weixin4j-spring:1.0.0'
// https://jarcasting.com/artifacts/org.weixin4j/weixin4j-spring/
implementation ("org.weixin4j:weixin4j-spring:1.0.0")
'org.weixin4j:weixin4j-spring:jar:1.0.0'
<dependency org="org.weixin4j" name="weixin4j-spring" rev="1.0.0">
  <artifact name="weixin4j-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.weixin4j', module='weixin4j-spring', version='1.0.0')
)
libraryDependencies += "org.weixin4j" % "weixin4j-spring" % "1.0.0"
[org.weixin4j/weixin4j-spring "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework : spring-beans jar 4.2.0.RELEASE
org.springframework : spring-context jar 4.2.0.RELEASE
org.weixin4j : weixin4j jar 0.1.3
org.springframework : spring-web jar 4.2.0.RELEASE

Project Modules

There are no modules declared in this project.

weixin4j-spring

微信SDK For Java
为Java微信开发爱好者提供的微信公众开发平台SDK

官方网站

http://www.weixin4j.org/

入门视频

weixin4j入门:https://v.qq.com/x/page/t0630doxoaz.html
weixin4j-spring-boot入门:https://v.qq.com/x/page/e0764lyx518.html

##更新日志

2018年08月16日

weixin4j-spring-1.0.0
1.收个版本发布
2.与spring集成,支持xml及注解方式

Versions

Version
1.0.0