From ebdd91f1eb56cadf7c71150668acd636204f4f29 Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Thu, 15 Jan 2026 14:25:15 +0800
Subject: [PATCH] rg演示站搭建
---
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 6f933ae..a3c9b41 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -2,7 +2,7 @@
# 开发环境配置
server:
# 服务器的HTTP端口,默认为8090
- port: 8092
+ port: 9421
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
--
Gitblit v1.9.3