This commit is contained in:
zt
2025-02-24 17:08:23 +08:00
parent a4bc3fc406
commit 35a644c5da

View File

@ -157,7 +157,8 @@ mybatis-plus:
# STATEMENT 关闭一级缓存
localCacheScope: SESSION
# 开启Mybatis二级缓存默认为 true
cacheEnabled: true
cacheEnabled: false
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
global-config:
# 是否打印 Logo banner
banner: true
@ -202,7 +203,7 @@ swagger:
# 是否开启swagger
enabled: true
# 请求前缀
pathMapping: /
pathMapping: /ruoyi
# 标题
title: '标题RuoYi-Vue-Plus后台管理系统_接口文档'
# 描述