2
0

style: 替换项目内所有ruoyi转为wfc

This commit is contained in:
TsMask
2024-11-26 17:34:02 +08:00
parent 77a28b06a3
commit fab448f836
300 changed files with 1211 additions and 1428 deletions

View File

@@ -10,7 +10,7 @@ import static com.google.code.kaptcha.Constants.*;
/**
* 验证码配置
*
* @author ruoyi
* @author wfc
*/
@Configuration
public class CaptchaConfig

View File

@@ -9,7 +9,7 @@ import org.wfc.gateway.handler.SentinelFallbackHandler;
/**
* 网关限流配置
*
* @author ruoyi
* @author wfc
*/
@Configuration
public class GatewayConfig

View File

@@ -6,7 +6,7 @@ import com.google.code.kaptcha.text.impl.DefaultTextCreator;
/**
* 验证码文本生成器
*
* @author ruoyi
* @author wfc
*/
public class KaptchaTextCreator extends DefaultTextCreator
{

View File

@@ -12,7 +12,7 @@ import org.wfc.gateway.handler.ValidateCodeHandler;
/**
* 路由配置信息
*
* @author ruoyi
* @author wfc
*/
@Configuration
public class RouterFunctionConfiguration

View File

@@ -19,7 +19,7 @@ import java.util.stream.Collectors;
/**
* SpringDoc配置类
*
* @author ruoyi
* @author wfc
*/
@Configuration(proxyBeanMethods = false)
@ConditionalOnProperty(value = "springdoc.api-docs.enabled", matchIfMissing = true)

View File

@@ -7,7 +7,7 @@ import org.springframework.context.annotation.Configuration;
/**
* 验证码配置
*
* @author ruoyi
* @author wfc
*/
@Configuration
@RefreshScope

View File

@@ -9,7 +9,7 @@ import org.springframework.context.annotation.Configuration;
/**
* 放行白名单配置
*
* @author ruoyi
* @author wfc
*/
@Configuration
@RefreshScope

View File

@@ -9,7 +9,7 @@ import org.springframework.context.annotation.Configuration;
/**
* XSS跨站脚本配置
*
* @author ruoyi
* @author wfc
*/
@Configuration
@RefreshScope