Skip to content

Commit 47908e9

Browse files
authored
Merge pull request #82 from yindz/v1.1.0
修订README
2 parents dd1fca5 + b3504d2 commit 47908e9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,15 @@
103103
1.8或更高
104104

105105
### 配置依赖
106-
最新`1.1.x`版本暂未发布中央仓库:
106+
最新`1.1.x`版本暂未发布中央仓库,拉取代码:
107+
```
108+
git clone https://github.com/yindz/common-random.git
109+
```
110+
自行编译(gpg只在发布中央仓库时使用,本地编译不需要,跳过即可):
111+
```
112+
mvn clean install -Dmaven.test.skip=true -Dgpg.skip
113+
```
114+
然后引入依赖:
107115
```xml
108116
<dependency>
109117
<groupId>com.github.yindz</groupId>

0 commit comments

Comments
 (0)