mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 21:01:38 +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:
 | 
			
		||||
 
 | 
			
		||||
@@ -75,7 +75,7 @@ spring.data:
 | 
			
		||||
      enabled: false
 | 
			
		||||
  redisson:
 | 
			
		||||
    enabled: true
 | 
			
		||||
    mode: single
 | 
			
		||||
    mode: SINGLE
 | 
			
		||||
 | 
			
		||||
--- ### Spring Cache 配置
 | 
			
		||||
spring.cache:
 | 
			
		||||
@@ -120,7 +120,7 @@ captcha:
 | 
			
		||||
--- ### 短信配置
 | 
			
		||||
sms:
 | 
			
		||||
  # 从 YAML 读取配置
 | 
			
		||||
  config-type: yaml
 | 
			
		||||
  config-type: YAML
 | 
			
		||||
  is-print: false
 | 
			
		||||
  blends:
 | 
			
		||||
    cloopen:
 | 
			
		||||
@@ -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:
 | 
			
		||||
 
 | 
			
		||||
@@ -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:
 | 
			
		||||
@@ -151,7 +151,7 @@ mybatis-plus:
 | 
			
		||||
    # 分页插件配置
 | 
			
		||||
    pagination:
 | 
			
		||||
      enabled: true
 | 
			
		||||
      db-type: mysql
 | 
			
		||||
      db-type: MYSQL
 | 
			
		||||
 | 
			
		||||
--- ### 服务器配置
 | 
			
		||||
server:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user