refactor: 根据阿里开发规范手册完善和调整错误码

This commit is contained in:
haoxr
2024-12-16 17:08:02 +08:00
parent fe163b7275
commit bd0f42f80b
11 changed files with 299 additions and 81 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