From d44c972e675317f3a7973e5604ddd4e81c86bb36 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 04 Jul 2025 09:47:20 +0800
Subject: [PATCH] 经开分局
---
src/main/resources/application.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 15aca68..032c2f1 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
#服务器配置
server:
- port: 80
+ port: 85
undertow:
threads:
# 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
--
Gitblit v1.9.3