This commit is contained in:
Ray.Hao
2024-12-22 23:49:56 +08:00
28 changed files with 524 additions and 308 deletions

View File

@@ -14,7 +14,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
/**
* mybatis-plus 自动配置类
*
* @author haoxr
* @author Ray.Hao
* @since 2022/7/2
*/
@Configuration

View File

@@ -16,7 +16,7 @@ import org.springframework.data.redis.serializer.RedisSerializer;
/**
* Redis 缓存配置
*
* @author Ray
* @author Ray.Hao
* @since 2023/12/4
*/
@EnableCaching

View File

@@ -9,7 +9,7 @@ import org.springframework.data.redis.serializer.RedisSerializer;
/**
* Redis 配置
*
* @author Ray
* @author Ray.Hao
* @since 2023/5/15
*/
@Configuration