默认禁用 spring data redis repositories,一方面没用到,一方面提高启动速度
This commit is contained in:
parent
808ff6abb9
commit
6a371f06b0
@ -77,6 +77,13 @@ mybatis-plus:
|
|||||||
encryptor:
|
encryptor:
|
||||||
password: XDV71a+xqStEA3WH # 加解密的秘钥,可使用 https://www.imaegoo.com/2020/aes-key-generator/ 网站生成
|
password: XDV71a+xqStEA3WH # 加解密的秘钥,可使用 https://www.imaegoo.com/2020/aes-key-generator/ 网站生成
|
||||||
|
|
||||||
|
# Spring Data Redis 配置
|
||||||
|
spring:
|
||||||
|
data:
|
||||||
|
redis:
|
||||||
|
repositories:
|
||||||
|
enabled: false # 项目未使用到 Spring Data Redis 的 Repository,所以直接禁用,保证启动速度
|
||||||
|
|
||||||
--- #################### 验证码相关配置 ####################
|
--- #################### 验证码相关配置 ####################
|
||||||
|
|
||||||
aj:
|
aj:
|
||||||
|
Loading…
Reference in New Issue
Block a user