mirror of https://gitee.com/xiaonuobase/snowy
【更新】添加easy trans配置文件
parent
158ee292eb
commit
1328d4e95c
|
@ -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
|
||||
#########################################
|
||||
|
|
Loading…
Reference in New Issue