From da1a9940f1ee441a058cd6e2a6021f3d59a299a4 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Wed, 06 Aug 2025 11:04:59 +0800
Subject: [PATCH] key

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index fa94728..c278558 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
@@ -89,7 +91,7 @@
   devtools:
     restart:
       # 热部署开关
-      enabled: true
+      enabled: false
   freemarker:
     cache: false    #false 页面不设置缓存,更改及生效!
 
@@ -122,7 +124,7 @@
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
     driverClassName: com.mysql.cj.jdbc.Driver
-    url: jdbc:mysql://127.0.0.1:3306/zyqsstock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+    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
@@ -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