mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【更新】添加easy trans配置文件
This commit is contained in:
@@ -95,7 +95,7 @@ mybatis-plus.global-config.db-config.logic-delete-field=DELETE_FLAG
|
||||
mybatis-plus.global-config.db-config.logic-delete-value=DELETED
|
||||
mybatis-plus.global-config.db-config.logic-not-delete-value=NOT_DELETE
|
||||
mybatis-plus.mapper-locations=classpath*:vip/xiaonuo/**/mapping/*.xml
|
||||
|
||||
mybatis-plus.type-handlers-package=vip.xiaonuo.common.handler
|
||||
#########################################
|
||||
# sa-token configuration
|
||||
#########################################
|
||||
@@ -119,6 +119,13 @@ sa-token.alone-redis.lettuce.pool.max-wait=${spring.redis.lettuce.pool.max-wait}
|
||||
sa-token.alone-redis.lettuce.pool.max-idle=${spring.redis.lettuce.pool.max-idle}
|
||||
sa-token.alone-redis.lettuce.pool.min-idle=${spring.redis.lettuce.pool.min-idle}
|
||||
|
||||
#########################################
|
||||
# easy-trans configuration
|
||||
#########################################
|
||||
easy-trans.is-enable-redis=true
|
||||
easy-trans.is-enable-global=true
|
||||
easy-trans.is-enable-tile=true
|
||||
|
||||
#########################################
|
||||
# knife4j configuration
|
||||
#########################################
|
||||
|
||||
Reference in New Issue
Block a user