From eb8307d560a45b7f98b40d777530af4867a998d1 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Fri, 25 Jul 2025 19:41:52 +0800
Subject: [PATCH] 1
---
src/main/resources/application.yml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 18d5047..65302fc 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -2,7 +2,7 @@
# 开发环境配置
server:
# 服务器的HTTP端口,默认为8090
- port: 8091
+ port: 8092
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
@@ -15,6 +15,8 @@
min-spare: 100
# 日志配置
logging:
+ file:
+ encoding: UTF-8
level:
com.ruoyi: debug
org.springframework: warn
--
Gitblit v1.9.3