From e7da58a0b44d778c4e850aad43216b4c412330ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Fri, 20 Sep 2024 13:14:44 +0800 Subject: [PATCH] 'commit' --- ds-gw/src/main/resources/undertow_dev.properties | 12 ------------ ds-gw/src/main/resources/undertow_pro.properties | 10 ---------- ds-gw/target/classes/undertow_dev.properties | 12 ------------ ds-gw/target/classes/undertow_pro.properties | 10 ---------- 4 files changed, 44 deletions(-) diff --git a/ds-gw/src/main/resources/undertow_dev.properties b/ds-gw/src/main/resources/undertow_dev.properties index baf90257..0d46552b 100644 --- a/ds-gw/src/main/resources/undertow_dev.properties +++ b/ds-gw/src/main/resources/undertow_dev.properties @@ -2,8 +2,6 @@ undertow.devMode=false undertow.port=8000 undertow.host=0.0.0.0 -#undertow.resourcePath =/root/dsGw/WebRoot,classpath:static -undertow.resourcePath =D:/dsWork/dsProject/ds-gw/WebRoot,classpath:static # 目录名称 undertow.contextPath=/ @@ -14,11 +12,6 @@ server.undertow.io-threads=8 # 设定工作线程数 server.undertow.worker-threads=60 -# 查询当前某程序的线程或进程数 -# yum install psmisc -y -# ps -e | grep java | awk '{print $1} -# pstree -p 15453 | wc -l - # gzip 压缩开关 undertow.gzip.enable=true # 配置压缩级别,默认值 -1。 可配置 1 到 9。 1 拥有最快压缩速度,9 拥有最高压缩率 @@ -29,8 +22,3 @@ undertow.gzip.minLength=1024 # 开启access日志 server.undertow.accesslog.enabled=false server.undertow.accesslog.pattern=%t %a "%r" %s (%D ms) - -# ssl 开启时,是否开启 http2。检测该配置是否生效在 chrome 地址栏中输入: chrome://net-internals/#http2 -#undertow.http2.enable=true - -#http://www.jfinal.com/doc/1-4 diff --git a/ds-gw/src/main/resources/undertow_pro.properties b/ds-gw/src/main/resources/undertow_pro.properties index 0cb373c7..7a63f650 100644 --- a/ds-gw/src/main/resources/undertow_pro.properties +++ b/ds-gw/src/main/resources/undertow_pro.properties @@ -2,7 +2,6 @@ undertow.devMode=false undertow.port=8001 undertow.host=0.0.0.0 -undertow.resourcePath =/root/WebRoot,classpath:static # 目录名称 undertow.contextPath=/ @@ -13,11 +12,6 @@ server.undertow.io-threads=8 # 设定工作线程数 server.undertow.worker-threads=60 -# 查询当前某程序的线程或进程数 -# yum install psmisc -y -# ps -e | grep java | awk '{print $1} -# pstree -p 15453 | wc -l - # gzip 压缩开关 undertow.gzip.enable=true # 配置压缩级别,默认值 -1。 可配置 1 到 9。 1 拥有最快压缩速度,9 拥有最高压缩率 @@ -29,7 +23,3 @@ undertow.gzip.minLength=1024 server.undertow.accesslog.enabled=false server.undertow.accesslog.pattern=%t %a "%r" %s (%D ms) -# ssl 开启时,是否开启 http2。检测该配置是否生效在 chrome 地址栏中输入: chrome://net-internals/#http2 -#undertow.http2.enable=true - -#http://www.jfinal.com/doc/1-4 diff --git a/ds-gw/target/classes/undertow_dev.properties b/ds-gw/target/classes/undertow_dev.properties index baf90257..0d46552b 100644 --- a/ds-gw/target/classes/undertow_dev.properties +++ b/ds-gw/target/classes/undertow_dev.properties @@ -2,8 +2,6 @@ undertow.devMode=false undertow.port=8000 undertow.host=0.0.0.0 -#undertow.resourcePath =/root/dsGw/WebRoot,classpath:static -undertow.resourcePath =D:/dsWork/dsProject/ds-gw/WebRoot,classpath:static # 目录名称 undertow.contextPath=/ @@ -14,11 +12,6 @@ server.undertow.io-threads=8 # 设定工作线程数 server.undertow.worker-threads=60 -# 查询当前某程序的线程或进程数 -# yum install psmisc -y -# ps -e | grep java | awk '{print $1} -# pstree -p 15453 | wc -l - # gzip 压缩开关 undertow.gzip.enable=true # 配置压缩级别,默认值 -1。 可配置 1 到 9。 1 拥有最快压缩速度,9 拥有最高压缩率 @@ -29,8 +22,3 @@ undertow.gzip.minLength=1024 # 开启access日志 server.undertow.accesslog.enabled=false server.undertow.accesslog.pattern=%t %a "%r" %s (%D ms) - -# ssl 开启时,是否开启 http2。检测该配置是否生效在 chrome 地址栏中输入: chrome://net-internals/#http2 -#undertow.http2.enable=true - -#http://www.jfinal.com/doc/1-4 diff --git a/ds-gw/target/classes/undertow_pro.properties b/ds-gw/target/classes/undertow_pro.properties index 0cb373c7..7a63f650 100644 --- a/ds-gw/target/classes/undertow_pro.properties +++ b/ds-gw/target/classes/undertow_pro.properties @@ -2,7 +2,6 @@ undertow.devMode=false undertow.port=8001 undertow.host=0.0.0.0 -undertow.resourcePath =/root/WebRoot,classpath:static # 目录名称 undertow.contextPath=/ @@ -13,11 +12,6 @@ server.undertow.io-threads=8 # 设定工作线程数 server.undertow.worker-threads=60 -# 查询当前某程序的线程或进程数 -# yum install psmisc -y -# ps -e | grep java | awk '{print $1} -# pstree -p 15453 | wc -l - # gzip 压缩开关 undertow.gzip.enable=true # 配置压缩级别,默认值 -1。 可配置 1 到 9。 1 拥有最快压缩速度,9 拥有最高压缩率 @@ -29,7 +23,3 @@ undertow.gzip.minLength=1024 server.undertow.accesslog.enabled=false server.undertow.accesslog.pattern=%t %a "%r" %s (%D ms) -# ssl 开启时,是否开启 http2。检测该配置是否生效在 chrome 地址栏中输入: chrome://net-internals/#http2 -#undertow.http2.enable=true - -#http://www.jfinal.com/doc/1-4