From bfcbef7a6bf2eb73bbf7ae84dac49a8f49db1e1c Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Tue, 08 Jul 2025 14:49:45 +0800
Subject: [PATCH] 修改股票类型

---
 src/main/resources/application.yml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 18d5047..be81f31 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -15,6 +15,8 @@
       min-spare: 100
 # 日志配置
 logging:
+  file:
+    encoding: UTF-8
   level:
     com.ruoyi: debug
     org.springframework: warn
@@ -166,3 +168,9 @@
         wall:
           config:
             multi-statement-allow: false
+  jpa:
+    hibernate:
+      ddl-auto: none  # 可选值: create, create-drop, update, validate, none
+    show-sql: false      # 显示SQL语句
+    properties:
+      hibernate.format_sql: true  # 格式化SQL语句
\ No newline at end of file

--
Gitblit v1.9.3