Skip to content

crab890715/weixin-java-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

286 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weixin-java-tools

Build Status Maven Central

===========

微信公众号、企业号Java SDK。

详细文档请看 wiki

Quick Start

如果要开发公众号(订阅号、服务号)应用,在你的maven项目中添加:

<dependency> <groupId>me.chanjar</groupId> <artifactId>weixin-java-mp</artifactId> <version>1.1.8</version> </dependency>

如果要开发企业号应用,在你的maven项目中添加:

<dependency> <groupId>me.chanjar</groupId> <artifactId>weixin-java-cp</artifactId> <version>1.1.8</version> </dependency>

SNAPSHOT版

本项目的BUG修复和新特性一般会先发布在*-SNAPSHOT版里供大家预览,如果要使用*-SNAPSHOT版,则需要在你的pom.xml中添加这段:

<repositories> <repository> <snapshots /> <id>sonatype snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </repository> </repositories>

升级指南

关于Pull Request

非常欢迎和感谢对本项目发起Pull Request的同学,不过本项目基于git flow开发流程,因此在发起Pull Request的时候请选择develop分支。

About

微信公众号、企业号Java SDK

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%