启动参数调整.

This commit is contained in:
aoshiguchen
2023-02-14 17:29:24 +08:00
parent 51a172fd88
commit 933b80b2ff
@@ -71,7 +71,7 @@ public class WebContextHolder {
initMaxContentLength();
initControllerBeanWrapperList();
initInterceptorRegistry();
port = environment.getMainArgsForInteger("port");
port = environment.getMainArgsForInteger("neutrino.http.port");
if (null == port) {
port = http.getPort();
}