Skip to content

Commit

Permalink
Merge pull request #82 from yindz/v1.1.0
Browse files Browse the repository at this point in the history
修订README
  • Loading branch information
yindz authored Nov 17, 2024
2 parents dd1fca5 + b3504d2 commit 47908e9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,15 @@
1.8或更高

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

0 comments on commit 47908e9

Please sign in to comment.