zyy
2025-07-19 539f733f62f4a368eb90a07a729b5d948378a705
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 页面不设置缓存,更改及生效!
@@ -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语句