From 4c575513126d39cdb0cd90f6a80a1dd6fee76449 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Fri, 3 Jun 2022 23:39:28 +0800 Subject: [PATCH] Update GitHub account information --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/question-report.md | 2 +- README.md | 10 +++++----- .../core/handler/DynamicThreadPoolBannerHandler.java | 2 +- .../example/core/inittest/RunStateHandlerTest.java | 2 +- pom.xml | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index acb27b89..1d8688bb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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/) 请在提交问题之前回答这些问题,谢谢。 diff --git a/.github/ISSUE_TEMPLATE/question-report.md b/.github/ISSUE_TEMPLATE/question-report.md index 277fb73f..5aa48e78 100644 --- a/.github/ISSUE_TEMPLATE/question-report.md +++ b/.github/ISSUE_TEMPLATE/question-report.md @@ -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/) 请在提交问题之前回答这些问题,谢谢。 diff --git a/README.md b/README.md index 37bba85c..f8102890 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ![](https://images-machen.oss-cn-beijing.aliyuncs.com/hippo4j-logo-logoly.png)

- - Gitee + + Gitee - + GitHub - + LICENSE @@ -49,7 +49,7 @@ Hippo-4J 通过对 JDK 线程池增强,以及扩展三方框架底层线程池 感谢所有为 Hippo-4J 做出贡献的开发者! - + ## 我们的荣誉 diff --git a/hippo4j-core/src/main/java/cn/hippo4j/core/handler/DynamicThreadPoolBannerHandler.java b/hippo4j-core/src/main/java/cn/hippo4j/core/handler/DynamicThreadPoolBannerHandler.java index 592d6eae..14388172 100644 --- a/hippo4j-core/src/main/java/cn/hippo4j/core/handler/DynamicThreadPoolBannerHandler.java +++ b/hippo4j-core/src/main/java/cn/hippo4j/core/handler/DynamicThreadPoolBannerHandler.java @@ -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"; diff --git a/hippo4j-example/hippo4j-example-core/src/main/java/cn/hippo4j/example/core/inittest/RunStateHandlerTest.java b/hippo4j-example/hippo4j-example-core/src/main/java/cn/hippo4j/example/core/inittest/RunStateHandlerTest.java index 5a0789e5..b2b7a5e8 100644 --- a/hippo4j-example/hippo4j-example-core/src/main/java/cn/hippo4j/example/core/inittest/RunStateHandlerTest.java +++ b/hippo4j-example/hippo4j-example-core/src/main/java/cn/hippo4j/example/core/inittest/RunStateHandlerTest.java @@ -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 { diff --git a/pom.xml b/pom.xml index 0cea9b71..194befc2 100644 --- a/pom.xml +++ b/pom.xml @@ -380,7 +380,7 @@ - https://github.com/longtai-cn/hippo4j + https://github.com/mabaiwan/hippo4j @@ -395,7 +395,7 @@ mabaiwan chen.ma m7798432@163.com - https://github.com/longtai-cn + https://github.com/mabaiwan @@ -407,7 +407,7 @@ Github Issue - https://github.com/longtai-cn/hippo4j/issues + https://github.com/mabaiwan/hippo4j/issues