feat: 添加代码生成器
This commit is contained in:
@@ -3,7 +3,7 @@ package com.schisandra.oss.common.entity;
|
||||
/**
|
||||
* 分页请求实体
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
*/
|
||||
public class PageInfo {
|
||||
|
||||
|
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
/**
|
||||
* 分页返回实体
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
*/
|
||||
@Data
|
||||
public class PageResult<T> implements Serializable {
|
||||
|
@@ -5,7 +5,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @description: 返回结果泛型类
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
* @date: 2024/3/22 13:09
|
||||
*/
|
||||
@Data
|
||||
|
@@ -5,7 +5,7 @@ import lombok.Getter;
|
||||
/**
|
||||
* 删除状态枚举
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
*/
|
||||
@Getter
|
||||
public enum IsDeletedFlagEnum {
|
||||
|
@@ -5,7 +5,7 @@ import lombok.Getter;
|
||||
/**
|
||||
* 用户状态枚举
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
*/
|
||||
@Getter
|
||||
public enum OssStatusEnum {
|
||||
|
@@ -4,7 +4,7 @@ import lombok.Getter;
|
||||
|
||||
/**
|
||||
* @description: 返回结果状态枚举
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
* @date: 2024/3/22 13:10
|
||||
*/
|
||||
@Getter
|
||||
|
@@ -16,7 +16,7 @@ import org.springframework.data.redis.serializer.StringRedisSerializer;
|
||||
/**
|
||||
* Redis的config处理
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
*/
|
||||
@Configuration
|
||||
public class RedisConfig {
|
||||
|
@@ -13,7 +13,7 @@ import java.util.stream.Stream;
|
||||
/**
|
||||
* RedisUtil工具类
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
* @date: 2024/2/19
|
||||
*/
|
||||
@Component
|
||||
|
@@ -8,7 +8,7 @@ import java.security.NoSuchProviderException;
|
||||
/**
|
||||
* 数据库加密util
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
* @date: 2024/3/21
|
||||
*/
|
||||
public class DruidEncryptUtil {
|
||||
|
@@ -8,7 +8,7 @@ import org.springframework.context.annotation.ComponentScan;
|
||||
/**
|
||||
* 存储微服务启动类
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @author: schisandra
|
||||
* @date: 2024/3/21
|
||||
*/
|
||||
@SpringBootApplication
|
||||
|
Reference in New Issue
Block a user