From a878fa9e8c4219f6872942e439cdec8d494dc1f6 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 25 Aug 2025 15:57:33 +0800
Subject: [PATCH] 1

---
 src/main/resources/application.yml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 18d5047..7a37059 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
@@ -125,7 +127,7 @@
     url: jdbc:mysql://127.0.0.1:3306/stock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
 #    url: jdbc:mysql://127.0.0.1:3306/cgstock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
     username: root
-    password: 123456
+    password: 4MTAJYFJX5as5Xsd
     druid:
       # 初始连接数
       initialSize: 5

--
Gitblit v1.9.3