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 99a90fed..a5cbd1a4 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 @@ -24,9 +24,9 @@ public class DynamicThreadPoolBannerHandler implements InitializingBean { private final String DYNAMIC_THREAD_POOL = " :: Dynamic ThreadPool :: "; - private final String HIPPO4J_GITHUB = "GitHub: https://github.com/acmenlt/dynamic-threadpool"; + private final String HIPPO4J_GITHUB = "GitHub: https://github.com/longtai-cn/hippo4j"; - private final String HIPPO4J_SITE = "Site: https://hippox.cn"; + private final String HIPPO4J_SITE = "Site: https://hippo4j.cn"; private final int STRAP_LINE_SIZE = 50; diff --git a/hippo4j-example/hippo4j-core-apollo-spring-boot-starter-example/src/main/resources/bootstrap.properties b/hippo4j-example/hippo4j-core-apollo-spring-boot-starter-example/src/main/resources/bootstrap.properties index c84bce04..454edce8 100644 --- a/hippo4j-example/hippo4j-core-apollo-spring-boot-starter-example/src/main/resources/bootstrap.properties +++ b/hippo4j-example/hippo4j-core-apollo-spring-boot-starter-example/src/main/resources/bootstrap.properties @@ -1,4 +1,4 @@ -# Configuration reference: https://hippox.cn/pages/2f674h +# Configuration reference: https://hippo4j.cn/pages/2f674h server.port=8091 server.servlet.context-path=/example 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 979d5052..25c81ee9 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 @@ -47,7 +47,7 @@ public class RunStateHandlerTest { /** * 当线程池任务执行超时, 向 MDC 放入 Trace 标识, 报警时打印出来. */ - MDC.put(EXECUTE_TIMEOUT_TRACE, "https://github.com/acmenlt/dynamic-threadpool 感觉不错来个 Star."); + MDC.put(EXECUTE_TIMEOUT_TRACE, "https://github.com/longtai-cn/hippo4j 感觉不错来个 Star."); ThreadUtil.sleep(5000); for (int i = 0; i < Integer.MAX_VALUE; i++) { try { diff --git a/hippo4j-server/src/main/resources/banner.txt b/hippo4j-server/src/main/resources/banner.txt index 984bfed3..f075fe2c 100644 --- a/hippo4j-server/src/main/resources/banner.txt +++ b/hippo4j-server/src/main/resources/banner.txt @@ -5,7 +5,7 @@ ,---.'| : ',--.'| \ / \ \ / \ ,---. ,---.'| : ' : ; | PID: ${pid} | | : _' || |, | : || : | ' ,'\ ; : | | ; : | Console: http://127.0.0.1:${server.port}/index.html : : |.' |`--'_ | | .\ :| | .\ : / / || | : _' | | : : -| ' ' ; :,' ,'| . : |: |. : |: |. ; ,. :: : |.' | : https://hippox.cn +| ' ' ; :,' ,'| . : |: |. : |: |. ; ,. :: : |.' | : https://hippo4j.cn ' | .'. |' | | | | \ :| | \ :' | |: :| ' ' ; : | ; | | | : | '| | : | : . || : . |' | .; :\ \ .'. | ___ l ' : | : ;' : |__ : |`-': |`-'| : | `---`: | ' / /\ J : diff --git a/pom.xml b/pom.xml index 97d319e7..b8fa277b 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,7 @@ Github Issue - https://github.com/acmenlt/dynamic-threadpool/issues + https://github.com/longtai-cn/hippo4j/issues