From 2e49ef7d5733992cdc1ec92528b6de4e740cb31f Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Thu, 15 Jan 2026 15:11:11 +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 6b24b0b..09951a9 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -2,7 +2,7 @@
# 开发环境配置
server:
# 服务器的HTTP端口,默认为8090
- port: 8091
+ port: 9425
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
--
Gitblit v1.9.3