style: 替换项目内所有ruoyi转为wfc
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- RuoYi Common Security -->
|
||||
<!-- WFC Common Security -->
|
||||
<dependency>
|
||||
<groupId>org.wfc</groupId>
|
||||
<artifactId>wfc-common-security</artifactId>
|
||||
|
||||
@@ -11,7 +11,7 @@ import org.wfc.common.log.enums.OperatorType;
|
||||
/**
|
||||
* 自定义操作日志记录注解
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*
|
||||
*/
|
||||
@Target({ ElementType.PARAMETER, ElementType.METHOD })
|
||||
|
||||
@@ -32,7 +32,7 @@ import org.wfc.system.api.domain.SysOperLog;
|
||||
/**
|
||||
* 操作日志记录处理
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@Aspect
|
||||
@Component
|
||||
|
||||
@@ -3,7 +3,7 @@ package org.wfc.common.log.enums;
|
||||
/**
|
||||
* 操作状态
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*
|
||||
*/
|
||||
public enum BusinessStatus
|
||||
|
||||
@@ -3,7 +3,7 @@ package org.wfc.common.log.enums;
|
||||
/**
|
||||
* Business type defination
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public enum BusinessType
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ package org.wfc.common.log.enums;
|
||||
/**
|
||||
* 操作人类别
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public enum OperatorType
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ import com.alibaba.fastjson2.filter.SimplePropertyPreFilter;
|
||||
/**
|
||||
* 排除JSON敏感属性
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class PropertyPreExcludeFilter extends SimplePropertyPreFilter
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ import org.wfc.system.api.domain.SysOperLog;
|
||||
/**
|
||||
* 异步调用日志服务
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@Service
|
||||
public class AsyncLogService
|
||||
|
||||
Reference in New Issue
Block a user