Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lihang941 committed Jul 24, 2020
1 parent 47c6eca commit 2b78d15
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
## 高效工作库

[![](https://jitpack.io/v/LiHang941/work-tool.svg)](https://jitpack.io/#LiHang941/work-tool)




```
tool-lib 常用工具
tool-redis redis工具
tool-spring spring工具
```


## 使用

推荐gradle

```
// 添加仓库
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation "com.github.LiHang941.work-tool:tool-all:$workToolVersion"
implementation "com.github.LiHang941.work-tool:tool-lib:$workToolVersion"
implementation "com.github.LiHang941.work-tool:tool-redis:$workToolVersion"
implementation "com.github.LiHang941.work-tool:tool-spring:$workToolVersion"
}
```



0 comments on commit 2b78d15

Please sign in to comment.