修改Github地址和官方网站

pull/174/head
wuxiong 2 years ago
parent c6e0bc86ea
commit 147da80c92

@ -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;

@ -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

@ -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 {

@ -5,7 +5,7 @@
,---.'| : ',--.'| \ / \ \ / \ ,---. ,---.'| : ' : ; | PID: ${pid}
| | : _' || |, | : || : | ' ,'\ ; : | | ; : | Console: http://127.0.0.1:${server.port}/index.html
: : |.' |`--'_ | | .\ :| | .\ : / / || | : _' | | : :
| ' ' ; :,' ,'| . : |: |. : |: |. ; ,. :: : |.' | : https://hippox.cn
| ' ' ; :,' ,'| . : |: |. : |: |. ; ,. :: : |.' | : https://hippo4j.cn
' | .'. |' | | | | \ :| | \ :' | |: :| ' ' ; : | ; |
| | : | '| | : | : . || : . |' | .; :\ \ .'. | ___ l
' : | : ;' : |__ : |`-': |`-'| : | `---`: | ' / /\ J :

@ -226,7 +226,7 @@
<issueManagement>
<system>Github Issue</system>
<url>https://github.com/acmenlt/dynamic-threadpool/issues</url>
<url>https://github.com/longtai-cn/hippo4j/issues</url>
</issueManagement>
<build>

Loading…
Cancel
Save