Skip to content

Commit d0ac1da

Browse files
committed
update readme
1 parent 3055312 commit d0ac1da

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,22 @@ weixin-java-tools
2222
<dependency>
2323
<groupId>me.chanjar</groupId>
2424
<artifactId>weixin-java-tools</artifactId>
25-
<version>1.0.1</version>
25+
<version>1.0.2</version>
2626
</dependency>
2727
```
2828

29+
如果要使用``*-SNAPSHOT``版,则需要在你的``pom.xml``中添加这段:
30+
31+
```xml
32+
<repositories>
33+
<repository>
34+
<snapshots />
35+
<id>sonatype snapshots</id>
36+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
37+
</repository>
38+
</repositories>
39+
```
40+
2941
## Hello World
3042
```java
3143
WxConfigStorage config = new WxInMemoryConfigStorage();

0 commit comments

Comments
 (0)