Update README.md
This commit is contained in:
parent
00eb93a4e8
commit
cef4a70329
23
README.md
23
README.md
@ -50,7 +50,7 @@
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
[**🌎English Documentation**](README-EN.md)(* * * *🌎English文档)(README-EN.md)
|
||||
[**🌎English Documentation**](README-EN.md)
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
@ -115,18 +115,17 @@ Hutool = Hu + tool,是原公司项目底层代码剥离后的开源库,“Hu
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
## 📦安装
|
||||
|
||||
### 🍊Maven
|
||||
在项目的pom.xml的dependencies中加入以下内容:
|
||||
|
||||
```xml “的”xml
|
||||
<dependency> <依赖>
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>5.8.36</version><版本> 5.8.36 > < /版本
|
||||
</dependency> < /依赖>
|
||||
<version>5.8.36</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
### 🍐Gradle
|
||||
@ -148,8 +147,8 @@ implementation 'cn.hutool:hutool-all:5.8.36'
|
||||
|
||||
访问Hutool的Gitee主页:[https://gitee.com/dromara/hutool](https://gitee.com/dromara/hutool) 下载整个项目源码(v5-master或v5-dev分支都可)然后进入Hutool项目目录执行:
|
||||
|
||||
```sh ' ' ' sh
|
||||
./hutool.sh install 。/ hutool.sh安装
|
||||
```sh
|
||||
./hutool.sh install
|
||||
```
|
||||
|
||||
然后就可以使用Maven引入了。
|
||||
@ -171,9 +170,9 @@ Hutool的源码分为两个分支,功能如下:
|
||||
|
||||
提交问题反馈请说明正在使用的JDK版本呢、Hutool版本和相关依赖库版本。
|
||||
|
||||
- [Gitee issue Gitee问题](https://gitee.com/dromara/hutool/issues)- [Gitee issue Gitee问题](https://gitee.com/dromara/hutool/issues)
|
||||
- [Github issue Github的问题](https://github.com/dromara/hutool/issues)- [Github问题](https://github.com/dromara/hutool/issues)
|
||||
- [Gitcode issue Gitcode问题](https://gitcode.com/dromara/hutool/issues)- [Gitcode问题](https://gitcode.com/dromara/hutool/issues)
|
||||
- [Gitee issue](https://gitee.com/dromara/hutool/issues)
|
||||
- [Github issue](https://github.com/dromara/hutool/issues)
|
||||
- [Gitcode issue](https://gitcode.com/dromara/hutool/issues)
|
||||
|
||||
|
||||
### 🧬贡献代码的步骤
|
||||
@ -203,4 +202,4 @@ Hutool欢迎任何人为Hutool添砖加瓦,贡献代码,不过维护者是
|
||||
|
||||
## ⭐Star Hutool
|
||||
|
||||
[](https://starchart.cc/dromara/hutool)[](https://starchart.cc/dromara/hutool)
|
||||
[](https://starchart.cc/dromara/hutool)
|
||||
|
Loading…
x
Reference in New Issue
Block a user