Browse Source

update readme

master
Daniel Qian 10 years ago
parent
commit
d0ac1da6fb
1 changed files with 13 additions and 1 deletions
  1. +13
    -1
      README.md

+ 13
- 1
README.md View File

@@ -22,10 +22,22 @@ weixin-java-tools
<dependency>
<groupId>me.chanjar</groupId>
<artifactId>weixin-java-tools</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

如果要使用``*-SNAPSHOT``版,则需要在你的``pom.xml``中添加这段:

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

## Hello World
```java
WxConfigStorage config = new WxInMemoryConfigStorage();


Loading…
Cancel
Save