From 607b15cde6515d18de64a40e17c5aef7fcf24bcb Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 12 六月 2024 17:51:30 +0800
Subject: [PATCH] fix:成绩管理

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 96389f9..2e98aaa 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,4 +1,7 @@
 server:
+  servlet:
+    session:
+      timeout: 7200
   port: 8000
   undertow:
     io-threads: 16
@@ -13,6 +16,9 @@
 logging:
   config: classpath:logback-spring.xml
   file: xzs
+  level:
+    com.lucifer.springboot.cache.mapper: debug
+
 
 #mybatis plus
 mybatis-plus:
@@ -23,8 +29,8 @@
       logic-not-delete-value: 0 # 娌℃湁鍒犻櫎鐨勫��
   configuration:
     default-enum-type-handler: org.apache.ibatis.type.EnumOrdinalTypeHandler # 閫氱敤鏋氫妇澶勭悊鍣�
-  #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃
-  type-enums-package: com.monkeylessey.enums.general # 閫氱敤鏋氫妇鎵�鍦ㄥ寘璺緞
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃
+  type-enums-package: com.ycl.jxkg.domain.enums.general # 閫氱敤鏋氫妇鎵�鍦ㄥ寘璺緞
   mapper-locations: classpath*:mapper/*.xml # mapper.xml浣嶇疆
 
 system:
@@ -64,8 +70,11 @@
     hikari:
       idle-timeout: 600000  #10 min
       max-lifetime: 1800000 #30 min
-
+  servlet:
+    multipart:
+      max-file-size: 50MB
+      max-request-size: 500MB
 
   #runningtime environment
   profiles:
-    active:  dev
+    active: dev

--
Gitblit v1.8.0