style: 调整枚举配置值为大写
This commit is contained in:
parent
108f1c4ae7
commit
3ece42b94e
@ -73,7 +73,7 @@ spring.data:
|
|||||||
enabled: false
|
enabled: false
|
||||||
redisson:
|
redisson:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: single
|
mode: SINGLE
|
||||||
|
|
||||||
--- ### Spring Cache 配置
|
--- ### Spring Cache 配置
|
||||||
spring.cache:
|
spring.cache:
|
||||||
@ -118,7 +118,7 @@ captcha:
|
|||||||
--- ### 短信配置
|
--- ### 短信配置
|
||||||
sms:
|
sms:
|
||||||
# 从 YAML 读取配置
|
# 从 YAML 读取配置
|
||||||
config-type: yaml
|
config-type: YAML
|
||||||
is-print: false
|
is-print: false
|
||||||
blends:
|
blends:
|
||||||
cloopen:
|
cloopen:
|
||||||
@ -174,7 +174,7 @@ justauth:
|
|||||||
client-secret: 1f7d08**********5b7**********29e
|
client-secret: 1f7d08**********5b7**********29e
|
||||||
redirect-uri: ${project.url}/social/callback?source=github
|
redirect-uri: ${project.url}/social/callback?source=github
|
||||||
cache:
|
cache:
|
||||||
type: redis
|
type: REDIS
|
||||||
|
|
||||||
--- ### Sa-Token 扩展配置
|
--- ### Sa-Token 扩展配置
|
||||||
sa-token.extension:
|
sa-token.extension:
|
||||||
|
@ -75,7 +75,7 @@ spring.data:
|
|||||||
enabled: false
|
enabled: false
|
||||||
redisson:
|
redisson:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: single
|
mode: SINGLE
|
||||||
|
|
||||||
--- ### Spring Cache 配置
|
--- ### Spring Cache 配置
|
||||||
spring.cache:
|
spring.cache:
|
||||||
@ -120,7 +120,7 @@ captcha:
|
|||||||
--- ### 短信配置
|
--- ### 短信配置
|
||||||
sms:
|
sms:
|
||||||
# 从 YAML 读取配置
|
# 从 YAML 读取配置
|
||||||
config-type: yaml
|
config-type: YAML
|
||||||
is-print: false
|
is-print: false
|
||||||
blends:
|
blends:
|
||||||
cloopen:
|
cloopen:
|
||||||
@ -180,7 +180,7 @@ justauth:
|
|||||||
client-secret: 1f7d08**********5b7**********29e
|
client-secret: 1f7d08**********5b7**********29e
|
||||||
redirect-uri: ${project.url}/social/callback?source=github
|
redirect-uri: ${project.url}/social/callback?source=github
|
||||||
cache:
|
cache:
|
||||||
type: redis
|
type: REDIS
|
||||||
|
|
||||||
--- ### Sa-Token 扩展配置
|
--- ### Sa-Token 扩展配置
|
||||||
sa-token.extension:
|
sa-token.extension:
|
||||||
|
@ -117,7 +117,7 @@ sa-token:
|
|||||||
# 权限认证实现
|
# 权限认证实现
|
||||||
permission-impl: top.charles7c.continew.admin.auth.config.satoken.SaTokenPermissionImpl
|
permission-impl: top.charles7c.continew.admin.auth.config.satoken.SaTokenPermissionImpl
|
||||||
# 持久层配置
|
# 持久层配置
|
||||||
dao.type: redis
|
dao.type: REDIS
|
||||||
|
|
||||||
--- ### MyBatis Plus 配置
|
--- ### MyBatis Plus 配置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
@ -151,7 +151,7 @@ mybatis-plus:
|
|||||||
# 分页插件配置
|
# 分页插件配置
|
||||||
pagination:
|
pagination:
|
||||||
enabled: true
|
enabled: true
|
||||||
db-type: mysql
|
db-type: MYSQL
|
||||||
|
|
||||||
--- ### 服务器配置
|
--- ### 服务器配置
|
||||||
server:
|
server:
|
||||||
|
Loading…
Reference in New Issue
Block a user