代码重构

This commit is contained in:
ldj_willow
2022-07-12 23:53:15 +08:00
parent e21b2b08f2
commit 8e3b56df6a
6 changed files with 0 additions and 110 deletions

View File

@@ -137,30 +137,3 @@ file:
# 文件大小 /M
maxSize: 100
avatarMaxSize: 5
jetcache:
defaultCacheType: LOCAL
statIntervalMinutes: 15
areaInCacheName: false
hiddenPackages: com.yb
local:
default:
type: caffeine
limit: 100
keyConvertor: fastjson
expireAfterWriteInMillis: 60000
remote:
default:
type: redis.lettuce
keyConvertor: fastjson
valueEncoder: kryo
valueDecoder: kryo
poolConfig:
minIdle: 5
maxIdle: 200
maxTotal: 1000
uri:
- redis://127.0.0.1:6379