style: 替换项目内所有ruoyi转为wfc
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- RuoYi Common Core-->
|
||||
<!-- WFC Common Core-->
|
||||
<dependency>
|
||||
<groupId>org.wfc</groupId>
|
||||
<artifactId>wfc-common-core</artifactId>
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.wfc.system.api.factory.RemoteFileFallbackFactory;
|
||||
/**
|
||||
* 文件服务
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@FeignClient(contextId = "remoteFileService", value = ServiceNameConstants.FILE_SERVICE, fallbackFactory = RemoteFileFallbackFactory.class)
|
||||
public interface RemoteFileService
|
||||
|
||||
@@ -14,7 +14,7 @@ import org.wfc.system.api.factory.RemoteLogFallbackFactory;
|
||||
/**
|
||||
* 日志服务
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@FeignClient(contextId = "remoteLogService", value = ServiceNameConstants.SYSTEM_SERVICE, fallbackFactory = RemoteLogFallbackFactory.class)
|
||||
public interface RemoteLogService
|
||||
|
||||
@@ -17,7 +17,7 @@ import org.wfc.system.api.model.LoginUser;
|
||||
/**
|
||||
* 用户服务
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@FeignClient(contextId = "remoteUserService", value = ServiceNameConstants.SYSTEM_SERVICE, fallbackFactory = RemoteUserFallbackFactory.class)
|
||||
public interface RemoteUserService
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.util.List;
|
||||
/**
|
||||
* 部门表 sys_dept
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class SysDept extends BaseEntity
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ import org.wfc.common.core.web.domain.BaseEntity;
|
||||
/**
|
||||
* 字典数据表 sys_dict_data
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class SysDictData extends BaseEntity
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ import org.wfc.common.core.web.domain.BaseEntity;
|
||||
/**
|
||||
* 字典类型表 sys_dict_type
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class SysDictType extends BaseEntity
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
/**
|
||||
* 文件信息
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class SysFile
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.wfc.common.core.web.domain.BaseEntity;
|
||||
/**
|
||||
* 系统访问记录表 sys_logininfor
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class SysLogininfor extends BaseEntity
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.wfc.common.core.web.domain.BaseEntity;
|
||||
/**
|
||||
* 操作日志记录表 oper_log
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class SysOperLog extends BaseEntity
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.wfc.common.core.web.domain.BaseEntity;
|
||||
/**
|
||||
* 角色表 sys_role
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class SysRole extends BaseEntity
|
||||
{
|
||||
|
||||
@@ -15,7 +15,7 @@ import org.wfc.common.core.xss.Xss;
|
||||
/**
|
||||
* 用户对象 sys_user
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class SysUser extends BaseEntity
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ import org.wfc.system.api.domain.SysFile;
|
||||
/**
|
||||
* 文件服务降级处理
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@Component
|
||||
public class RemoteFileFallbackFactory implements FallbackFactory<RemoteFileService>
|
||||
|
||||
@@ -12,7 +12,7 @@ import org.wfc.system.api.domain.SysOperLog;
|
||||
/**
|
||||
* 日志服务降级处理
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@Component
|
||||
public class RemoteLogFallbackFactory implements FallbackFactory<RemoteLogService>
|
||||
|
||||
@@ -12,7 +12,7 @@ import org.wfc.system.api.model.LoginUser;
|
||||
/**
|
||||
* 用户服务降级处理
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@Component
|
||||
public class RemoteUserFallbackFactory implements FallbackFactory<RemoteUserService>
|
||||
|
||||
@@ -7,7 +7,7 @@ import org.wfc.system.api.domain.SysUser;
|
||||
/**
|
||||
* 用户信息
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class LoginUser implements Serializable
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user