优化 activiti 的配置,简单 Mapper XML 的配置,且减少 Mapper 的 SQL 日志的输出~
This commit is contained in:
@@ -148,6 +148,18 @@ spring:
|
||||
logging:
|
||||
file:
|
||||
name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径
|
||||
level:
|
||||
# 配置自己写的 MyBatis Mapper 打印日志
|
||||
cn.iocoder.yudao.adminserver.modules.bpm.dal.mysql: debug
|
||||
cn.iocoder.yudao.adminserver.modules.infra.dal.mysql: debug
|
||||
cn.iocoder.yudao.adminserver.modules.pay.dal.mysql: debug
|
||||
cn.iocoder.yudao.adminserver.modules.system.dal.mysql: debug
|
||||
cn.iocoder.yudao.adminserver.modules.tool.dal.mysql: debug
|
||||
cn.iocoder.yudao.coreservice.modules.bpm.dal.mysql: debug
|
||||
cn.iocoder.yudao.coreservice.modules.infra.dal.mysql: debug
|
||||
cn.iocoder.yudao.coreservice.modules.pay.dal.mysql: debug
|
||||
cn.iocoder.yudao.coreservice.modules.system.dal.mysql: debug
|
||||
cn.iocoder.yudao.coreservice.modules.tool.dal.mysql: debug
|
||||
|
||||
--- #################### 芋道相关配置 ####################
|
||||
|
||||
@@ -194,3 +206,4 @@ justauth:
|
||||
type: REDIS
|
||||
prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE::
|
||||
timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟
|
||||
|
||||
|
||||
Reference in New Issue
Block a user