Update GitHub account information

pull/257/head
chen.ma 2 years ago
parent a0581b507c
commit 4c57551312

@ -7,7 +7,7 @@ about: Something isn't working as expected
在开始报告错误之前,请确保认真查看了以下步骤:
- 搜索打开和关闭的 [GitHub 问题](https://github.com/longtai-cn/hippo4j/issues)
- 搜索打开和关闭的 [GitHub 问题](https://github.com/mabaiwan/hippo4j/issues)
- 阅读 [常见问题文档](https://hippo4j.cn/pages/9cc27d/)
请在提交问题之前回答这些问题,谢谢。

@ -7,7 +7,7 @@ about: Usage question that isn't answered in docs or discussion
在开始报告问题之前,请确保认真查看了以下步骤:
- 搜索打开和关闭的 [GitHub 问题](https://github.com/longtai-cn/hippo4j/issues)
- 搜索打开和关闭的 [GitHub 问题](https://github.com/mabaiwan/hippo4j/issues)
- 阅读 [常见问题文档](https://hippo4j.cn/pages/9cc27d/)
请在提交问题之前回答这些问题,谢谢。

@ -1,13 +1,13 @@
![](https://images-machen.oss-cn-beijing.aliyuncs.com/hippo4j-logo-logoly.png)
<p>
<a href="https://gitee.com/longtai-cn/hippo4j" target="_blank">
<img alt="Gitee" src="https://gitee.com/longtai-cn/hippo4j/badge/star.svg?theme=gvp">
<a href="https://gitee.com/mabaiwan-cn/hippo4j" target="_blank">
<img alt="Gitee" src="https://gitee.com/mabaiwan-cn/hippo4j/badge/star.svg?theme=gvp">
</a>
<a href="https://github.com/longtai-cn/hippo4j" target="_blank">
<a href="https://github.com/mabaiwan/hippo4j" target="_blank">
<img alt="GitHub" src="https://img.shields.io/github/stars/longtai-cn/hippo4j?label=Stars&style=flat-square&logo=GitHub">
</a>
<a href="https://github.com/longtai-cn/hippo4j/blob/develop/LICENSE">
<a href="https://github.com/mabaiwan/hippo4j/blob/develop/LICENSE">
<img src="https://img.shields.io/github/license/longtai-cn/hippo4j?color=42b883&style=flat-square" alt="LICENSE">
</a>
<a title="Hits" target="_blank" href="https://github.com/longtai-cn/hippo4j">
@ -49,7 +49,7 @@ Hippo-4J 通过对 JDK 线程池增强,以及扩展三方框架底层线程池
感谢所有为 Hippo-4J 做出贡献的开发者!
<a href="https://github.com/longtai-cn/hippo4j/graphs/contributors"><img src="https://opencollective.com/hippo4j/contributors.svg?width=890" /></a>
<a href="https://github.com/mabaiwan/hippo4j/graphs/contributors"><img src="https://opencollective.com/hippo4j/contributors.svg?width=890" /></a>
## 我们的荣誉

@ -41,7 +41,7 @@ public class DynamicThreadPoolBannerHandler implements InitializingBean {
private final String DYNAMIC_THREAD_POOL = " :: Dynamic ThreadPool :: ";
private final String HIPPO4J_GITHUB = "GitHub: https://github.com/longtai-cn/hippo4j";
private final String HIPPO4J_GITHUB = "GitHub: https://github.com/mabaiwan/hippo4j";
private final String HIPPO4J_SITE = "Site: https://hippo4j.cn";

@ -79,7 +79,7 @@ public class RunStateHandlerTest {
/**
* 线, MDC Trace , .
*/
MDC.put(EXECUTE_TIMEOUT_TRACE, "https://github.com/longtai-cn/hippo4j 感觉不错来个 Star.");
MDC.put(EXECUTE_TIMEOUT_TRACE, "https://github.com/mabaiwan/hippo4j 感觉不错来个 Star.");
ThreadUtil.sleep(5000);
for (int i = 0; i < Integer.MAX_VALUE; i++) {
try {

@ -380,7 +380,7 @@
</plugins>
</build>
<url>https://github.com/longtai-cn/hippo4j</url>
<url>https://github.com/mabaiwan/hippo4j</url>
<licenses>
<license>
@ -395,7 +395,7 @@
<id>mabaiwan</id>
<name>chen.ma</name>
<email>m7798432@163.com</email>
<url>https://github.com/longtai-cn</url>
<url>https://github.com/mabaiwan</url>
</developer>
</developers>
@ -407,7 +407,7 @@
<issueManagement>
<system>Github Issue</system>
<url>https://github.com/longtai-cn/hippo4j/issues</url>
<url>https://github.com/mabaiwan/hippo4j/issues</url>
</issueManagement>
<distributionManagement>

Loading…
Cancel
Save