mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 02:55:07 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@ -188,6 +188,7 @@ logging:
|
||||
cn.iocoder.yudao.module.trade.dal.mysql: debug
|
||||
cn.iocoder.yudao.module.promotion.dal.mysql: debug
|
||||
cn.iocoder.yudao.module.statistics.dal.mysql: debug
|
||||
cn.iocoder.yudao.module.crm.dal.mysql: debug
|
||||
|
||||
debug: false
|
||||
|
||||
|
@ -79,7 +79,17 @@ mybatis-plus:
|
||||
password: XDV71a+xqStEA3WH # 加解密的秘钥,可使用 https://www.imaegoo.com/2020/aes-key-generator/ 网站生成
|
||||
|
||||
mybatis-plus-join:
|
||||
banner: false # 关闭控制台的 Banner 打印
|
||||
#是否打印 mybatis plus join banner 默认true
|
||||
banner: false
|
||||
#全局启用副表逻辑删除(默认true) 关闭后关联查询不会加副表逻辑删除
|
||||
sub-table-logic: true
|
||||
#拦截器MappedStatement缓存(默认true)
|
||||
ms-cache: true
|
||||
#表别名(默认 t)
|
||||
table-alias: t
|
||||
#副表逻辑删除条件的位置,支持where、on
|
||||
#默认ON (1.4.7.2及之前版本默认为where)
|
||||
logic-del-type: on
|
||||
|
||||
# Spring Data Redis 配置
|
||||
spring:
|
||||
|
Reference in New Issue
Block a user