update config

This commit is contained in:
thinkgem
2025-02-05 20:54:04 +08:00
parent 4de0934e7f
commit 35c6dabab3
7 changed files with 108 additions and 107 deletions

View File

@@ -105,6 +105,14 @@ logging:
# level:
# root: warn
# com.jeesite: debug
# MyBatis 相关
mybatis:
# Mapper文件刷新线程
mapper:
refresh:
enabled: true
#======================================#
#========== System settings ===========#
@@ -192,14 +200,6 @@ session:
# 会话唯一标识SessionId在Cookie中的名称。
sessionIdCookieName: h2db.jeesite.session.id
sessionIdCookiePath: ${server.servlet.context-path}
# MyBatis 相关
mybatis:
# Mapper文件刷新线程
mapper:
refresh:
enabled: true
# Web 相关
web: