这个项目基于wechat4j-1.3.1,感于spring boot的火热,在此基础上增加了一些简单的功能以方便开发。
使用说明
如下配置spring boot的application.yml即可使用,个性化开发仍旧使用wechat4j的WechatSupport.
application.yml
# 你只需要在这里配置微信接口,然后启动spring-boot项目便完成了所有基础配置。
wechat:
url: 微信回调URL
token: 微信token
appid: appid
app-secret: appsecret
encoding-a-e-s-key: 加密密钥
建议打包后引入到其他基于spring-boot的项目中使用
版本
Edition: 2.0.1