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

@@ -23,7 +23,7 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- RuoYi Common Core-->
<!-- WFC Common Core-->
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-core</artifactId>

View File

@@ -12,7 +12,7 @@ import org.wfc.common.core.constant.Constants;
/**
* Redis使用FastJson序列化
*
* @author ruoyi
* @author wfc
*/
public class FastJson2JsonRedisSerializer<T> implements RedisSerializer<T>
{

View File

@@ -13,7 +13,7 @@ import org.springframework.data.redis.serializer.StringRedisSerializer;
/**
* redis配置
*
* @author ruoyi
* @author wfc
*/
@Configuration
@EnableCaching

View File

@@ -16,7 +16,7 @@ import org.springframework.stereotype.Component;
/**
* spring redis 工具类
*
* @author ruoyi
* @author wfc
**/
@SuppressWarnings(value = { "unchecked", "rawtypes" })
@Component