This commit is contained in:
Looly 2021-03-12 20:58:14 +08:00
parent 50d0569e8c
commit c0e4fb5ecc
3 changed files with 15 additions and 16 deletions

View File

@ -30,8 +30,8 @@
<a target="_blank" href="https://gitter.im/hutool/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"> <a target="_blank" href="https://gitter.im/hutool/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://badges.gitter.im/hutool/Lobby.svg" /> <img src="https://badges.gitter.im/hutool/Lobby.svg" />
</a> </a>
<a target="_blank" href='https://gitee.com/loolly/hutool/stargazers'> <a target="_blank" href='https://gitee.com/dromara/hutool/stargazers'>
<img src='https://gitee.com/loolly/hutool/badge/star.svg?theme=gvp' alt='star'/> <img src='https://gitee.com/dromara/hutool/badge/star.svg?theme=gvp' alt='star'/>
</a> </a>
<a target="_blank" href='https://github.com/looly/hutool'> <a target="_blank" href='https://github.com/looly/hutool'>
<img src="https://img.shields.io/github/stars/looly/hutool.svg?style=social" alt="github star"/> <img src="https://img.shields.io/github/stars/looly/hutool.svg?style=social" alt="github star"/>
@ -112,7 +112,7 @@ Each module can be introduced individually, or all modules can be introduced by
[Chinese documentation](https://www.hutool.cn/docs/) [Chinese documentation](https://www.hutool.cn/docs/)
[API](https://apidoc.gitee.com/loolly/hutool/) [API](https://apidoc.gitee.com/dromara/hutool/)
[Video](https://www.bilibili.com/video/BV1bQ4y1M7d9?p=2) [Video](https://www.bilibili.com/video/BV1bQ4y1M7d9?p=2)
@ -147,7 +147,7 @@ compile 'cn.hutool:hutool-all:5.6.0'
Download the entire project source code Download the entire project source code
gitee[https://gitee.com/loolly/hutool](https://gitee.com/loolly/hutool) gitee[https://gitee.com/dromara/hutool](https://gitee.com/dromara/hutool)
github:https://github.com/looly/hutool github:https://github.com/looly/hutool
@ -173,7 +173,7 @@ Hutool's source code is divided into two branches:
When submitting feedback, please indicate which JDK version, Hutool version, and related dependency library version you are using. When submitting feedback, please indicate which JDK version, Hutool version, and related dependency library version you are using.
- [Gitee issue](https://gitee.com/loolly/hutool/issues) - [Gitee issue](https://gitee.com/dromara/hutool/issues)
- [Github issue](https://github.com/looly/hutool/issues) - [Github issue](https://github.com/looly/hutool/issues)
### Principles of PR(pull request) ### Principles of PR(pull request)
@ -189,13 +189,13 @@ Hutool welcomes anyone to contribute code to Hutool, but the author suffers from
## Star Hutool ## Star Hutool
[![Giteye chart](https://chart.giteye.net/gitee/loolly/hutool/8RVBCN69.png)](https://giteye.net/chart/8RVBCN69) [![Giteye chart](https://chart.giteye.net/gitee/dromara/hutool/GMSL7VDA.png)](https://giteye.net/chart/GMSL7VDA)
## Donate ## Donate
If you think Hutool is good, you can donate to buy tshe author a pack of chili~, thanks in advance ^_^. If you think Hutool is good, you can donate to buy tshe author a pack of chili~, thanks in advance ^_^.
[gitee donate](https://gitee.com/loolly/hutool) [gitee donate](https://gitee.com/dromara/hutool)
## WeChat Official Account ## WeChat Official Account

View File

@ -30,8 +30,8 @@
<a target="_blank" href="https://gitter.im/hutool/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"> <a target="_blank" href="https://gitter.im/hutool/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://badges.gitter.im/hutool/Lobby.svg" /> <img src="https://badges.gitter.im/hutool/Lobby.svg" />
</a> </a>
<a target="_blank" href='https://gitee.com/loolly/hutool/stargazers'> <a target="_blank" href='https://gitee.com/dromara/hutool/stargazers'>
<img src='https://gitee.com/loolly/hutool/badge/star.svg?theme=gvp' alt='star'/> <img src='https://gitee.com/dromara/hutool/badge/star.svg?theme=gvp' alt='star'/>
</a> </a>
<a target="_blank" href='https://github.com/looly/hutool'> <a target="_blank" href='https://github.com/looly/hutool'>
<img src="https://img.shields.io/github/stars/looly/hutool.svg?style=social" alt="github star"/> <img src="https://img.shields.io/github/stars/looly/hutool.svg?style=social" alt="github star"/>
@ -136,8 +136,7 @@ compile 'cn.hutool:hutool-all:5.6.0'
点击以下任一链接,下载`hutool-all-X.X.X.jar`即可: 点击以下任一链接,下载`hutool-all-X.X.X.jar`即可:
- [Maven中央库1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.0/) - [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.0/)
- [Maven中央库2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.6.0/)
> 注意 > 注意
> Hutool 5.x支持JDK8+对Android平台没有测试不能保证所有工具类或工具方法可用。 > Hutool 5.x支持JDK8+对Android平台没有测试不能保证所有工具类或工具方法可用。
@ -145,7 +144,7 @@ compile 'cn.hutool:hutool-all:5.6.0'
### 编译安装 ### 编译安装
访问Hutool的Gitee主页[https://gitee.com/loolly/hutool](https://gitee.com/loolly/hutool) 下载整个项目源码v5-master或v5-dev分支都可然后进入Hutool项目目录执行 访问Hutool的Gitee主页[https://gitee.com/dromara/hutool](https://gitee.com/dromara/hutool) 下载整个项目源码v5-master或v5-dev分支都可然后进入Hutool项目目录执行
```sh ```sh
./hutool.sh install ./hutool.sh install
@ -170,7 +169,7 @@ Hutool的源码分为两个分支功能如下
提交问题反馈请说明正在使用的JDK版本呢、Hutool版本和相关依赖库版本。 提交问题反馈请说明正在使用的JDK版本呢、Hutool版本和相关依赖库版本。
- [Gitee issue](https://gitee.com/loolly/hutool/issues) - [Gitee issue](https://gitee.com/dromara/hutool/issues)
- [Github issue](https://github.com/looly/hutool/issues) - [Github issue](https://github.com/looly/hutool/issues)
@ -196,7 +195,7 @@ Hutool欢迎任何人为Hutool添砖加瓦贡献代码不过维护者是
## Star Hutool ## Star Hutool
[![Giteye chart](https://chart.giteye.net/gitee/loolly/hutool/8RVBCN69.png)](https://giteye.net/chart/8RVBCN69) [![Giteye chart](https://chart.giteye.net/gitee/dromara/hutool/GMSL7VDA.png)](https://giteye.net/chart/GMSL7VDA)
## 捐赠 ## 捐赠
@ -204,7 +203,7 @@ Hutool欢迎任何人为Hutool添砖加瓦贡献代码不过维护者是
点击以下链接,将页面拉到最下方点击“捐赠”即可。 点击以下链接,将页面拉到最下方点击“捐赠”即可。
[前往捐赠](https://gitee.com/loolly/hutool) [前往捐赠](https://gitee.com/dromara/hutool)
## 公众号 ## 公众号

View File

@ -70,7 +70,7 @@
<licenses> <licenses>
<license> <license>
<name>Mulan Permissive Software LicenseVersion 1</name> <name>Mulan Permissive Software LicenseVersion 1</name>
<url>http://license.coscl.org.cn/MulanPSL</url> <url>https://license.coscl.org.cn/MulanPSL2</url>
</license> </license>
</licenses> </licenses>