mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 08:57:14 +08:00
style: 调整枚举配置值为大写
This commit is contained in:
@@ -73,7 +73,7 @@ spring.data:
|
||||
enabled: false
|
||||
redisson:
|
||||
enabled: true
|
||||
mode: single
|
||||
mode: SINGLE
|
||||
|
||||
--- ### Spring Cache 配置
|
||||
spring.cache:
|
||||
@@ -118,7 +118,7 @@ captcha:
|
||||
--- ### 短信配置
|
||||
sms:
|
||||
# 从 YAML 读取配置
|
||||
config-type: yaml
|
||||
config-type: YAML
|
||||
is-print: false
|
||||
blends:
|
||||
cloopen:
|
||||
@@ -174,7 +174,7 @@ justauth:
|
||||
client-secret: 1f7d08**********5b7**********29e
|
||||
redirect-uri: ${project.url}/social/callback?source=github
|
||||
cache:
|
||||
type: redis
|
||||
type: REDIS
|
||||
|
||||
--- ### Sa-Token 扩展配置
|
||||
sa-token.extension:
|
||||
|
Reference in New Issue
Block a user