Skip to content

Commit

Permalink
style: 调整枚举配置值为大写
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Dec 12, 2023
1 parent 108f1c4 commit 3ece42b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spring.data:
enabled: false
redisson:
enabled: true
mode: single
mode: SINGLE

--- ### Spring Cache 配置
spring.cache:
Expand Down Expand Up @@ -118,7 +118,7 @@ captcha:
--- ### 短信配置
sms:
# 从 YAML 读取配置
config-type: yaml
config-type: YAML
is-print: false
blends:
cloopen:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spring.data:
enabled: false
redisson:
enabled: true
mode: single
mode: SINGLE

--- ### Spring Cache 配置
spring.cache:
Expand Down Expand Up @@ -120,7 +120,7 @@ captcha:
--- ### 短信配置
sms:
# 从 YAML 读取配置
config-type: yaml
config-type: YAML
is-print: false
blends:
cloopen:
Expand Down Expand Up @@ -180,7 +180,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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ sa-token:
# 权限认证实现
permission-impl: top.charles7c.continew.admin.auth.config.satoken.SaTokenPermissionImpl
# 持久层配置
dao.type: redis
dao.type: REDIS

--- ### MyBatis Plus 配置
mybatis-plus:
Expand Down Expand Up @@ -151,7 +151,7 @@ mybatis-plus:
# 分页插件配置
pagination:
enabled: true
db-type: mysql
db-type: MYSQL

--- ### 服务器配置
server:
Expand Down

0 comments on commit 3ece42b

Please sign in to comment.