集成Redis,并封装常用方法
This commit is contained in:
@ -100,4 +100,13 @@ gen:
|
||||
# 自动去除表前缀,默认是true
|
||||
autoRemovePre: true
|
||||
# 表前缀(类名不会包含表前缀)
|
||||
tablePrefix: sys_
|
||||
tablePrefix: sys_
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
timeout: 20000
|
||||
pool:
|
||||
max-active: 8
|
||||
min-idle: 0
|
||||
max-idle: 8
|
||||
max-wait: -1
|
Reference in New Issue
Block a user